Skip to content

Commit

Permalink
Bump opencontainers/image-spec (#1423)
Browse files Browse the repository at this point in the history
* Bump opencontainers/image-spec

Signed-off-by: Shubham Sharma <shubhash@microsoft.com>

* Run go mod vendor

Signed-off-by: Shubham Sharma <shubhash@microsoft.com>

* Run go mod tidy

Signed-off-by: Shubham Sharma <shubhash@microsoft.com>

* Run go mod tidy for other files

Signed-off-by: Shubham Sharma <shubhash@microsoft.com>
  • Loading branch information
shubham1172 committed Aug 2, 2022
1 parent 24a1c33 commit c1f9836
Show file tree
Hide file tree
Showing 8 changed files with 80 additions and 1,663 deletions.
2 changes: 1 addition & 1 deletion cmd/krane/go.mod
Expand Up @@ -48,7 +48,7 @@ require (
github.com/klauspost/compress v1.15.8 // indirect
github.com/mitchellh/go-homedir v1.1.0 // indirect
github.com/opencontainers/go-digest v1.0.0 // indirect
github.com/opencontainers/image-spec v1.0.3-0.20220114050600-8b9d41f48198 // indirect
github.com/opencontainers/image-spec v1.0.3-0.20220729202839-6ad7100eb087 // indirect
github.com/pkg/errors v0.9.1 // indirect
github.com/sirupsen/logrus v1.9.0 // indirect
github.com/spf13/cobra v1.5.0 // indirect
Expand Down
543 changes: 64 additions & 479 deletions cmd/krane/go.sum

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion go.mod
Expand Up @@ -10,7 +10,7 @@ require (
github.com/google/go-cmp v0.5.8
github.com/mitchellh/go-homedir v1.1.0
github.com/opencontainers/go-digest v1.0.0
github.com/opencontainers/image-spec v1.0.3-0.20220114050600-8b9d41f48198
github.com/opencontainers/image-spec v1.0.3-0.20220729202839-6ad7100eb087
github.com/spf13/cobra v1.5.0
golang.org/x/oauth2 v0.0.0-20220718184931-c8730f7fcb92
golang.org/x/sync v0.0.0-20220601150217-0de741cfad7f
Expand Down
608 changes: 3 additions & 605 deletions go.sum

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion pkg/authn/k8schain/go.mod
Expand Up @@ -65,7 +65,7 @@ require (
github.com/modern-go/reflect2 v1.0.2 // indirect
github.com/munnerz/goautoneg v0.0.0-20191010083416-a7dc8b61c822 // indirect
github.com/opencontainers/go-digest v1.0.0 // indirect
github.com/opencontainers/image-spec v1.0.3-0.20220114050600-8b9d41f48198 // indirect
github.com/opencontainers/image-spec v1.0.3-0.20220729202839-6ad7100eb087 // indirect
github.com/pkg/errors v0.9.1 // indirect
github.com/sirupsen/logrus v1.9.0 // indirect
golang.org/x/crypto v0.0.0-20220622213112-05595931fe9d // indirect
Expand Down
577 changes: 3 additions & 574 deletions pkg/authn/k8schain/go.sum

Large diffs are not rendered by default.

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions vendor/modules.txt
Expand Up @@ -94,8 +94,8 @@ github.com/mitchellh/go-homedir
# github.com/opencontainers/go-digest v1.0.0
## explicit; go 1.13
github.com/opencontainers/go-digest
# github.com/opencontainers/image-spec v1.0.3-0.20220114050600-8b9d41f48198
## explicit; go 1.11
# github.com/opencontainers/image-spec v1.0.3-0.20220729202839-6ad7100eb087
## explicit; go 1.16
github.com/opencontainers/image-spec/specs-go
github.com/opencontainers/image-spec/specs-go/v1
# github.com/pkg/errors v0.9.1
Expand Down

0 comments on commit c1f9836

Please sign in to comment.