mirror of
https://github.com/snail007/goproxy
synced 2024-11-17 21:25:32 +00:00
12 lines
353 B
Modula-2
12 lines
353 B
Modula-2
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
|
|
)
|