Skip to content

Commit 3e54d4b

Browse files
committed
go mod tidy
1 parent 60043bf commit 3e54d4b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

go.mod

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,7 @@ require (
88
github.com/getkin/kin-openapi v0.122.0
99
github.com/go-chi/chi/v5 v5.0.12
1010
github.com/go-chi/httplog/v2 v2.0.9
11+
github.com/jinzhu/inflection v1.0.0
1112
github.com/oapi-codegen/nethttp-middleware v1.0.1
1213
github.com/oapi-codegen/runtime v1.1.1
1314
github.com/stretchr/testify v1.9.0
@@ -22,7 +23,6 @@ require (
2223
github.com/google/uuid v1.5.0 // indirect
2324
github.com/gorilla/mux v1.8.0 // indirect
2425
github.com/invopop/yaml v0.2.0 // indirect
25-
github.com/jinzhu/inflection v1.0.0 // indirect
2626
github.com/josharian/intern v1.0.0 // indirect
2727
github.com/mailru/easyjson v0.7.7 // indirect
2828
github.com/mohae/deepcopy v0.0.0-20170929034955-c48cc78d4826 // indirect

0 commit comments

Comments
 (0)