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
10 changes: 5 additions & 5 deletions go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -12,11 +12,11 @@ require (
github.com/buger/jsonparser v1.1.1
github.com/bugsnag/bugsnag-go v1.5.1 // indirect
github.com/bugsnag/panicwrap v1.2.0 // indirect
github.com/containerd/cgroups v0.0.0-20210114181951-8a68de567b68
github.com/containerd/containerd v1.5.0-beta.4
github.com/containerd/cgroups v1.0.1
github.com/containerd/containerd v1.5.1
github.com/containernetworking/cni v0.8.1
github.com/containernetworking/plugins v0.9.1
github.com/containers/image/v5 v5.12.0
github.com/containers/image/v5 v5.15.2
github.com/deislabs/oras v0.11.1
github.com/fatih/color v1.11.0
github.com/garyburd/redigo v1.6.0 // indirect
Expand All @@ -33,7 +33,7 @@ require (
github.com/opencontainers/image-spec v1.0.2-0.20210331164927-859973e32cca
github.com/opencontainers/runtime-spec v1.0.3-0.20210326190908-1c3f411f0417
github.com/opencontainers/runtime-tools v0.9.1-0.20210326182921-59cdde06764b
github.com/opencontainers/selinux v1.8.1
github.com/opencontainers/selinux v1.8.4
github.com/opencontainers/umoci v0.4.7
github.com/pelletier/go-toml v1.9.1
github.com/pkg/errors v0.9.1
Expand All @@ -55,7 +55,7 @@ require (
github.com/yvasiyarov/gorelic v0.0.6 // indirect
github.com/yvasiyarov/newrelic_platform_go v0.0.0-20160601141957-9c099fbc30e9 // indirect
golang.org/x/crypto v0.0.0-20210322153248-0c34fe9e7dc2
golang.org/x/sys v0.0.0-20210514084401-e8d321eab015
golang.org/x/sys v0.0.0-20210616094352-59db8d763f22
gopkg.in/yaml.v2 v2.4.0
gotest.tools/v3 v3.0.3
mvdan.cc/sh/v3 v3.2.4
Expand Down
Loading