Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

fix(deps): update github.com/cilium/charts digest to 3de0b7a #2138

Merged
merged 1 commit into from
Dec 5, 2023
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ replace (

require (
github.com/blang/semver/v4 v4.0.0
github.com/cilium/charts v0.0.0-20231113210111-5a4126644d7d
github.com/cilium/charts v0.0.0-20231204144821-3de0b7aec8d6
github.com/cilium/cilium v1.15.0-pre.3
github.com/cilium/hubble v0.12.2
github.com/cilium/tetragon/pkg/k8s v0.0.0-20231127174521-c97da4b42413
Expand Down
4 changes: 2 additions & 2 deletions go.sum
Original file line number Diff line number Diff line change
Expand Up @@ -96,8 +96,8 @@ github.com/chai2010/gettext-go v1.0.2/go.mod h1:y+wnP2cHYaVj19NZhYKAwEMH2CI1gNHe
github.com/chzyer/logex v1.1.10/go.mod h1:+Ywpsq7O8HXn0nuIou7OrIPyXbp3wmkHB+jjWRnGsAI=
github.com/chzyer/readline v0.0.0-20180603132655-2972be24d48e/go.mod h1:nSuG5e5PlCu98SY8svDHJxuZscDgtXS6KTTbou5AhLI=
github.com/chzyer/test v0.0.0-20180213035817-a1ea475d72b1/go.mod h1:Q3SI9o4m/ZMnBNeIyt5eFwwo7qiLfzFZmjNmxjkiQlU=
github.com/cilium/charts v0.0.0-20231113210111-5a4126644d7d h1:s2G6szOXRD1lXMI3BxOsoT79iH1LgTQrLlXX97yPY9E=
github.com/cilium/charts v0.0.0-20231113210111-5a4126644d7d/go.mod h1:M3C9VOlFvRzuV+a01t07Tw4uFLSfkCH3L542IWjf6BU=
github.com/cilium/charts v0.0.0-20231204144821-3de0b7aec8d6 h1:ocaslAYkxFm230QXCT5+H5ZyN0Rqw43MHtC6mgCMisg=
github.com/cilium/charts v0.0.0-20231204144821-3de0b7aec8d6/go.mod h1:M3C9VOlFvRzuV+a01t07Tw4uFLSfkCH3L542IWjf6BU=
github.com/cilium/checkmate v1.0.3 h1:CQC5eOmlAZeEjPrVZY3ZwEBH64lHlx9mXYdUehEwI5w=
github.com/cilium/checkmate v1.0.3/go.mod h1:KiBTasf39/F2hf2yAmHw21YFl3hcEyP4Yk6filxc12A=
github.com/cilium/cilium v1.15.0-pre.3 h1:HuARlBUHQxXaLp1JoCYIv/2iwKZPxcIuQ3TWtjPWKpk=
Expand Down
1 change: 1 addition & 0 deletions vendor/github.com/cilium/charts/README.md

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

Binary file not shown.
108 changes: 107 additions & 1 deletion vendor/github.com/cilium/charts/index.yaml

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 @@ -52,7 +52,7 @@ github.com/chai2010/gettext-go
github.com/chai2010/gettext-go/mo
github.com/chai2010/gettext-go/plural
github.com/chai2010/gettext-go/po
# github.com/cilium/charts v0.0.0-20231113210111-5a4126644d7d
# github.com/cilium/charts v0.0.0-20231204144821-3de0b7aec8d6
## explicit; go 1.17
github.com/cilium/charts
# github.com/cilium/cilium v1.15.0-pre.3
Expand Down