File tree Expand file tree Collapse file tree 4 files changed +18
-13
lines changed
github.com/oapi-codegen/runtime Expand file tree Collapse file tree 4 files changed +18
-13
lines changed Original file line number Diff line number Diff line change @@ -6,7 +6,7 @@ require (
66 github.com/aquasecurity/table v1.11.0
77 github.com/liamg/tml v0.7.1
88 github.com/oapi-codegen/oapi-codegen/v2 v2.6.0
9- github.com/oapi-codegen/runtime v1.3.0
9+ github.com/oapi-codegen/runtime v1.3.1
1010 github.com/pterm/pterm v0.12.83
1111 github.com/spf13/cobra v1.10.2
1212 github.com/spf13/viper v1.21.0
Original file line number Diff line number Diff line change @@ -73,8 +73,8 @@ github.com/mattn/go-runewidth v0.0.20 h1:WcT52H91ZUAwy8+HUkdM3THM6gXqXuLJi9O3rjc
7373github.com/mattn/go-runewidth v0.0.20 /go.mod h1:XBkDxAl56ILZc9knddidhrOlY5R/pDhgLpndooCuJAs =
7474github.com/oapi-codegen/oapi-codegen/v2 v2.6.0 h1:4i+F2cvwBFZeplxCssNdLy3MhNzUD87mI3HnayHZkAU =
7575github.com/oapi-codegen/oapi-codegen/v2 v2.6.0 /go.mod h1:eWHeJSohQJIINJZzzQriVynfGsnlQVh0UkN2UYYcw4Q =
76- github.com/oapi-codegen/runtime v1.3.0 h1:vyK1zc0gDWWXgk2xoQa4+X4RNNc5SL2RbTpJS/4vMYA =
77- github.com/oapi-codegen/runtime v1.3.0 /go.mod h1:kOdeacKy7t40Rclb1je37ZLFboFxh+YLy0zaPCMibPY =
76+ github.com/oapi-codegen/runtime v1.3.1 h1:RgDY6J4OGQLbRXhG/Xpt3vSVqYpHQS7hN4m85+5xB9g =
77+ github.com/oapi-codegen/runtime v1.3.1 /go.mod h1:kOdeacKy7t40Rclb1je37ZLFboFxh+YLy0zaPCMibPY =
7878github.com/pelletier/go-toml/v2 v2.2.4 h1:mye9XuhQ6gvn5h28+VilKrrPoQVanw5PMw/TB0t5Ec4 =
7979github.com/pelletier/go-toml/v2 v2.2.4 /go.mod h1:2gIqNv+qfxSVS7cM2xJQKtLSTLUE9V8t9Stt+h56mCY =
8080github.com/pmezard/go-difflib v1.0.0 h1:4DBwDE0NGyQoBHbLQYPwSUPoCMWR5BEzIk/f1lZbAQM =
Original file line number Diff line number Diff line change @@ -53,7 +53,7 @@ github.com/mattn/go-runewidth
5353# github.com/oapi-codegen/oapi-codegen/v2 v2.6.0
5454## explicit; go 1.22.5
5555github.com/oapi-codegen/oapi-codegen/v2/pkg/securityprovider
56- # github.com/oapi-codegen/runtime v1.3.0
56+ # github.com/oapi-codegen/runtime v1.3.1
5757## explicit; go 1.24
5858github.com/oapi-codegen/runtime
5959github.com/oapi-codegen/runtime/types
You can’t perform that action at this time.
0 commit comments