Skip to content

Commit

Permalink
Pick up the latest cilium/cilium
Browse files Browse the repository at this point in the history
Ref: cilium/cilium@95ee091

Signed-off-by: Michi Mutsuzaki <[email protected]>
  • Loading branch information
michi-covalent authored and tklauser committed Dec 10, 2024
1 parent 223c743 commit 43f930e
Show file tree
Hide file tree
Showing 40 changed files with 546 additions and 2,629 deletions.
4 changes: 2 additions & 2 deletions go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ replace (
sigs.k8s.io/controller-tools => github.com/cilium/controller-tools v0.8.0-2
)

require github.com/cilium/cilium v1.17.0-pre.3.0.20241206091809-befdbb49a88b
require github.com/cilium/cilium v1.17.0-pre.3.0.20241206234938-95ee091cd967

require (
cel.dev/expr v0.18.0 // indirect
Expand All @@ -35,7 +35,7 @@ require (
github.com/cilium/ebpf v0.16.1-0.20241119131019-e2607b570f29 // indirect
github.com/cilium/hive v0.0.0-20241129122706-af5052cfd6d4 // indirect
github.com/cilium/proxy v0.0.0-20241115112946-fb67566cbd95 // indirect
github.com/cilium/statedb v0.3.3 // indirect
github.com/cilium/statedb v0.3.4 // indirect
github.com/cilium/stream v0.0.0-20241203114243-53c3e5d79744 // indirect
github.com/cilium/workerpool v1.2.0 // indirect
github.com/cloudflare/cfssl v1.6.5 // indirect
Expand Down
8 changes: 4 additions & 4 deletions go.sum
Original file line number Diff line number Diff line change
Expand Up @@ -56,16 +56,16 @@ github.com/chai2010/gettext-go v1.0.2 h1:1Lwwip6Q2QGsAdl/ZKPCwTe9fe0CjlUbqj5bFNS
github.com/chai2010/gettext-go v1.0.2/go.mod h1:y+wnP2cHYaVj19NZhYKAwEMH2CI1gNHeQQ+5AjwawxA=
github.com/cilium/charts v0.0.0-20241127112225-7cea2b4f120f h1:SFlZUktu/L/03B3EuLy1uAgjtgfBOy2buQNL+ZMncxc=
github.com/cilium/charts v0.0.0-20241127112225-7cea2b4f120f/go.mod h1:M3C9VOlFvRzuV+a01t07Tw4uFLSfkCH3L542IWjf6BU=
github.com/cilium/cilium v1.17.0-pre.3.0.20241206091809-befdbb49a88b h1:qdKxzeIpCgu3p1BU5zAv4AdV2inWN0sapC5BaVci1mI=
github.com/cilium/cilium v1.17.0-pre.3.0.20241206091809-befdbb49a88b/go.mod h1:3atcWZad/w2gPuK+VrdhbV4L6r6HTEghF4WA4WJycN0=
github.com/cilium/cilium v1.17.0-pre.3.0.20241206234938-95ee091cd967 h1:NCPrnnX5HIaB/Kp001CzNLvhg7Ah/wnCVGvp8szw5uY=
github.com/cilium/cilium v1.17.0-pre.3.0.20241206234938-95ee091cd967/go.mod h1:BYWwvslb/PtvuzFMs4I9zLTzDMoq6ichXbcinZjWV+0=
github.com/cilium/ebpf v0.16.1-0.20241119131019-e2607b570f29 h1:T7oI6ImaDb8qPVUFTvhQPbp65nIwg9o90tYZKOU+lr0=
github.com/cilium/ebpf v0.16.1-0.20241119131019-e2607b570f29/go.mod h1:vay2FaYSmIlv3r8dNACd4mW/OCaZLJKJOo+IHBvCIO8=
github.com/cilium/hive v0.0.0-20241129122706-af5052cfd6d4 h1:JcT0Hl5hjbCn2xFPd3yEFDLvvbgUz1DU2IgHHArw7ac=
github.com/cilium/hive v0.0.0-20241129122706-af5052cfd6d4/go.mod h1:pI2GJ1n3SLKIQVFrKF7W6A6gb6BQkZ+3Hp4PAEo5SuI=
github.com/cilium/proxy v0.0.0-20241115112946-fb67566cbd95 h1:iMn0++U3CDqoDINY5JLOhlPcjj3kW/xCmse+d+EZkOM=
github.com/cilium/proxy v0.0.0-20241115112946-fb67566cbd95/go.mod h1:/UoCz3gByKwF5gCHFMUhwmIN5/Pgmb8LTIrfBlmjGCo=
github.com/cilium/statedb v0.3.3 h1:hB1J28yE6KMrwLSxFfus1QjwYK1PEhibKADckxVHNyk=
github.com/cilium/statedb v0.3.3/go.mod h1:hpcYZXvrOhmdBd02/N/WqxSjbeO2HYG8l3Z2fGq6Ioo=
github.com/cilium/statedb v0.3.4 h1:nb5qNntmtaNljJD1r2s5zGOs62LP87AqLhFKIZH2rRE=
github.com/cilium/statedb v0.3.4/go.mod h1:hpcYZXvrOhmdBd02/N/WqxSjbeO2HYG8l3Z2fGq6Ioo=
github.com/cilium/stream v0.0.0-20241203114243-53c3e5d79744 h1:f+CgYUy2YyZ2EX31QSqf3vwFiJJQSAMIQLn4d3QQYno=
github.com/cilium/stream v0.0.0-20241203114243-53c3e5d79744/go.mod h1:/e83AwqvNKpyg4n3C41qmnmj1x2G9DwzI+jb7GkF4lI=
github.com/cilium/workerpool v1.2.0 h1:Wc2iOPTvCgWKQXeq4L5tnx4QFEI+z5q1+bSpSS0cnAY=
Expand Down

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

This file was deleted.

This file was deleted.

52 changes: 0 additions & 52 deletions vendor/github.com/cilium/cilium/pkg/datapath/tunnel/cell.go

This file was deleted.

Loading

0 comments on commit 43f930e

Please sign in to comment.