Skip to content
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
13 changes: 9 additions & 4 deletions tool/go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -5,24 +5,29 @@ go 1.16
replace github.com/Sirupsen/logrus => github.com/sirupsen/logrus v1.6.0

require (
github.com/containerd/containerd v1.5.2 // indirect
github.com/docker/docker v17.12.0-ce-rc1.0.20200508181053-298ba5b13150+incompatible
github.com/Microsoft/go-winio v0.4.17 // indirect
github.com/docker/distribution v2.7.1+incompatible // indirect
github.com/docker/docker v23.0.0-rc.3+incompatible
github.com/docker/go-connections v0.4.0 // indirect
github.com/docker/go-units v0.4.0 // indirect
github.com/dsnet/compress v0.0.1 // indirect
github.com/frankban/quicktest v1.11.3 // indirect
github.com/golang/snappy v0.0.4 // indirect
github.com/google/go-github/v28 v28.1.1
github.com/gorilla/mux v1.8.0 // indirect
github.com/logrusorgru/aurora v0.0.0-20200102142835-e9ef32dff381
github.com/mholt/archiver v3.1.1+incompatible
github.com/moby/term v0.0.0-20200507201656-73f35e472e8f
github.com/morikuni/aec v1.0.0 // indirect
github.com/nwaples/rardecode v1.1.0 // indirect
github.com/opencontainers/go-digest v1.0.0 // indirect
github.com/opencontainers/image-spec v1.0.1 // indirect
github.com/pierrec/lz4 v2.6.1+incompatible // indirect
github.com/sirupsen/logrus v1.8.1 // indirect
github.com/spf13/cobra v1.2.1
github.com/spf13/pflag v1.0.5
github.com/spf13/viper v1.9.0
github.com/ulikunitz/xz v0.5.10 // indirect
github.com/xi2/xz v0.0.0-20171230120015-48954b6210f8 // indirect
gitlab.com/golang-commonmark/markdown v0.0.0-20191127184510-91b5b3c99c19
golang.org/x/time v0.0.0-20200630173020-3af7569d3a1e // indirect
gotest.tools/v3 v3.0.3 // indirect
)
Loading