Skip to content

Commit

Permalink
Tidy up GO mods
Browse files Browse the repository at this point in the history
  • Loading branch information
viralparmarme committed Sep 23, 2023
1 parent 3d70ae5 commit 12b85fc
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 @@ -4,6 +4,7 @@ go 1.21

require (
github.com/gin-gonic/gin v1.9.1
github.com/go-playground/validator/v10 v10.14.0
github.com/golang/mock v1.6.0
github.com/lib/pq v1.10.9
github.com/spf13/viper v1.16.0
Expand All @@ -19,7 +20,6 @@ require (
github.com/gin-contrib/sse v0.1.0 // indirect
github.com/go-playground/locales v0.14.1 // indirect
github.com/go-playground/universal-translator v0.18.1 // indirect
github.com/go-playground/validator/v10 v10.14.0 // indirect
github.com/goccy/go-json v0.10.2 // indirect
github.com/hashicorp/hcl v1.0.0 // indirect
github.com/json-iterator/go v1.1.12 // indirect
Expand Down

0 comments on commit 12b85fc

Please sign in to comment.