File tree Expand file tree Collapse file tree
modules/openapi-generator/src/main/resources/go-server
openapi3/server/petstore/go/go-petstore
server/petstore/go-chi-server Expand file tree Collapse file tree Original file line number Diff line number Diff 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} }
1616require github.com/go-chi/cors v1.2.1
1717 { {/featureCORS} }
Original file line number Diff line number Diff line change @@ -2,4 +2,4 @@ module github.com/GIT_USER_ID/GIT_REPO_ID
22
33go 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
Original file line number Diff line number Diff line change @@ -2,4 +2,4 @@ module github.com/GIT_USER_ID/GIT_REPO_ID
22
33go 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
You can’t perform that action at this time.
0 commit comments