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