add go mod

This commit is contained in:
snail007
2021-05-21 23:37:56 +08:00
parent faf9ef3bfc
commit 03670bfad1
10 changed files with 23 additions and 9 deletions
+11
View File
@@ -0,0 +1,11 @@
module github.com/snail007/goproxy
go 1.16
require (
github.com/alecthomas/template v0.0.0-20190718012654-fb15b899a751 // indirect
github.com/alecthomas/units v0.0.0-20210208195552-ff826a37aa15 // indirect
github.com/stretchr/testify v1.7.0 // indirect
golang.org/x/time v0.0.0-20210220033141-f8bda1e9f3ba
gopkg.in/alecthomas/kingpin.v2 v2.2.6
)