From d4dce83782b67236d2c8d99ffc9bdc89328bb5de Mon Sep 17 00:00:00 2001 From: Emile Date: Sun, 6 Oct 2019 20:11:44 +0200 Subject: get the status of all other containers --- src/go.mod | 18 ++++++++++++++++++ 1 file changed, 18 insertions(+) create mode 100644 src/go.mod (limited to 'src/go.mod') 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 +) -- cgit 1.4.1