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

go.mod, vendor: update github.com/cilium/hubble to v0.11.1 #1367

Merged
merged 1 commit into from
Feb 3, 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 @@ -14,7 +14,7 @@ require (
github.com/blang/semver/v4 v4.0.0
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/hubble v0.11.1
github.com/cilium/proxy v0.0.0-20221007150350-ea56f41688f9
github.com/cilium/workerpool v1.1.3
github.com/cloudflare/cfssl v1.6.3
Expand Down
4 changes: 2 additions & 2 deletions go.sum
Original file line number Diff line number Diff line change
Expand Up @@ -186,8 +186,8 @@ github.com/cilium/charts v0.0.0-20230127134207-b66f8b685c0c/go.mod h1:M3C9VOlFvR
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=
github.com/cilium/hubble v0.10.0 h1:xfpd0pvs8Fx6aPiCWCDfMPmYiK7if6lBRLdV3IJ6aHI=
github.com/cilium/hubble v0.10.0/go.mod h1:pDbTf1h/Pw8kZ7PR8qbPyT3nDiSAqmVz9rL0TmfmQ38=
github.com/cilium/hubble v0.11.1 h1:hg6Mwd7rTltU08iXYwQjZ8ucb8qOsK/UW1PPw1JFlUg=
github.com/cilium/hubble v0.11.1/go.mod h1:NOG6duY4Ztz1/pf7VB7l1qOZ3kETIKGKH//2QB/fRec=
github.com/cilium/proxy v0.0.0-20221007150350-ea56f41688f9 h1:wBQh5SLM94SdqJN6CtE1jEJOXDNIiFX4gPy7HapeEvc=
github.com/cilium/proxy v0.0.0-20221007150350-ea56f41688f9/go.mod h1:ontBl/RX7G0GwcR38YQVp6d75MjIsL1FbBidVpn+F8I=
github.com/cilium/workerpool v1.1.3 h1:GB5H495r6AXg8kYklLAOn7N4PDR/djeE4WYPbq8U+yY=
Expand Down
23 changes: 10 additions & 13 deletions vendor/github.com/cilium/hubble/pkg/printer/color.go

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

15 changes: 2 additions & 13 deletions vendor/github.com/cilium/hubble/pkg/printer/formatter.go

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

39 changes: 13 additions & 26 deletions vendor/github.com/cilium/hubble/pkg/printer/options.go

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

59 changes: 35 additions & 24 deletions vendor/github.com/cilium/hubble/pkg/printer/printer.go

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

4 changes: 2 additions & 2 deletions vendor/modules.txt
Original file line number Diff line number Diff line change
Expand Up @@ -138,8 +138,8 @@ github.com/cilium/cilium/pkg/safetime
github.com/cilium/cilium/pkg/spanstat
github.com/cilium/cilium/pkg/version
github.com/cilium/cilium/pkg/versioncheck
# github.com/cilium/hubble v0.10.0
## explicit; go 1.18
# github.com/cilium/hubble v0.11.1
## explicit; go 1.19
github.com/cilium/hubble/pkg/printer
# github.com/cilium/proxy v0.0.0-20221007150350-ea56f41688f9
## explicit; go 1.13
Expand Down