Skip to content

Commit

Permalink
go.mod, vendor: update cilium to 1.11.0
Browse files Browse the repository at this point in the history
This also pulls in k8s 1.23 (tagged as v0.24.0-alpha.0, see
cilium/cilium#18008 (comment)).

Signed-off-by: Tobias Klauser <tobias@cilium.io>
  • Loading branch information
tklauser committed Dec 8, 2021
1 parent e39aeaa commit e30d6a0
Show file tree
Hide file tree
Showing 43 changed files with 1,082 additions and 445 deletions.
6 changes: 4 additions & 2 deletions go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ module github.com/cilium/hubble
go 1.17

require (
github.com/cilium/cilium v1.11.0-rc3
github.com/cilium/cilium v1.11.0
github.com/fatih/color v1.13.0
github.com/google/go-cmp v0.5.6
github.com/sirupsen/logrus v1.8.1
Expand Down Expand Up @@ -81,8 +81,10 @@ require (
gopkg.in/inf.v0 v0.9.1 // indirect
gopkg.in/ini.v1 v1.64.0 // indirect
gopkg.in/yaml.v3 v3.0.0-20210107192922-496545a6307b // indirect
k8s.io/apimachinery v0.22.3 // indirect
k8s.io/apimachinery v0.24.0-alpha.0 // indirect
k8s.io/klog/v2 v2.30.0 // indirect
k8s.io/utils v0.0.0-20210930125809-cb0fa318a74b // indirect
sigs.k8s.io/json v0.0.0-20211020170558-c049b76a60c6 // indirect
sigs.k8s.io/structured-merge-diff/v4 v4.2.0 // indirect
)

Expand Down
40 changes: 22 additions & 18 deletions go.sum

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

0 comments on commit e30d6a0

Please sign in to comment.