about summary refs log tree commit diff
path: root/src/go.mod
diff options
context:
space:
mode:
authorEmile <hanemile@protonmail.com>2019-10-06 20:11:44 +0200
committerEmile <hanemile@protonmail.com>2019-10-06 20:11:44 +0200
commitd4dce83782b67236d2c8d99ffc9bdc89328bb5de (patch)
treee2b9335da1444b264e60ffdfde8c8edf8be0c2e3 /src/go.mod
parent9d8ff5a25d3a5f3c3e2e41de66b05f760bee5bf6 (diff)
get the status of all other containers
Diffstat (limited to 'src/go.mod')
-rw-r--r--src/go.mod18
1 files changed, 18 insertions, 0 deletions
diff --git a/src/go.mod b/src/go.mod
new file mode 100644
index 0000000..acc949c
--- /dev/null
+++ b/src/go.mod
@@ -0,0 +1,18 @@
+module circus-scoreboard
+
+go 1.13
+
+require (
+	docker.io/go-docker v1.0.0
+	github.com/Microsoft/go-winio v0.4.14 // indirect
+	github.com/docker/distribution v2.7.1+incompatible // indirect
+	github.com/docker/docker v1.13.1
+	github.com/docker/go-connections v0.4.0 // indirect
+	github.com/docker/go-units v0.4.0 // indirect
+	github.com/gogo/protobuf v1.3.0 // indirect
+	github.com/gorilla/mux v1.7.3
+	github.com/moby/moby v1.13.1
+	github.com/opencontainers/go-digest v1.0.0-rc1 // indirect
+	github.com/opencontainers/image-spec v1.0.1 // indirect
+	golang.org/x/net v0.0.0-20191003171128-d98b1b443823 // indirect
+)