Skip to content

Commit 2ac1053

Browse files
committed
fix: update pkg deps
1 parent 6f9da01 commit 2ac1053

File tree

2 files changed

+33
-1260
lines changed

2 files changed

+33
-1260
lines changed

go.mod

Lines changed: 11 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -3,20 +3,20 @@ module github.com/zeromake/docker-debug
33
go 1.12
44

55
require (
6-
github.com/BurntSushi/toml v1.0.0
6+
github.com/BurntSushi/toml v1.1.0
7+
github.com/Microsoft/go-winio v0.5.2 // indirect
78
github.com/blang/semver v3.5.1+incompatible
8-
github.com/containerd/containerd v1.5.9 // indirect
9-
github.com/docker/docker v20.10.12+incompatible
9+
github.com/docker/distribution v2.8.1+incompatible // indirect
10+
github.com/docker/docker v20.10.17+incompatible
1011
github.com/docker/go-connections v0.4.0 // indirect
11-
github.com/google/go-cmp v0.5.7 // indirect
12-
github.com/gorilla/mux v1.8.0 // indirect
12+
github.com/docker/go-units v0.4.0 // indirect
13+
github.com/gogo/protobuf v1.3.2 // indirect
1314
github.com/moby/term v0.0.0-20210619224110-3f7ff695adc6
1415
github.com/morikuni/aec v1.0.0 // indirect
16+
github.com/opencontainers/go-digest v1.0.0 // indirect
17+
github.com/opencontainers/image-spec v1.0.2 // indirect
1518
github.com/pkg/errors v0.9.1
16-
github.com/sirupsen/logrus v1.8.1
17-
github.com/spf13/cobra v1.3.0
18-
golang.org/x/sys v0.0.0-20220114195835-da31bd327af9 // indirect
19-
golang.org/x/time v0.0.0-20211116232009-f0f3c7e86c11 // indirect
20-
google.golang.org/grpc v1.43.0 // indirect
21-
gotest.tools/v3 v3.1.0 // indirect
19+
github.com/sirupsen/logrus v1.9.0
20+
github.com/spf13/cobra v1.5.0
21+
golang.org/x/time v0.0.0-20220609170525-579cf78fd858 // indirect
2222
)

0 commit comments

Comments
 (0)