Skip to content

Commit

Permalink
πŸ§‘β€πŸ’» Go mod tidy
Browse files Browse the repository at this point in the history
  • Loading branch information
lhbelfanti committed Sep 5, 2024
1 parent cb2ead4 commit ad9b19a
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.22.3

require (
github.com/jackc/pgx/v5 v5.6.0
github.com/rs/zerolog v1.33.0
github.com/stretchr/testify v1.9.0
)

Expand All @@ -17,7 +18,6 @@ require (
github.com/mattn/go-isatty v0.0.20 // indirect
github.com/pmezard/go-difflib v1.0.0 // indirect
github.com/rogpeppe/go-internal v1.12.0 // indirect
github.com/rs/zerolog v1.33.0 // indirect
github.com/stretchr/objx v0.5.2 // indirect
golang.org/x/crypto v0.17.0 // indirect
golang.org/x/sync v0.1.0 // indirect
Expand Down

0 comments on commit ad9b19a

Please sign in to comment.