Skip to content

Commit 5e745c1

Browse files
committed
go mod tidy
1 parent fc72f84 commit 5e745c1

File tree

2 files changed

+14
-99
lines changed

2 files changed

+14
-99
lines changed

go.mod

Lines changed: 0 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -4,17 +4,10 @@ go 1.14
44

55
require (
66
github.com/containerd/containerd v1.7.3
7-
github.com/containerd/typeurl v1.0.2
87
github.com/containerd/typeurl/v2 v2.1.1
98
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
149
github.com/pkg/errors v0.9.1
1510
github.com/prometheus/client_golang v1.16.0
16-
github.com/russross/blackfriday/v2 v2.1.0 // indirect
1711
github.com/urfave/cli/v2 v2.25.7
18-
go.uber.org/tools v0.0.0-20190618225709-2cfd321de3ee // indirect
1912
go.uber.org/zap v1.25.0
2013
)

0 commit comments

Comments
 (0)