Skip to content

Commit

Permalink
fix: avoid uuid 400 on query param in module api
Browse files Browse the repository at this point in the history
generated due to deepmap/oapi-codegen#623 in upstream oapi
  • Loading branch information
jakobmoellerdev committed Oct 1, 2022
1 parent c25b7fb commit e416030
Show file tree
Hide file tree
Showing 3 changed files with 37 additions and 94 deletions.
54 changes: 27 additions & 27 deletions api/v1/REST/openapi.go

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

3 changes: 2 additions & 1 deletion go.mod
Expand Up @@ -4,7 +4,7 @@ go 1.19

require (
// generated openapi
github.com/deepmap/oapi-codegen v1.11.0
github.com/deepmap/oapi-codegen v1.11.1-0.20220912230023-4a1477f6a8ba

// openapi
github.com/getkin/kin-openapi v0.103.0
Expand Down Expand Up @@ -39,6 +39,7 @@ require (
)

require (
github.com/apapsch/go-jsonmerge/v2 v2.0.0 // indirect
github.com/cespare/xxhash/v2 v2.1.2 // indirect
github.com/davecgh/go-spew v1.1.1 // indirect
github.com/dgryski/go-rendezvous v0.0.0-20200823014737-9f7001d12a5f // indirect
Expand Down

0 comments on commit e416030

Please sign in to comment.