Skip to content

Commit

Permalink
go.mod, vendor: pull in latest cilium charts for v1.12.1, v1.11.8, v1…
Browse files Browse the repository at this point in the history
….10.14

Signed-off-by: Tobias Klauser <[email protected]>
  • Loading branch information
tklauser committed Aug 22, 2022
1 parent e29cce2 commit 4216e69
Show file tree
Hide file tree
Showing 8 changed files with 304 additions and 5 deletions.
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-20220719130934-ee1eb2c22755
github.com/cilium/charts v0.0.0-20220816181142-713f501c4dfc
github.com/cilium/cilium v1.12.1
github.com/cilium/hubble v0.10.0
github.com/cilium/proxy v0.0.0-20220803100640-5739e4be8ae7
Expand Down
4 changes: 2 additions & 2 deletions go.sum
Original file line number Diff line number Diff line change
Expand Up @@ -216,8 +216,8 @@ github.com/chai2010/gettext-go v0.0.0-20160711120539-c6fed771bfd5/go.mod h1:/iP1
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-20220719130934-ee1eb2c22755 h1:PMV3LHzzYqY6MOl8jFyoljPy2FdFd2BsTr+15p4zQFY=
github.com/cilium/charts v0.0.0-20220719130934-ee1eb2c22755/go.mod h1:M3C9VOlFvRzuV+a01t07Tw4uFLSfkCH3L542IWjf6BU=
github.com/cilium/charts v0.0.0-20220816181142-713f501c4dfc h1:r1Ywg4DuBj2OcK1aWsr9tti0hJBTXTYtxCwfNznBRAA=
github.com/cilium/charts v0.0.0-20220816181142-713f501c4dfc/go.mod h1:M3C9VOlFvRzuV+a01t07Tw4uFLSfkCH3L542IWjf6BU=
github.com/cilium/cilium v1.12.1 h1:c+BsjB8gtnE4dGq/Qu7mawVm/aYQcgReeByvIKoNCl8=
github.com/cilium/cilium v1.12.1/go.mod h1:zzvxP7nKhHhmCRXlHBUT40j/9wVOuBE3xBubaljDsa4=
github.com/cilium/client-go v0.0.0-20220808211112-706606a736d5 h1:rPdZ1rMcSPzqauGQOusEKn0Ya7EWGj28JGa6tGn8PxM=
Expand Down
3 changes: 3 additions & 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.
Binary file not shown.
Binary file not shown.
298 changes: 297 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 @@ -74,7 +74,7 @@ github.com/chai2010/gettext-go/gettext
github.com/chai2010/gettext-go/gettext/mo
github.com/chai2010/gettext-go/gettext/plural
github.com/chai2010/gettext-go/gettext/po
# github.com/cilium/charts v0.0.0-20220719130934-ee1eb2c22755
# github.com/cilium/charts v0.0.0-20220816181142-713f501c4dfc
## explicit; go 1.17
github.com/cilium/charts
# github.com/cilium/cilium v1.12.1
Expand Down

0 comments on commit 4216e69

Please sign in to comment.