Skip to content

Commit

Permalink
Fix indirect dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
acmlira committed Sep 19, 2022
1 parent ba992ed commit 9dbe484
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@ require (
github.com/subosito/gotenv v1.3.0 // indirect
github.com/swaggo/echo-swagger v1.3.4
github.com/swaggo/files v0.0.0-20220728132757-551d4a08d97a // indirect
github.com/swaggo/swag v1.8.5 // indirect
github.com/swaggo/swag v1.8.5
github.com/valyala/bytebufferpool v1.0.0 // indirect
github.com/valyala/fasttemplate v1.2.1 // indirect
golang.org/x/crypto v0.0.0-20220829220503-c86fa9a7ed90 // indirect
Expand Down

0 comments on commit 9dbe484

Please sign in to comment.