Skip to content

Commit

Permalink
updated the component cli to v0.20.0
Browse files Browse the repository at this point in the history
```other dependency
The component cli has been updated to v0.20.0 which fixes a authorization bug when fetching component descriptors from a registry.
```
  • Loading branch information
Tim Schrodi committed May 27, 2021
1 parent cc6fe6f commit 0b00308
Show file tree
Hide file tree
Showing 5 changed files with 9 additions and 5 deletions.
2 changes: 1 addition & 1 deletion go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ require (
github.com/cloudfoundry-incubator/candiedyaml v0.0.0-20170901234223-a41693b7b7af // indirect
github.com/containerd/containerd v1.4.2
github.com/docker/cli v20.10.0-rc1+incompatible
github.com/gardener/component-cli v0.19.0
github.com/gardener/component-cli v0.20.0
github.com/gardener/component-spec/bindings-go v0.0.36
github.com/gardener/landscaper/apis v0.0.0-00010101000000-000000000000
github.com/go-logr/logr v0.3.0
Expand Down
4 changes: 2 additions & 2 deletions go.sum
Original file line number Diff line number Diff line change
Expand Up @@ -196,8 +196,8 @@ github.com/fatih/color v1.7.0/go.mod h1:Zm6kSWBoL9eyXnKyktHP6abPY2pDugNf5Kwzbycv
github.com/fsnotify/fsnotify v1.4.7/go.mod h1:jwhsz4b93w/PPRr/qN1Yymfu8t87LnFCMoQvtojpjFo=
github.com/fsnotify/fsnotify v1.4.9 h1:hsms1Qyu0jgnwNXIxa+/V/PDsU6CfLf6CNO8H7IWoS4=
github.com/fsnotify/fsnotify v1.4.9/go.mod h1:znqG4EE+3YCdAaPaxE2ZRY/06pZUdp0tY4IgpuI1SZQ=
github.com/gardener/component-cli v0.19.0 h1:pPYFnD9BnsQTAr+0+OwZFERdTvuaSp6pRANFdxi4v1M=
github.com/gardener/component-cli v0.19.0/go.mod h1:MI3Rtdc01H4KWBN4IuLdsEhVKXiqooOb85mhu1hPqPE=
github.com/gardener/component-cli v0.20.0 h1:BpW0bZMEcvKqq8kYwVJWdM9vnVsBcLtF13itCcBMOvw=
github.com/gardener/component-cli v0.20.0/go.mod h1:eXsyXNkL67z9KnYMprrZb5F2+7SeEqETda1DLTnSw/s=
github.com/gardener/component-spec/bindings-go v0.0.32/go.mod h1:53EIwICsuMgbY/MFCv5/lbOR5e1MQe1HY674Io+nGYE=
github.com/gardener/component-spec/bindings-go v0.0.36 h1:1QOnP2Xe12/CUVXMPXDbsqulekdnCt+M7M4NhhnRVu4=
github.com/gardener/component-spec/bindings-go v0.0.36/go.mod h1:53EIwICsuMgbY/MFCv5/lbOR5e1MQe1HY674Io+nGYE=
Expand Down
5 changes: 4 additions & 1 deletion vendor/github.com/gardener/component-cli/ociclient/client.go

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

1 change: 1 addition & 0 deletions vendor/github.com/gardener/component-cli/ociclient/copy.go

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

2 changes: 1 addition & 1 deletion vendor/modules.txt
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,7 @@ github.com/evanphx/json-patch
github.com/fatih/color
# github.com/fsnotify/fsnotify v1.4.9
github.com/fsnotify/fsnotify
# github.com/gardener/component-cli v0.19.0
# github.com/gardener/component-cli v0.20.0
## explicit
github.com/gardener/component-cli/ociclient
github.com/gardener/component-cli/ociclient/cache
Expand Down

0 comments on commit 0b00308

Please sign in to comment.