Skip to content

Commit

Permalink
go.mod, vendor: update Hubble to v0.10.0
Browse files Browse the repository at this point in the history
Signed-off-by: Tobias Klauser <tobias@cilium.io>
  • Loading branch information
tklauser committed Aug 2, 2022
1 parent 32ab1b2 commit c20dce4
Show file tree
Hide file tree
Showing 10 changed files with 941 additions and 18 deletions.
2 changes: 1 addition & 1 deletion go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ require (
github.com/blang/semver/v4 v4.0.0
github.com/cilium/charts v0.0.0-20220719130934-ee1eb2c22755
github.com/cilium/cilium v1.12.0
github.com/cilium/hubble v0.9.0
github.com/cilium/hubble v0.10.0
github.com/cilium/proxy v0.0.0-20220525133153-3b70fad0b951
github.com/cilium/workerpool v1.1.3
github.com/cloudflare/cfssl v1.6.1
Expand Down
4 changes: 2 additions & 2 deletions go.sum
Original file line number Diff line number Diff line change
Expand Up @@ -221,8 +221,8 @@ github.com/cilium/charts v0.0.0-20220719130934-ee1eb2c22755/go.mod h1:M3C9VOlFvR
github.com/cilium/cilium v1.12.0 h1:n5v34BpYyx/ui8b70S+AESlDUvYaYNUs6EJ5fvGwGvs=
github.com/cilium/cilium v1.12.0/go.mod h1:AsODlfqv7KAR7D4tC43P3Txc2IwTAspNlvDz0LpqlO4=
github.com/cilium/dns v1.1.4-0.20190417235132-8e25ec9a0ff3/go.mod h1:cXN7jgo+gsGlNvQ7Vqu2ELdc3f7i7PPgupHqSkLzzBo=
github.com/cilium/hubble v0.9.0 h1:rjGVKm8HkgfyFXH9gaBpDFWHRCJLw2MPnxdZtI0L958=
github.com/cilium/hubble v0.9.0/go.mod h1:I+1Hn2grfMo/xKyiXQ9BjQiDChaxX00jY5NOIpR6WMo=
github.com/cilium/hubble v0.10.0 h1:xfpd0pvs8Fx6aPiCWCDfMPmYiK7if6lBRLdV3IJ6aHI=
github.com/cilium/hubble v0.10.0/go.mod h1:pDbTf1h/Pw8kZ7PR8qbPyT3nDiSAqmVz9rL0TmfmQ38=
github.com/cilium/proxy v0.0.0-20220525133153-3b70fad0b951 h1:PpsSavy+lbfzVnMhJe2E+cuBniKqnW0BGl3Sdd3Uc88=
github.com/cilium/proxy v0.0.0-20220525133153-3b70fad0b951/go.mod h1:ontBl/RX7G0GwcR38YQVp6d75MjIsL1FbBidVpn+F8I=
github.com/cilium/workerpool v1.1.3 h1:GB5H495r6AXg8kYklLAOn7N4PDR/djeE4WYPbq8U+yY=
Expand Down
6 changes: 6 additions & 0 deletions vendor/github.com/cilium/cilium/pkg/identity/doc.go

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

289 changes: 289 additions & 0 deletions vendor/github.com/cilium/cilium/pkg/identity/identity.go

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

0 comments on commit c20dce4

Please sign in to comment.