Skip to content

Commit 1265e75

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

File tree

5 files changed

+112
-48
lines changed

5 files changed

+112
-48
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.1
9+
github.com/oapi-codegen/runtime v1.4.0
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.1 h1:RgDY6J4OGQLbRXhG/Xpt3vSVqYpHQS7hN4m85+5xB9g=
77-
github.com/oapi-codegen/runtime v1.3.1/go.mod h1:kOdeacKy7t40Rclb1je37ZLFboFxh+YLy0zaPCMibPY=
76+
github.com/oapi-codegen/runtime v1.4.0 h1:KLOSFOp7UzkbS7Cs1ms6NBEKYr0WmH2wZG0KKbd2er4=
77+
github.com/oapi-codegen/runtime v1.4.0/go.mod h1:5sw5fxCDmnOzKNYmkVNF8d34kyUeejJEY8HNT2WaPec=
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: 89 additions & 42 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

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

Lines changed: 18 additions & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

vendor/modules.txt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -53,8 +53,8 @@ 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.1
57-
## explicit; go 1.24
56+
# github.com/oapi-codegen/runtime v1.4.0
57+
## explicit; go 1.24.0
5858
github.com/oapi-codegen/runtime
5959
github.com/oapi-codegen/runtime/types
6060
# github.com/pelletier/go-toml/v2 v2.2.4

0 commit comments

Comments
 (0)