X-Git-Url: https://gerrit.automotivelinux.org/gerrit/gitweb?p=src%2Fxds%2Fxds-cli.git;a=blobdiff_plain;f=go.mod;fp=go.mod;h=846af743786cbf6b64721c45bedcf18cd04f6f6d;hp=0000000000000000000000000000000000000000;hb=315cd5ce116475d41b63ddb86e8ab1134f32a9a8;hpb=e04e7c32699c4a456d436205da2d2ca99625eb38 diff --git a/go.mod b/go.mod new file mode 100644 index 0000000..846af74 --- /dev/null +++ b/go.mod @@ -0,0 +1,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 +)