Skip to content

Commit 11879eb

Browse files
cilium-renovate[bot]kkourt
authored andcommitted
fix(deps): update module github.com/alecthomas/kong to v1.9.0
Signed-off-by: cilium-renovate[bot] <134692979+cilium-renovate[bot]@users.noreply.github.com>
1 parent 4c6a99b commit 11879eb

File tree

15 files changed

+243
-55
lines changed

15 files changed

+243
-55
lines changed

contrib/tetragon-rthooks/go.mod

+1-1
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ module github.com/cilium/tetragon/contrib/rthooks/tetragon-oci-hook
44
go 1.24.0
55

66
require (
7-
github.com/alecthomas/kong v1.8.1
7+
github.com/alecthomas/kong v1.9.0
88
github.com/cilium/lumberjack/v2 v2.4.1
99
github.com/cilium/tetragon/api v0.0.0-00010101000000-000000000000
1010
github.com/containerd/containerd v1.7.27

contrib/tetragon-rthooks/go.sum

+2-2
Original file line numberDiff line numberDiff line change
@@ -7,8 +7,8 @@ github.com/BurntSushi/toml v1.4.0 h1:kuoIxZQy2WRRk1pttg9asf+WVv6tWQuBNVmK8+nqPr0
77
github.com/BurntSushi/toml v1.4.0/go.mod h1:ukJfTF/6rtPPRCnwkur4qwRxa8vTRFBF0uk2lLoLwho=
88
github.com/alecthomas/assert/v2 v2.11.0 h1:2Q9r3ki8+JYXvGsDyBXwH3LcJ+WK5D0gc5E8vS6K3D0=
99
github.com/alecthomas/assert/v2 v2.11.0/go.mod h1:Bze95FyfUr7x34QZrjL+XP+0qgp/zg8yS+TtBj1WA3k=
10-
github.com/alecthomas/kong v1.8.1 h1:6aamvWBE/REnR/BCq10EcozmcpUPc5aGI1lPAWdB0EE=
11-
github.com/alecthomas/kong v1.8.1/go.mod h1:p2vqieVMeTAnaC83txKtXe8FLke2X07aruPWXyMPQrU=
10+
github.com/alecthomas/kong v1.9.0 h1:Wgg0ll5Ys7xDnpgYBuBn/wPeLGAuK0NvYmEcisJgrIs=
11+
github.com/alecthomas/kong v1.9.0/go.mod h1:p2vqieVMeTAnaC83txKtXe8FLke2X07aruPWXyMPQrU=
1212
github.com/alecthomas/repr v0.4.0 h1:GhI2A8MACjfegCPVq9f1FLvIBS+DrQ2KQBFZP1iFzXc=
1313
github.com/alecthomas/repr v0.4.0/go.mod h1:Fr0507jx4eOXV7AlPV6AVZLYrLIuIeSOWtW57eE/O/4=
1414
github.com/antlr4-go/antlr/v4 v4.13.0 h1:lxCg3LAv+EUK6t1i0y1V6/SLeUi0eKEKdhQAlS8TVTI=

contrib/tetragon-rthooks/vendor/github.com/alecthomas/kong/.golangci.yml

+2-2
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

contrib/tetragon-rthooks/vendor/github.com/alecthomas/kong/build.go

+21-1
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

contrib/tetragon-rthooks/vendor/github.com/alecthomas/kong/callbacks.go

+69-9
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

contrib/tetragon-rthooks/vendor/github.com/alecthomas/kong/context.go

+58-22
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)