Skip to content

Commit

Permalink
fix: mod
Browse files Browse the repository at this point in the history
  • Loading branch information
pshapovalov committed Mar 9, 2024
1 parent fed1f89 commit e5ead01
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -2,11 +2,13 @@ module github.com/pillarion/practice-platform

go 1.22.0

require github.com/jackc/pgx/v5 v5.5.4
require (
github.com/gojuno/minimock/v3 v3.3.6
github.com/jackc/pgx/v5 v5.5.4
)

require (
github.com/davecgh/go-spew v1.1.1 // indirect
github.com/gojuno/minimock/v3 v3.3.6 // indirect
github.com/jackc/puddle/v2 v2.2.1 // indirect
github.com/pmezard/go-difflib v1.0.0 // indirect
golang.org/x/sync v0.1.0 // indirect
Expand Down

0 comments on commit e5ead01

Please sign in to comment.