Skip to content

Commit

Permalink
Polishing
Browse files Browse the repository at this point in the history
Signed-off-by: Ben Hale <[email protected]>
  • Loading branch information
nebhale committed Oct 20, 2023
1 parent 19f7c7d commit 37c6ca3
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,7 +2,10 @@ module github.com/nebhale/client-go

go 1.21

require github.com/jackc/pgx/v4 v4.13.0
require (
github.com/jackc/pgx/v4 v4.13.0
github.com/kyoh86/richgo v0.3.12
)

require (
github.com/jackc/chunkreader/v2 v2.0.1 // indirect
Expand All @@ -12,7 +15,6 @@ require (
github.com/jackc/pgproto3/v2 v2.1.1 // indirect
github.com/jackc/pgservicefile v0.0.0-20200714003250-2b9c44734f2b // indirect
github.com/jackc/pgtype v1.8.1 // indirect
github.com/kyoh86/richgo v0.3.12 // indirect
github.com/kyoh86/xdg v1.2.0 // indirect
github.com/mattn/go-isatty v0.0.20 // indirect
github.com/morikuni/aec v1.0.0 // indirect
Expand Down

0 comments on commit 37c6ca3

Please sign in to comment.