update go modules
This commit is contained in:
Binary file not shown.
2
Makefile
2
Makefile
@ -1,5 +1,5 @@
|
||||
|
||||
VERSION=0.0.01
|
||||
VERSION=0.0.02
|
||||
|
||||
all: gen
|
||||
GOOS=windows go build -o i2pchromium.exe
|
||||
|
11
go.mod
Normal file
11
go.mod
Normal file
@ -0,0 +1,11 @@
|
||||
module github.com/eyedeekay/I2P-Configuration-for-Chromium
|
||||
|
||||
go 1.14
|
||||
|
||||
require (
|
||||
github.com/eyedeekay/go-ccw v0.0.0-20200403222455-d0e01222fd2a
|
||||
github.com/stretchr/testify v1.5.1 // indirect
|
||||
github.com/zserge/lorca v0.1.9
|
||||
)
|
||||
|
||||
replace github.com/zserge/lorca => github.com/eyedeekay/lorca v0.1.9-0.20200403221704-ea2ffcadfc1b
|
Reference in New Issue
Block a user