update go modules

This commit is contained in:
idk
2020-04-03 18:30:33 -04:00
parent b281603315
commit ebe43cc9bf
3 changed files with 12 additions and 1 deletions

Binary file not shown.

View File

@ -1,5 +1,5 @@
VERSION=0.0.01 VERSION=0.0.02
all: gen all: gen
GOOS=windows go build -o i2pchromium.exe GOOS=windows go build -o i2pchromium.exe

11
go.mod Normal file
View 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