We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent fc72f84 commit 5e745c1Copy full SHA for 5e745c1
go.mod
@@ -4,17 +4,10 @@ go 1.14
4
5
require (
6
github.com/containerd/containerd v1.7.3
7
- github.com/containerd/typeurl v1.0.2
8
github.com/containerd/typeurl/v2 v2.1.1
9
github.com/docker/docker v24.0.5+incompatible
10
- github.com/docker/go-connections v0.4.0 // indirect
11
- github.com/gogo/googleapis v1.4.0 // indirect
12
- github.com/gogo/protobuf v1.3.2 // indirect
13
- github.com/magefile/mage v1.11.0 // indirect
14
github.com/pkg/errors v0.9.1
15
github.com/prometheus/client_golang v1.16.0
16
- github.com/russross/blackfriday/v2 v2.1.0 // indirect
17
github.com/urfave/cli/v2 v2.25.7
18
- go.uber.org/tools v0.0.0-20190618225709-2cfd321de3ee // indirect
19
go.uber.org/zap v1.25.0
20
)
0 commit comments