blob: 846af743786cbf6b64721c45bedcf18cd04f6f6d (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
|
module gerrit.automotivelinux.org/gerrit/src/xds/xds-cli.git
go 1.12
require (
gerrit.automotivelinux.org/gerrit/src/xds/xds-agent.git v0.0.0-20190408221103-247bb7c2db5f
gerrit.automotivelinux.org/gerrit/src/xds/xds-common.git v0.0.0-20190406234238-e8490c00f84f
github.com/Sirupsen/logrus v0.11.5
github.com/creack/goselect v0.0.0-20180501195510-58854f77ee8d
github.com/franciscocpg/reflectme v0.0.0-20171108165504-f06ae3cfcd08
github.com/golang/crypto v0.0.0-20190225124518-7f87c0fbb88b
github.com/joho/godotenv v1.3.0
github.com/sebd71/go-socket.io-client v0.0.0-20171005141929-46defcb47f5c
github.com/urfave/cli v1.20.0
)
|