Skip to content

Commit

Permalink
go.mod, vendor: pull in latest cilium charts for v1.10.19, v1.11.13, …
Browse files Browse the repository at this point in the history
…v1.12.6

Signed-off-by: Tobias Klauser <[email protected]>
  • Loading branch information
tklauser committed Jan 27, 2023
1 parent 92fc089 commit c28e9a0
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 @@ -12,7 +12,7 @@ replace (

require (
github.com/blang/semver/v4 v4.0.0
github.com/cilium/charts v0.0.0-20230124044000-7f81956a0518
github.com/cilium/charts v0.0.0-20230127134207-b66f8b685c0c
github.com/cilium/cilium v1.13.0-rc5
github.com/cilium/hubble v0.10.0
github.com/cilium/proxy v0.0.0-20221007150350-ea56f41688f9
Expand Down
4 changes: 2 additions & 2 deletions go.sum
Original file line number Diff line number Diff line change
Expand Up @@ -181,8 +181,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-20230124044000-7f81956a0518 h1:DaSBJyl5WhCrj8R3PTuFYrOeqL0twBofnW4SNp4HGXY=
github.com/cilium/charts v0.0.0-20230124044000-7f81956a0518/go.mod h1:M3C9VOlFvRzuV+a01t07Tw4uFLSfkCH3L542IWjf6BU=
github.com/cilium/charts v0.0.0-20230127134207-b66f8b685c0c h1:d9vIJfqRSGZbDsYZ4eKhyT2hEHHrOBuOBQ4goSpoXCA=
github.com/cilium/charts v0.0.0-20230127134207-b66f8b685c0c/go.mod h1:M3C9VOlFvRzuV+a01t07Tw4uFLSfkCH3L542IWjf6BU=
github.com/cilium/cilium v1.13.0-rc5 h1:ZcO2twwdXBZS3wS09aBnNwT9LcGhXm2UUbF3pHifcfo=
github.com/cilium/cilium v1.13.0-rc5/go.mod h1:F1Fyf/X2BIwljlsMIB+0NXd90juH+JJz3Z7ofO5rqpE=
github.com/cilium/dns v1.1.4-0.20190417235132-8e25ec9a0ff3/go.mod h1:cXN7jgo+gsGlNvQ7Vqu2ELdc3f7i7PPgupHqSkLzzBo=
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 @@ -61,7 +61,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-20230124044000-7f81956a0518
# github.com/cilium/charts v0.0.0-20230127134207-b66f8b685c0c
## explicit; go 1.17
github.com/cilium/charts
# github.com/cilium/cilium v1.13.0-rc5
Expand Down

0 comments on commit c28e9a0

Please sign in to comment.