File tree Expand file tree Collapse file tree 2 files changed +8
-9
lines changed
examples/cmd/remote-snapshotter Expand file tree Collapse file tree 2 files changed +8
-9
lines changed Original file line number Diff line number Diff line change @@ -28,16 +28,16 @@ require (
28
28
github.com/moby/sys/signal v0.7.0 // indirect
29
29
github.com/opencontainers/go-digest v1.0.0 // indirect
30
30
github.com/opencontainers/image-spec v1.0.3-0.20211202183452-c5a74bcca799 // indirect
31
- github.com/opencontainers/runc v1.1.5 // indirect
31
+ github.com/opencontainers/runc v1.1.7 // indirect
32
32
github.com/opencontainers/runtime-spec v1.0.3-0.20210910115017-0d6cc581aeea // indirect
33
33
github.com/opencontainers/selinux v1.10.1 // indirect
34
34
github.com/pkg/errors v0.9.1 // indirect
35
35
github.com/sirupsen/logrus v1.8.1 // indirect
36
36
go.opencensus.io v0.23.0 // indirect
37
- golang.org/x/net v0.0.0-20220722155237-a158d28d115b // indirect
38
- golang.org/x/sync v0.0.0-20220601150217-0de741cfad7f // indirect
39
- golang.org/x/sys v0.5 .0 // indirect
40
- golang.org/x/text v0.3.7 // indirect
37
+ golang.org/x/net v0.8.0 // indirect
38
+ golang.org/x/sync v0.1.0 // indirect
39
+ golang.org/x/sys v0.6 .0 // indirect
40
+ golang.org/x/text v0.8.0 // indirect
41
41
google.golang.org/genproto v0.0.0-20220617124728-180714bec0ad // indirect
42
42
google.golang.org/grpc v1.47.0 // indirect
43
43
google.golang.org/protobuf v1.28.0 // indirect
Original file line number Diff line number Diff line change @@ -125,13 +125,12 @@ require (
125
125
go.opentelemetry.io/otel v1.3.0 // indirect
126
126
go.opentelemetry.io/otel/trace v1.3.0 // indirect
127
127
golang.org/x/crypto v0.0.0-20220315160706-3147a52a75dd // indirect
128
- golang.org/x/net v0.0.0-20220722155237-a158d28d115b // indirect
128
+ golang.org/x/net v0.8.0 // indirect
129
129
golang.org/x/oauth2 v0.0.0-20210819190943-2bc19b11175f // indirect
130
- golang.org/x/term v0.0.0-20210927222741-03fcf44c2211 // indirect
131
- golang.org/x/text v0.3.7 // indirect
130
+ golang.org/x/term v0.6.0 // indirect
131
+ golang.org/x/text v0.8.0 // indirect
132
132
golang.org/x/time v0.0.0-20210723032227-1f47c861a9ac // indirect
133
133
google.golang.org/appengine v1.6.7 // indirect
134
- google.golang.org/genproto v0.0.0-20220617124728-180714bec0ad // indirect
135
134
google.golang.org/protobuf v1.28.0 // indirect
136
135
gopkg.in/inf.v0 v0.9.1 // indirect
137
136
gopkg.in/square/go-jose.v2 v2.5.1 // indirect
You can’t perform that action at this time.
0 commit comments