Skip to content

Commit 7e439fd

Browse files
authored
update chi to newer version (#21528)
1 parent 63df7ca commit 7e439fd

File tree

3 files changed

+3
-3
lines changed
  • modules/openapi-generator/src/main/resources/go-server
  • samples
    • openapi3/server/petstore/go/go-petstore
    • server/petstore/go-chi-server

3 files changed

+3
-3
lines changed

modules/openapi-generator/src/main/resources/go-server/go.mod.mustache

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ require github.com/gorilla/handlers v1.5.1
1111
{{/featureCORS}}
1212
{{/mux}}
1313
{{#chi}}
14-
require github.com/go-chi/chi/v5 v5.0.8
14+
require github.com/go-chi/chi/v5 v5.2.2
1515
{{#featureCORS}}
1616
require github.com/go-chi/cors v1.2.1
1717
{{/featureCORS}}

samples/openapi3/server/petstore/go/go-petstore/go.mod

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,4 +2,4 @@ module github.com/GIT_USER_ID/GIT_REPO_ID
22

33
go 1.18
44

5-
require github.com/go-chi/chi/v5 v5.0.8
5+
require github.com/go-chi/chi/v5 v5.2.2

samples/server/petstore/go-chi-server/go.mod

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,4 +2,4 @@ module github.com/GIT_USER_ID/GIT_REPO_ID
22

33
go 1.18
44

5-
require github.com/go-chi/chi/v5 v5.0.8
5+
require github.com/go-chi/chi/v5 v5.2.2

0 commit comments

Comments
 (0)