Book a Demo!
CoCalc Logo Icon
StoreFeaturesDocsShareSupportNewsAboutPoliciesSign UpSign In
snail007
GitHub Repository: snail007/goproxy
Path: blob/master/go.mod
684 views
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
)