Skip to content

Commit 57991cf

Browse files
build(deps): bump github.com/oapi-codegen/runtime from 1.3.0 to 1.3.1 in the dependencies group (#24)
Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 2af1f00 commit 57991cf

File tree

4 files changed

+18
-13
lines changed

4 files changed

+18
-13
lines changed

go.mod

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff 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

go.sum

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -73,8 +73,8 @@ github.com/mattn/go-runewidth v0.0.20 h1:WcT52H91ZUAwy8+HUkdM3THM6gXqXuLJi9O3rjc
7373
github.com/mattn/go-runewidth v0.0.20/go.mod h1:XBkDxAl56ILZc9knddidhrOlY5R/pDhgLpndooCuJAs=
7474
github.com/oapi-codegen/oapi-codegen/v2 v2.6.0 h1:4i+F2cvwBFZeplxCssNdLy3MhNzUD87mI3HnayHZkAU=
7575
github.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=
7878
github.com/pelletier/go-toml/v2 v2.2.4 h1:mye9XuhQ6gvn5h28+VilKrrPoQVanw5PMw/TB0t5Ec4=
7979
github.com/pelletier/go-toml/v2 v2.2.4/go.mod h1:2gIqNv+qfxSVS7cM2xJQKtLSTLUE9V8t9Stt+h56mCY=
8080
github.com/pmezard/go-difflib v1.0.0 h1:4DBwDE0NGyQoBHbLQYPwSUPoCMWR5BEzIk/f1lZbAQM=

vendor/github.com/oapi-codegen/runtime/bindparam.go

Lines changed: 14 additions & 9 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

vendor/modules.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff 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
5555
github.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
5858
github.com/oapi-codegen/runtime
5959
github.com/oapi-codegen/runtime/types

0 commit comments

Comments
 (0)