1
0

go.mod 353 B

1234567891011
  1. module github.com/snail007/goproxy
  2. go 1.16
  3. require (
  4. github.com/alecthomas/template v0.0.0-20190718012654-fb15b899a751 // indirect
  5. github.com/alecthomas/units v0.0.0-20210208195552-ff826a37aa15 // indirect
  6. github.com/stretchr/testify v1.7.0 // indirect
  7. golang.org/x/time v0.0.0-20210220033141-f8bda1e9f3ba
  8. gopkg.in/alecthomas/kingpin.v2 v2.2.6
  9. )