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

fix(deps): update github.com/cilium/hive digest to 51fb911 #130

Merged
merged 1 commit into from
Sep 16, 2024
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 cmapisrv-mock/go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ go 1.23.0

require (
github.com/cilium/cilium v1.16.1
github.com/cilium/hive v0.0.0-20240826173949-af1b4bf1ab98
github.com/cilium/hive v0.0.0-20240911195218-51fb911e7dad
github.com/dustinkirkland/golang-petname v0.0.0-20240428194347-eebcea082ee0
github.com/sirupsen/logrus v1.9.3
github.com/spf13/cobra v1.8.1
Expand Down
4 changes: 2 additions & 2 deletions cmapisrv-mock/go.sum
Original file line number Diff line number Diff line change
Expand Up @@ -31,8 +31,8 @@ github.com/cilium/cilium v1.16.1 h1:7FiLrRJbO3d/RE423FUN0GxhrFDQBYRwr1veHN7uBys=
github.com/cilium/cilium v1.16.1/go.mod h1:SIurqFNFBU9/sQTPC9tvrOktAMDnQOGPBCSYtsnjxp4=
github.com/cilium/ebpf v0.15.0 h1:7NxJhNiBT3NG8pZJ3c+yfrVdHY8ScgKD27sScgjLMMk=
github.com/cilium/ebpf v0.15.0/go.mod h1:DHp1WyrLeiBh19Cf/tfiSMhqheEiK8fXFZ4No0P1Hso=
github.com/cilium/hive v0.0.0-20240826173949-af1b4bf1ab98 h1:zT2AR4uNmwehfHgphnafWaERkCR6c3WWE/IcU7nzg40=
github.com/cilium/hive v0.0.0-20240826173949-af1b4bf1ab98/go.mod h1:6tW1eCwSq8Wz8IVtpZE0MemoCWSrEOUa8aLKotmBRCo=
github.com/cilium/hive v0.0.0-20240911195218-51fb911e7dad h1:VemjLI/ObKOTTxBoDME5pjYqNpoq4MzxvdUVBEoUFDk=
github.com/cilium/hive v0.0.0-20240911195218-51fb911e7dad/go.mod h1:6tW1eCwSq8Wz8IVtpZE0MemoCWSrEOUa8aLKotmBRCo=
github.com/cilium/proxy v0.0.0-20240418093727-2c7164c53e26 h1:wzm/nEkcMO6oGSySoqe3/bMcF1sxrxI2ByidN3gg30A=
github.com/cilium/proxy v0.0.0-20240418093727-2c7164c53e26/go.mod h1:jzAmtWhlyR3kx+AwYdQvGM04lmHwsWhq1ySfAVpY/SA=
github.com/cilium/statedb v0.2.4 h1:jCyXGcsiXgpJSfpfRRGKd+TD3U1teeDtOnqCyErsHsI=
Expand Down
26 changes: 26 additions & 0 deletions cmapisrv-mock/vendor/github.com/cilium/hive/.gitignore

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

2 changes: 1 addition & 1 deletion cmapisrv-mock/vendor/github.com/cilium/hive/hive.go

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

11 changes: 11 additions & 0 deletions cmapisrv-mock/vendor/github.com/cilium/hive/job/job.go

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

9 changes: 6 additions & 3 deletions cmapisrv-mock/vendor/github.com/cilium/hive/job/observer.go

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

8 changes: 6 additions & 2 deletions cmapisrv-mock/vendor/github.com/cilium/hive/job/oneshot.go

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

8 changes: 6 additions & 2 deletions cmapisrv-mock/vendor/github.com/cilium/hive/job/timer.go

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

2 changes: 1 addition & 1 deletion cmapisrv-mock/vendor/modules.txt
Original file line number Diff line number Diff line change
Expand Up @@ -124,7 +124,7 @@ github.com/cilium/ebpf/internal/sysenc
github.com/cilium/ebpf/internal/tracefs
github.com/cilium/ebpf/internal/unix
github.com/cilium/ebpf/link
# github.com/cilium/hive v0.0.0-20240826173949-af1b4bf1ab98
# github.com/cilium/hive v0.0.0-20240911195218-51fb911e7dad
## explicit; go 1.21.3
github.com/cilium/hive
github.com/cilium/hive/cell
Expand Down
Loading