File: go.mod

package info (click to toggle)
golang-github-mudler-docker-companion 0.4.5%2Bgit20211015.bd4704f%2Bds-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 184 kB
  • sloc: makefile: 32
file content (18 lines) | stat: -rw-r--r-- 720 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
module github.com/mudler/docker-companion

go 1.12

require (
	github.com/containerd/containerd v1.3.0
	github.com/docker/docker v1.4.2-0.20191101170500-ac7306503d23
	github.com/docker/go-events v0.0.0-20190806004212-e31b211e4f1c // indirect
	github.com/docker/libtrust v0.0.0-20160708172513-aabc10ec26b7 // indirect
	github.com/fsouza/go-dockerclient v1.6.4
	github.com/heroku/docker-registry-client v0.0.0-20181004091502-47ecf50fd8d4
	github.com/opencontainers/umoci v0.4.7
	github.com/spf13/jwalterweatherman v1.1.0
	github.com/urfave/cli v1.22.4
	go.etcd.io/bbolt v1.3.6 // indirect
	golang.org/x/net v0.0.0-20190912160710-24e19bdeb0f2 // indirect
	golang.org/x/sync v0.0.0-20190911185100-cd5d95a43a6e // indirect
)