Skip to content

Commit

Permalink
Update oapi-codegen to v2.4.1 (#4947)
Browse files Browse the repository at this point in the history
  • Loading branch information
alexandear authored Nov 12, 2024
1 parent cda126f commit 3384d36
Show file tree
Hide file tree
Showing 4 changed files with 69 additions and 18 deletions.
2 changes: 1 addition & 1 deletion internal/auth/keycloak/client/client.gen.go

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

13 changes: 8 additions & 5 deletions tools/go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -5,13 +5,13 @@ go 1.23.1
require (
github.com/bufbuild/buf v1.46.0
github.com/daixiang0/gci v0.13.5
github.com/deepmap/oapi-codegen/v2 v2.2.0
github.com/go-critic/go-critic v0.11.5
github.com/golangci/golangci-lint v1.62.0
github.com/gotesttools/gotestfmt/v2 v2.5.0
github.com/grpc-ecosystem/grpc-gateway/v2 v2.23.0
github.com/mikefarah/yq/v4 v4.44.3
github.com/norwoodj/helm-docs v1.14.2
github.com/oapi-codegen/oapi-codegen/v2 v2.4.1
github.com/openfga/cli v0.6.1
github.com/pseudomuto/protoc-gen-doc v1.5.1
github.com/sqlc-dev/sqlc v1.27.0
Expand Down Expand Up @@ -107,6 +107,7 @@ require (
github.com/docker/docker-credential-helpers v0.8.2 // indirect
github.com/docker/go-connections v0.5.0 // indirect
github.com/docker/go-units v0.5.0 // indirect
github.com/dprotaso/go-yit v0.0.0-20220510233725-9ba8df137936 // indirect
github.com/dustin/go-humanize v1.0.1 // indirect
github.com/elliotchance/orderedmap v1.6.0 // indirect
github.com/emirpasic/gods v1.18.1 // indirect
Expand All @@ -119,13 +120,13 @@ require (
github.com/firefart/nonamedreturns v1.0.5 // indirect
github.com/fsnotify/fsnotify v1.7.0 // indirect
github.com/fzipp/gocyclo v0.6.0 // indirect
github.com/getkin/kin-openapi v0.124.0 // indirect
github.com/getkin/kin-openapi v0.127.0 // indirect
github.com/ghostiam/protogetter v0.3.8 // indirect
github.com/go-chi/chi/v5 v5.1.0 // indirect
github.com/go-logr/logr v1.4.2 // indirect
github.com/go-logr/stdr v1.2.2 // indirect
github.com/go-openapi/jsonpointer v0.20.2 // indirect
github.com/go-openapi/swag v0.22.8 // indirect
github.com/go-openapi/jsonpointer v0.21.0 // indirect
github.com/go-openapi/swag v0.23.0 // indirect
github.com/go-sql-driver/mysql v1.8.1 // indirect
github.com/go-task/slim-sprig/v3 v3.0.0 // indirect
github.com/go-toolsmith/astcast v1.1.0 // indirect
Expand Down Expand Up @@ -175,7 +176,7 @@ require (
github.com/huandu/xstrings v1.4.0 // indirect
github.com/imdario/mergo v0.3.13 // indirect
github.com/inconshreveable/mousetrap v1.1.0 // indirect
github.com/invopop/yaml v0.2.0 // indirect
github.com/invopop/yaml v0.3.1 // indirect
github.com/jackc/pgpassfile v1.0.0 // indirect
github.com/jackc/pgservicefile v0.0.0-20231201235250-de7065d80cb9 // indirect
github.com/jackc/pgx/v5 v5.6.0 // indirect
Expand Down Expand Up @@ -302,6 +303,7 @@ require (
github.com/sonatard/noctx v0.1.0 // indirect
github.com/sourcegraph/conc v0.3.0 // indirect
github.com/sourcegraph/go-diff v0.7.0 // indirect
github.com/speakeasy-api/openapi-overlay v0.9.0 // indirect
github.com/spf13/afero v1.11.0 // indirect
github.com/spf13/cast v1.7.0 // indirect
github.com/spf13/cobra v1.8.1 // indirect
Expand All @@ -325,6 +327,7 @@ require (
github.com/uudashr/gocognit v1.1.3 // indirect
github.com/uudashr/iface v1.2.0 // indirect
github.com/vbatts/tar-split v0.11.6 // indirect
github.com/vmware-labs/yaml-jsonpath v0.3.2 // indirect
github.com/wasilibs/go-pgquery v0.0.0-20240606042535-c0843d6592cc // indirect
github.com/wasilibs/wazero-helpers v0.0.0-20240604052452-61d7981e9a38 // indirect
github.com/xen0n/gosmopolitan v1.2.2 // indirect
Expand Down
Loading

0 comments on commit 3384d36

Please sign in to comment.