This repository has been archived by the owner on Mar 10, 2021. It is now read-only.
forked from harbur/captain
-
Notifications
You must be signed in to change notification settings - Fork 0
/
go.mod
37 lines (35 loc) · 1.77 KB
/
go.mod
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
module github.com/harbur/captain
go 1.12
require (
github.com/Azure/go-ansiterm v0.0.0-20170929234023-d6e3b3328b78 // indirect
github.com/Microsoft/go-winio v0.4.12 // indirect
github.com/Nvveen/Gotty v0.0.0-20120604004816-cd527374f1e5 // indirect
github.com/containerd/continuity v0.0.0-20171004134916-1bed1ecb1dc4 // indirect
github.com/deckarep/golang-set v1.7.1
github.com/docker/docker v0.0.0-20171109040201-d4239a6e286f // indirect
github.com/docker/go-connections v0.3.0 // indirect
github.com/docker/go-units v0.3.3 // indirect
github.com/fatih/color v0.0.0-20170926111411-5df930a27be2
github.com/fsouza/go-dockerclient v0.0.0-20171104153632-ef22af91edfe
github.com/gogo/protobuf v0.0.0-20171108112821-3813b83578b9 // indirect
github.com/gotestyourself/gotestyourself v2.2.0+incompatible // indirect
github.com/inconshreveable/mousetrap v1.0.0 // indirect
github.com/mattn/go-colorable v0.0.9 // indirect
github.com/mattn/go-isatty v0.0.7 // indirect
github.com/onsi/ginkgo v1.8.0 // indirect
github.com/onsi/gomega v1.5.0 // indirect
github.com/opencontainers/go-digest v1.0.0-rc1 // indirect
github.com/opencontainers/image-spec v0.0.0-20171103113604-89b51c794e91 // indirect
github.com/opencontainers/runc v0.0.0-20171108154827-b2567b37d7b7 // indirect
github.com/opencontainers/selinux v1.0.0 // indirect
github.com/sirupsen/logrus v0.0.0-20170822132746-89742aefa4b2 // indirect
github.com/spf13/cobra v0.0.3
github.com/spf13/pflag v1.0.3 // indirect
github.com/stretchr/testify v1.2.2
golang.org/x/net v0.0.0-20190311183353-d8887717615a // indirect
gopkg.in/airbrake/gobrake.v2 v2.0.9 // indirect
gopkg.in/gemnasium/logrus-airbrake-hook.v2 v2.1.2 // indirect
gopkg.in/src-d/go-git.v4 v4.10.0
gopkg.in/yaml.v2 v2.2.2
gotest.tools v2.2.0+incompatible // indirect
)