Skip to content

Commit

Permalink
💚 update dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
bas-kirill committed Sep 16, 2023
1 parent d2760c3 commit 7620e55
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,8 @@ module rest-api-file-server
go 1.20

require (
github.com/gorilla/mux v1.8.0 // indirect
github.com/joho/godotenv v1.5.1 // indirect
go.uber.org/multierr v1.11.0 // indirect
go.uber.org/zap v1.26.0 // indirect
github.com/gorilla/mux v1.8.0
go.uber.org/zap v1.26.0
)

require go.uber.org/multierr v1.11.0 // indirect

0 comments on commit 7620e55

Please sign in to comment.