mirror of
https://gitee.com/openeuler/A-Tune.git
synced 2025-12-06 08:08:59 +08:00
24 lines
793 B
Modula-2
24 lines
793 B
Modula-2
module gitee.com/openeuler/A-Tune
|
|
|
|
go 1.14
|
|
|
|
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/newm4n/grool v1.0.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-20190724013045-ca1201d0de80
|
|
google.golang.org/grpc v1.22.0
|
|
gopkg.in/ini.v1 v1.48.0 // indirect
|
|
gopkg.in/yaml.v2 v2.2.2
|
|
)
|