21 lines
729 B
Modula-2
21 lines
729 B
Modula-2
module opt
|
|
|
|
require (
|
|
github.com/antlr/antlr4 v0.0.0-20190726171924-e4737db19f4f // indirect
|
|
github.com/bndr/gotabulate v1.1.2
|
|
github.com/caibirdme/yql v0.0.0-20190801103415-238f3c90b514
|
|
github.com/coreos/go-systemd v0.0.0-20190719114852-fd7a80b32e1f
|
|
github.com/go-ini/ini v1.42.0
|
|
github.com/go-xorm/xorm v0.7.4
|
|
github.com/golang/protobuf v1.3.1
|
|
github.com/mattn/go-sqlite3 v1.11.0
|
|
github.com/mitchellh/mapstructure v1.1.2
|
|
github.com/sirupsen/logrus v1.4.2
|
|
github.com/smartystreets/goconvey v0.0.0-20190731233626-505e41936337 // indirect
|
|
github.com/urfave/cli v1.20.0
|
|
golang.org/x/net v0.0.0-20190628185345-da137c7871d7
|
|
google.golang.org/grpc v1.22.0
|
|
gopkg.in/ini.v1 v1.48.0 // indirect
|
|
gopkg.in/yaml.v2 v2.2.2
|
|
)
|