Skip to content

Commit

Permalink
Update go.mod
Browse files Browse the repository at this point in the history
  • Loading branch information
RichDom2185 committed Jul 25, 2023
1 parent 035f718 commit f3e8a71
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 @@ -8,6 +8,7 @@ require (
github.com/go-chi/chi v1.5.4
github.com/go-chi/chi/v5 v5.0.8
github.com/go-chi/cors v1.2.1
github.com/jackc/pgx/v5 v5.4.1
github.com/joho/godotenv v1.5.1
github.com/lestrrat-go/jwx/v2 v2.0.11
github.com/rubenv/sql-migrate v1.5.1
Expand All @@ -25,7 +26,6 @@ require (
github.com/goccy/go-json v0.10.2 // indirect
github.com/jackc/pgpassfile v1.0.0 // indirect
github.com/jackc/pgservicefile v0.0.0-20221227161230-091c0ba34f0a // indirect
github.com/jackc/pgx/v5 v5.4.1 // indirect
github.com/jinzhu/inflection v1.0.0 // indirect
github.com/jinzhu/now v1.1.5 // indirect
github.com/lestrrat-go/blackmagic v1.0.1 // indirect
Expand Down

0 comments on commit f3e8a71

Please sign in to comment.