12 lines
325 B
Modula-2
12 lines
325 B
Modula-2
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
|