File tree Expand file tree Collapse file tree 4 files changed +6
-6
lines changed Expand file tree Collapse file tree 4 files changed +6
-6
lines changed Original file line number Diff line number Diff line change @@ -242,7 +242,7 @@ require (
242
242
github.com/nishanths/predeclared v0.2.2 // indirect
243
243
github.com/nunnatsa/ginkgolinter v0.19.1 // indirect
244
244
github.com/oapi-codegen/oapi-codegen/v2 v2.4.1 // indirect
245
- github.com/oapi-codegen/runtime v1.1.1 // indirect
245
+ github.com/oapi-codegen/runtime v1.1.2 // indirect
246
246
github.com/oasdiff/yaml v0.0.0-20250309154309-f31be36b4037 // indirect
247
247
github.com/oasdiff/yaml3 v0.0.0-20250309153720-d2182401db90 // indirect
248
248
github.com/olekukonko/tablewriter v0.0.5 // indirect
Original file line number Diff line number Diff line change @@ -753,8 +753,8 @@ github.com/oapi-codegen/nullable v1.1.0 h1:eAh8JVc5430VtYVnq00Hrbpag9PFRGWLjxR1/
753
753
github.com/oapi-codegen/nullable v1.1.0 /go.mod h1:KUZ3vUzkmEKY90ksAmit2+5juDIhIZhfDl+0PwOQlFY =
754
754
github.com/oapi-codegen/oapi-codegen/v2 v2.4.1 h1:ykgG34472DWey7TSjd8vIfNykXgjOgYJZoQbKfEeY/Q =
755
755
github.com/oapi-codegen/oapi-codegen/v2 v2.4.1 /go.mod h1:N5+lY1tiTDV3V1BeHtOxeWXHoPVeApvsvjJqegfoaz8 =
756
- github.com/oapi-codegen/runtime v1.1.1 h1:EXLHh0DXIJnWhdRPN2w4MXAzFyE4CskzhNLUmtpMYro =
757
- github.com/oapi-codegen/runtime v1.1.1 /go.mod h1:SK9X900oXmPWilYR5/WKPzt3Kqxn/uS/+lbpREv+eCg =
756
+ github.com/oapi-codegen/runtime v1.1.2 h1:P2+CubHq8fO4Q6fV1tqDBZHCwpVpvPg7oKiYzQgXIyI =
757
+ github.com/oapi-codegen/runtime v1.1.2 /go.mod h1:SK9X900oXmPWilYR5/WKPzt3Kqxn/uS/+lbpREv+eCg =
758
758
github.com/oasdiff/yaml v0.0.0-20250309154309-f31be36b4037 h1:G7ERwszslrBzRxj//JalHPu/3yz+De2J+4aLtSRlHiY =
759
759
github.com/oasdiff/yaml v0.0.0-20250309154309-f31be36b4037 /go.mod h1:2bpvgLBZEtENV5scfDFEtB/5+1M4hkQhDQrccEJ/qGw =
760
760
github.com/oasdiff/yaml3 v0.0.0-20250309153720-d2182401db90 h1:bQx3WeLcUWy+RletIKwUIt4x3t8n2SxavmoclizMb8c =
Original file line number Diff line number Diff line change @@ -20,7 +20,7 @@ require (
20
20
github.com/jackc/pgx/v4 v4.18.3
21
21
github.com/joho/godotenv v1.5.1
22
22
github.com/oapi-codegen/nullable v1.1.0
23
- github.com/oapi-codegen/runtime v1.1.1
23
+ github.com/oapi-codegen/runtime v1.1.2
24
24
github.com/spf13/afero v1.14.0
25
25
github.com/spf13/viper v1.20.1
26
26
github.com/stretchr/testify v1.10.0
Original file line number Diff line number Diff line change @@ -132,8 +132,8 @@ github.com/nbio/st v0.0.0-20140626010706-e9e8d9816f32 h1:W6apQkHrMkS0Muv8G/TipAy
132
132
github.com/nbio/st v0.0.0-20140626010706-e9e8d9816f32 /go.mod h1:9wM+0iRr9ahx58uYLpLIr5fm8diHn0JbqRycJi6w0Ms =
133
133
github.com/oapi-codegen/nullable v1.1.0 h1:eAh8JVc5430VtYVnq00Hrbpag9PFRGWLjxR1/3KntMs =
134
134
github.com/oapi-codegen/nullable v1.1.0 /go.mod h1:KUZ3vUzkmEKY90ksAmit2+5juDIhIZhfDl+0PwOQlFY =
135
- github.com/oapi-codegen/runtime v1.1.1 h1:EXLHh0DXIJnWhdRPN2w4MXAzFyE4CskzhNLUmtpMYro =
136
- github.com/oapi-codegen/runtime v1.1.1 /go.mod h1:SK9X900oXmPWilYR5/WKPzt3Kqxn/uS/+lbpREv+eCg =
135
+ github.com/oapi-codegen/runtime v1.1.2 h1:P2+CubHq8fO4Q6fV1tqDBZHCwpVpvPg7oKiYzQgXIyI =
136
+ github.com/oapi-codegen/runtime v1.1.2 /go.mod h1:SK9X900oXmPWilYR5/WKPzt3Kqxn/uS/+lbpREv+eCg =
137
137
github.com/pelletier/go-toml/v2 v2.2.4 h1:mye9XuhQ6gvn5h28+VilKrrPoQVanw5PMw/TB0t5Ec4 =
138
138
github.com/pelletier/go-toml/v2 v2.2.4 /go.mod h1:2gIqNv+qfxSVS7cM2xJQKtLSTLUE9V8t9Stt+h56mCY =
139
139
github.com/pkg/errors v0.8.1 /go.mod h1:bwawxfHBFNV+L2hUp1rHADufV3IMtnDRdf1r5NINEl0 =
You can’t perform that action at this time.
0 commit comments