Files
Go-http_framework/go.mod
T

18 lines
644 B
Modula-2
Raw Normal View History

2020-04-28 11:09:46 +08:00
module Go-Tool
go 1.13
require (
github.com/Bowery/prompt v0.0.0-20190916142128-fa8279994f75 // indirect
github.com/davecgh/go-spew v1.1.1 // indirect
github.com/dchest/safefile v0.0.0-20151022103144-855e8d98f185 // indirect
github.com/go-ini/ini v1.57.0
github.com/google/shlex v0.0.0-20191202100458-e7afc7fbc510 // indirect
github.com/kardianos/govendor v1.0.9 // indirect
github.com/pkg/errors v0.9.1 // indirect
github.com/stretchr/testify v1.5.1 // indirect
golang.org/x/sys v0.0.0-20200428200454-593003d681fa // indirect
golang.org/x/tools v0.0.0-20200429213335-127c98bd7927 // indirect
gopkg.in/yaml.v2 v2.2.8 // indirect
)