Skip to content

Bump github.com/getkin/kin-openapi from 0.53.0 to 0.131.0 #9067

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Closed
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
18 changes: 14 additions & 4 deletions go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -12,9 +12,9 @@ require (
github.com/deepmap/oapi-codegen v1.5.6
github.com/dgraph-io/ristretto v0.2.0
github.com/fsnotify/fsnotify v1.8.0
github.com/getkin/kin-openapi v0.53.0
github.com/getkin/kin-openapi v0.131.0
github.com/go-chi/chi/v5 v5.0.10
github.com/go-openapi/swag v0.22.4
github.com/go-openapi/swag v0.23.0
github.com/go-test/deep v1.1.0
github.com/gobwas/glob v0.2.3
github.com/golang/mock v1.7.0-rc.1
Expand Down Expand Up @@ -97,6 +97,13 @@ require (
github.com/matoous/go-nanoid v1.5.0
github.com/minio/crc64nvme v1.0.1
github.com/puzpuzpuz/xsync v1.5.2
github.com/treeverse/lakefs/modules/api/factory v0.0.0-20250610210735-024d78af30bd
github.com/treeverse/lakefs/modules/auth/factory v0.0.0-20250610210735-024d78af30bd
github.com/treeverse/lakefs/modules/authentication/factory v0.0.0-20250610210735-024d78af30bd
github.com/treeverse/lakefs/modules/block/factory v0.0.0-20250610210735-024d78af30bd
github.com/treeverse/lakefs/modules/config/factory v0.0.0-20250611001640-27bfd6f8737f
github.com/treeverse/lakefs/modules/license/factory v0.0.0-20250610210735-024d78af30bd
github.com/treeverse/lakefs/webui v0.0.0-20250610210735-024d78af30bd
go.uber.org/ratelimit v0.3.0
gocloud.dev v0.34.1-0.20231122211418-53ccd8db26a1
)
Expand Down Expand Up @@ -167,8 +174,12 @@ require (
github.com/mitchellh/copystructure v1.0.0 // indirect
github.com/mitchellh/hashstructure/v2 v2.0.2 // indirect
github.com/mitchellh/reflectwalk v1.0.0 // indirect
github.com/mohae/deepcopy v0.0.0-20170929034955-c48cc78d4826 // indirect
github.com/oasdiff/yaml v0.0.0-20250309154309-f31be36b4037 // indirect
github.com/oasdiff/yaml3 v0.0.0-20250309153720-d2182401db90 // indirect
github.com/octarinesec/secret-detector v1.0.11 // indirect
github.com/pelletier/go-toml/v2 v2.2.3 // indirect
github.com/perimeterx/marshmallow v1.1.5 // indirect
github.com/pierrec/lz4/v4 v4.1.18 // indirect
github.com/pkg/browser v0.0.0-20240102092130-5ac0b6a4141c // indirect
github.com/planetscale/vtprotobuf v0.6.1-0.20240319094008-0393e58bdf10 // indirect
Expand Down Expand Up @@ -222,8 +233,7 @@ require (
github.com/docker/go-connections v0.5.0 // indirect
github.com/docker/go-units v0.5.0 // indirect
github.com/dustin/go-humanize v1.0.1 // indirect
github.com/ghodss/yaml v1.0.0 // indirect
github.com/go-openapi/jsonpointer v0.20.0 // indirect
github.com/go-openapi/jsonpointer v0.21.0 // indirect
github.com/gogo/protobuf v1.3.2 // indirect
github.com/golang/groupcache v0.0.0-20210331224755-41bb18bfe9da // indirect
github.com/golang/snappy v0.0.4 // indirect
Expand Down
Loading
Loading