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/tetragon/pkg/k8s digest to 84f7fcb #1979

Merged
merged 1 commit into from
Sep 22, 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 @@ -18,7 +18,7 @@ require (
github.com/cilium/charts v0.0.0-20230913190306-2ddb61e40eb8
github.com/cilium/cilium v1.14.2
github.com/cilium/hubble v0.12.0
github.com/cilium/tetragon/pkg/k8s v0.0.0-20230914174503-882f17cd8b7c
github.com/cilium/tetragon/pkg/k8s v0.0.0-20230921220644-84f7fcb28f67
github.com/cilium/workerpool v1.2.0
github.com/cloudflare/cfssl v1.6.4
github.com/go-openapi/strfmt v0.21.7
Expand Down
4 changes: 2 additions & 2 deletions go.sum
Original file line number Diff line number Diff line change
Expand Up @@ -127,8 +127,8 @@ github.com/cilium/hubble v0.12.0 h1:0Sc68tCa3jY1x4VqEWp63+r34/e5jmh4p3CWrf5afU8=
github.com/cilium/hubble v0.12.0/go.mod h1:2mXoJZSczBewSVItWblNmCQaAjSr+NVnWTonwuVcrIk=
github.com/cilium/proxy v0.0.0-20230623092907-8fddead4e52c h1:/NqY4jLr92f7VcUJe1gHS6CgSGWFUCeD2f4QhxO8tgE=
github.com/cilium/proxy v0.0.0-20230623092907-8fddead4e52c/go.mod h1:iOlDXIgPGBabS7J0Npbq8MC5+gfvUGSBISnxXIJjfgs=
github.com/cilium/tetragon/pkg/k8s v0.0.0-20230914174503-882f17cd8b7c h1:66P/NZpI3jmcOIXLe+PjIb8xQgtb7dp26Sg4QYNvc2M=
github.com/cilium/tetragon/pkg/k8s v0.0.0-20230914174503-882f17cd8b7c/go.mod h1:n5kJES9tSuASZe1Mtq6xoMubsgp78f4nCK8qcSmt/Y8=
github.com/cilium/tetragon/pkg/k8s v0.0.0-20230921220644-84f7fcb28f67 h1:9aNv9qmWHXE6dsLGu4tSgrP0cHfzQ3V21FEaY3UrqJg=
github.com/cilium/tetragon/pkg/k8s v0.0.0-20230921220644-84f7fcb28f67/go.mod h1:n5kJES9tSuASZe1Mtq6xoMubsgp78f4nCK8qcSmt/Y8=
github.com/cilium/workerpool v1.2.0 h1:Wc2iOPTvCgWKQXeq4L5tnx4QFEI+z5q1+bSpSS0cnAY=
github.com/cilium/workerpool v1.2.0/go.mod h1:GOYJhwlnIjR+jWSDNBb5kw47G1H/XA9X4WOBpgr4pQU=
github.com/client9/misspell v0.3.4/go.mod h1:qj6jICC3Q7zFZvVWo7KLAzC3yx5G7kyvSDkc90ppPyw=
Expand Down

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

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

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

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

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

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

2 changes: 1 addition & 1 deletion vendor/modules.txt
Original file line number Diff line number Diff line change
Expand Up @@ -173,7 +173,7 @@ github.com/cilium/proxy/go/envoy/type/metadata/v3
github.com/cilium/proxy/go/envoy/type/tracing/v3
github.com/cilium/proxy/go/envoy/type/v3
github.com/cilium/proxy/pkg/policy/api/kafka
# github.com/cilium/tetragon/pkg/k8s v0.0.0-20230914174503-882f17cd8b7c
# github.com/cilium/tetragon/pkg/k8s v0.0.0-20230921220644-84f7fcb28f67
## explicit; go 1.20
github.com/cilium/tetragon/pkg/k8s/apis/cilium.io
github.com/cilium/tetragon/pkg/k8s/apis/cilium.io/v1alpha1
Expand Down