diff options
author | Emile <hanemile@protonmail.com> | 2019-10-23 11:26:07 +0200 |
---|---|---|
committer | Emile <hanemile@protonmail.com> | 2019-10-23 11:26:39 +0200 |
commit | cf4a7f82c617c07c9b3d73c0e570cc68e354d29a (patch) | |
tree | b1daa58239d4559fb71cb0c640e1cdcd98c8637a /src/go.mod | |
parent | be51cb0c773fbe8752e1e1e4d1f3ceae56fbcd37 (diff) |
Diffstat (limited to 'src/go.mod')
-rw-r--r-- | src/go.mod | 14 |
1 files changed, 14 insertions, 0 deletions
diff --git a/src/go.mod b/src/go.mod new file mode 100644 index 0000000..df27516 --- /dev/null +++ b/src/go.mod @@ -0,0 +1,14 @@ +module git.darknebu.la/circus/circus-companion/src + +go 1.13 + +require ( + github.com/docker/distribution v2.7.1+incompatible // indirect + github.com/docker/docker v1.13.1 + github.com/docker/go-connections v0.4.0 + github.com/docker/go-units v0.4.0 // indirect + github.com/gorilla/mux v1.7.3 + github.com/opencontainers/go-digest v1.0.0-rc1 // indirect + github.com/pkg/errors v0.8.1 + golang.org/x/net v0.0.0-20191021144547-ec77196f6094 // indirect +) |