File tree Expand file tree Collapse file tree 3 files changed +4
-4
lines changed
Expand file tree Collapse file tree 3 files changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -5,7 +5,7 @@ go 1.24.4
55require (
66 github.com/aquasecurity/table v1.11.0
77 github.com/liamg/tml v0.7.0
8- github.com/oapi-codegen/oapi-codegen/v2 v2.5.0
8+ github.com/oapi-codegen/oapi-codegen/v2 v2.5.1
99 github.com/oapi-codegen/runtime v1.1.2
1010 github.com/pterm/pterm v0.12.82
1111 github.com/spf13/cobra v1.10.1
Original file line number Diff line number Diff line change @@ -67,8 +67,8 @@ github.com/lithammer/fuzzysearch v1.1.8/go.mod h1:IdqeyBClc3FFqSzYq/MXESsS4S0FsZ
6767github.com/mattn/go-runewidth v0.0.13 /go.mod h1:Jdepj2loyihRzMpdS35Xk/zdY8IAYHsh153qUoGf23w =
6868github.com/mattn/go-runewidth v0.0.16 h1:E5ScNMtiwvlvB5paMFdw9p4kSQzbXFikJ5SQO6TULQc =
6969github.com/mattn/go-runewidth v0.0.16 /go.mod h1:Jdepj2loyihRzMpdS35Xk/zdY8IAYHsh153qUoGf23w =
70- github.com/oapi-codegen/oapi-codegen/v2 v2.5.0 h1:iJvF8SdB/3/+eGOXEpsWkD8FQAHj6mqkb6Fnsoc8MFU =
71- github.com/oapi-codegen/oapi-codegen/v2 v2.5.0 /go.mod h1:fwlMxUEMuQK5ih9aymrxKPQqNm2n8bdLk1ppjH+lr9w =
70+ github.com/oapi-codegen/oapi-codegen/v2 v2.5.1 h1:5vHNY1uuPBRBWqB2Dp0G7YB03phxLQZupZTIZaeorjc =
71+ github.com/oapi-codegen/oapi-codegen/v2 v2.5.1 /go.mod h1:ro0npU1BWkcGpCgGD9QwPp44l5OIZ94tB3eabnT7DjQ =
7272github.com/oapi-codegen/runtime v1.1.2 h1:P2+CubHq8fO4Q6fV1tqDBZHCwpVpvPg7oKiYzQgXIyI =
7373github.com/oapi-codegen/runtime v1.1.2 /go.mod h1:SK9X900oXmPWilYR5/WKPzt3Kqxn/uS/+lbpREv+eCg =
7474github.com/pelletier/go-toml/v2 v2.2.4 h1:mye9XuhQ6gvn5h28+VilKrrPoQVanw5PMw/TB0t5Ec4 =
Original file line number Diff line number Diff line change @@ -47,7 +47,7 @@ github.com/lithammer/fuzzysearch/fuzzy
4747# github.com/mattn/go-runewidth v0.0.16
4848## explicit; go 1.9
4949github.com/mattn/go-runewidth
50- # github.com/oapi-codegen/oapi-codegen/v2 v2.5.0
50+ # github.com/oapi-codegen/oapi-codegen/v2 v2.5.1
5151## explicit; go 1.22.5
5252github.com/oapi-codegen/oapi-codegen/v2/pkg/securityprovider
5353# github.com/oapi-codegen/runtime v1.1.2
You can’t perform that action at this time.
0 commit comments