diff --git a/go.mod b/go.mod index 143f9f5..ae8fabf 100644 --- a/go.mod +++ b/go.mod @@ -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 @@ -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