Skip to content

Commit 3c24b11

Browse files
Update module github.com/getkin/kin-openapi to v0.129.0
Signed-off-by: red-hat-konflux <126015336+red-hat-konflux[bot]@users.noreply.github.com>
1 parent 42c3417 commit 3c24b11

File tree

2 files changed

+42
-406
lines changed

2 files changed

+42
-406
lines changed

go.mod

Lines changed: 13 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,11 @@
11
module github.com/RedHatInsights/quickstarts
22

3-
go 1.20
3+
go 1.22.5
4+
5+
toolchain go1.22.9
46

57
require (
6-
github.com/getkin/kin-openapi v0.76.0
8+
github.com/getkin/kin-openapi v0.129.0
79
github.com/ghodss/yaml v1.0.0
810
github.com/go-chi/chi/v5 v5.0.12
911
github.com/go-ozzo/ozzo-validation v3.6.0+incompatible
@@ -12,7 +14,7 @@ require (
1214
github.com/redhatinsights/app-common-go v1.6.7
1315
github.com/redhatinsights/platform-go-middlewares v0.10.0
1416
github.com/sirupsen/logrus v1.8.3
15-
github.com/stretchr/testify v1.8.1
17+
github.com/stretchr/testify v1.9.0
1618
gorm.io/datatypes v1.0.7
1719
gorm.io/driver/postgres v1.3.10
1820
gorm.io/driver/sqlite v1.3.6
@@ -24,8 +26,8 @@ require (
2426
github.com/beorn7/perks v1.0.1 // indirect
2527
github.com/cespare/xxhash/v2 v2.1.2 // indirect
2628
github.com/davecgh/go-spew v1.1.1 // indirect
27-
github.com/go-openapi/jsonpointer v0.19.5 // indirect
28-
github.com/go-openapi/swag v0.19.5 // indirect
29+
github.com/go-openapi/jsonpointer v0.21.0 // indirect
30+
github.com/go-openapi/swag v0.23.0 // indirect
2931
github.com/go-sql-driver/mysql v1.6.0 // indirect
3032
github.com/golang/protobuf v1.5.4 // indirect
3133
github.com/google/go-cmp v0.5.6 // indirect
@@ -39,20 +41,22 @@ require (
3941
github.com/jackc/pgx/v4 v4.18.3 // indirect
4042
github.com/jinzhu/inflection v1.0.0 // indirect
4143
github.com/jinzhu/now v1.1.5 // indirect
42-
github.com/kr/pretty v0.3.0 // indirect
43-
github.com/mailru/easyjson v0.0.0-20190626092158-b2ccc519800e // indirect
44+
github.com/josharian/intern v1.0.0 // indirect
45+
github.com/mailru/easyjson v0.7.7 // indirect
4446
github.com/mattn/go-sqlite3 v1.14.22 // indirect
4547
github.com/matttproud/golang_protobuf_extensions v1.0.4 // indirect
48+
github.com/mohae/deepcopy v0.0.0-20170929034955-c48cc78d4826 // indirect
49+
github.com/oasdiff/yaml v0.0.0-20241210131133-6b86fb107d80 // indirect
50+
github.com/oasdiff/yaml3 v0.0.0-20241210130736-a94c01f36349 // indirect
51+
github.com/perimeterx/marshmallow v1.1.5 // indirect
4652
github.com/pmezard/go-difflib v1.0.0 // indirect
4753
github.com/prometheus/client_model v0.2.0 // indirect
4854
github.com/prometheus/common v0.26.0 // indirect
4955
github.com/prometheus/procfs v0.6.0 // indirect
50-
github.com/rogpeppe/go-internal v1.8.0 // indirect
5156
golang.org/x/crypto v0.20.0 // indirect
5257
golang.org/x/sys v0.17.0 // indirect
5358
golang.org/x/text v0.14.0 // indirect
5459
google.golang.org/protobuf v1.33.0 // indirect
55-
gopkg.in/check.v1 v1.0.0-20201130134442-10cb98267c6c // indirect
5660
gopkg.in/yaml.v2 v2.4.0 // indirect
5761
gopkg.in/yaml.v3 v3.0.1 // indirect
5862
gorm.io/driver/mysql v1.3.6 // indirect

0 commit comments

Comments
 (0)