22 lines
850 B
Modula-2
22 lines
850 B
Modula-2
module Go-Tool
|
|
|
|
go 1.13
|
|
|
|
require (
|
|
github.com/Bowery/prompt v0.0.0-20190916142128-fa8279994f75 // indirect
|
|
github.com/ahmetalpbalkan/go-linq v2.0.0-rc0+incompatible // indirect
|
|
github.com/ahmetb/go-linq v2.0.0-rc0+incompatible
|
|
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/json-iterator/go v1.1.10
|
|
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/go-playground/validator.v8 v8.18.2 // indirect
|
|
gopkg.in/ini.v1 v1.62.0 // indirect
|
|
gopkg.in/yaml.v2 v2.2.8 // indirect
|
|
)
|