aboutsummaryrefslogtreecommitdiffstats
path: root/go.mod
diff options
context:
space:
mode:
authorSebastien Douheret <sebastien.douheret@iot.bzh>2019-04-09 13:59:48 +0200
committerSebastien Douheret <sebastien.douheret@iot.bzh>2019-04-09 14:21:04 +0200
commit315cd5ce116475d41b63ddb86e8ab1134f32a9a8 (patch)
treeb3f1689f701e7a832fd274275192bc937fb2e2db /go.mod
parente04e7c32699c4a456d436205da2d2ca99625eb38 (diff)
Bug-AGL: SPEC-2289 Change-Id: I7486876f0fd50e776280dfeb983f6b47200a7c29 Signed-off-by: Sebastien Douheret <sebastien.douheret@iot.bzh>
Diffstat (limited to 'go.mod')
-rw-r--r--go.mod15
1 files changed, 15 insertions, 0 deletions
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
+)