Skip to content

Commit a7ca1b5

Browse files
committed
Update dependencies
1 parent 9b2cec9 commit a7ca1b5

667 files changed

Lines changed: 67527 additions & 20858 deletions

File tree

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

go.mod

Lines changed: 16 additions & 18 deletions
Original file line numberDiff line numberDiff line change
@@ -3,36 +3,34 @@ module github.com/google/go-containerregistry
33
go 1.14
44

55
require (
6-
cloud.google.com/go v0.57.0 // indirect
6+
cloud.google.com/go v0.83.0 // indirect
77
github.com/Azure/go-ansiterm v0.0.0-20170929234023-d6e3b3328b78 // indirect
8-
github.com/Microsoft/go-winio v0.4.14 // indirect
9-
github.com/containerd/containerd v1.3.0 // indirect
10-
github.com/containerd/stargz-snapshotter/estargz v0.4.1
11-
github.com/docker/cli v0.0.0-20191017083524-a8ff7f821017
8+
github.com/Microsoft/go-winio v0.5.0 // indirect
9+
github.com/containerd/containerd v1.5.2 // indirect
10+
github.com/containerd/stargz-snapshotter/estargz v0.6.4
11+
github.com/docker/cli v20.10.7+incompatible
1212
github.com/docker/distribution v2.7.1+incompatible
13-
github.com/docker/docker v1.4.2-0.20190924003213-a8608b5b67c7
13+
github.com/docker/docker v20.10.7+incompatible
1414
github.com/docker/docker-credential-helpers v0.6.3 // indirect
1515
github.com/docker/go-connections v0.4.0 // indirect
1616
github.com/docker/go-units v0.4.0 // indirect
17-
github.com/gogo/protobuf v1.3.1 // indirect
18-
github.com/google/go-cmp v0.5.2
17+
github.com/gogo/protobuf v1.3.2 // indirect
18+
github.com/google/go-cmp v0.5.6
1919
github.com/gorilla/mux v1.7.3 // indirect
20+
github.com/klauspost/compress v1.13.0 // indirect
2021
github.com/kr/text v0.2.0 // indirect
2122
github.com/morikuni/aec v1.0.0 // indirect
2223
github.com/niemeyer/pretty v0.0.0-20200227124842-a10e7caefd8e // indirect
2324
github.com/opencontainers/image-spec v1.0.1
24-
github.com/sirupsen/logrus v1.6.0 // indirect
25-
github.com/spf13/cobra v1.0.0
25+
github.com/russross/blackfriday/v2 v2.1.0 // indirect
26+
github.com/sirupsen/logrus v1.8.1 // indirect
27+
github.com/spf13/cobra v1.1.3
2628
github.com/spf13/pflag v1.0.5 // indirect
2729
github.com/stretchr/testify v1.6.1 // indirect
28-
golang.org/x/net v0.0.0-20201110031124-69a78807bb2b // indirect
29-
golang.org/x/oauth2 v0.0.0-20200107190931-bf48bf16ab8d
30-
golang.org/x/sync v0.0.0-20201207232520-09787c993a3a
31-
golang.org/x/text v0.3.4 // indirect
32-
golang.org/x/time v0.0.0-20200416051211-89c76fbcd5d1 // indirect
33-
golang.org/x/xerrors v0.0.0-20200804184101-5ec99f83aff1 // indirect
34-
google.golang.org/genproto v0.0.0-20200527145253-8367513e4ece // indirect
30+
golang.org/x/net v0.0.0-20210525063256-abc453219eb5 // indirect
31+
golang.org/x/oauth2 v0.0.0-20210514164344-f6687ab2804c
32+
golang.org/x/sync v0.0.0-20210220032951-036812b2e83c
33+
golang.org/x/sys v0.0.0-20210603125802-9665404d3644 // indirect
3534
gopkg.in/check.v1 v1.0.0-20200227125254-8fa46927fb4f // indirect
36-
gopkg.in/yaml.v2 v2.3.0 // indirect
3735
gotest.tools v2.2.0+incompatible // indirect
3836
)

go.sum

Lines changed: 740 additions & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

vendor/cloud.google.com/go/compute/metadata/metadata.go

Lines changed: 2 additions & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

vendor/github.com/Microsoft/go-winio/CODEOWNERS

Lines changed: 1 addition & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

vendor/github.com/Microsoft/go-winio/README.md

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

vendor/github.com/Microsoft/go-winio/fileinfo.go

Lines changed: 24 additions & 12 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

vendor/github.com/Microsoft/go-winio/go.mod

Lines changed: 3 additions & 3 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

vendor/github.com/Microsoft/go-winio/go.sum

Lines changed: 8 additions & 10 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

vendor/github.com/Microsoft/go-winio/hvsock.go

Lines changed: 2 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

vendor/github.com/Microsoft/go-winio/pipe.go

Lines changed: 14 additions & 7 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)