Skip to content

Commit d9f333e

Browse files
committed
gomod: tidy
1 parent 45eb57a commit d9f333e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

go.mod

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,6 @@ require (
1717
github.com/grpc-ecosystem/grpc-gateway/v2 v2.11.3
1818
github.com/jackc/pgconn v1.14.3
1919
github.com/jackc/pgerrcode v0.0.0-20220416144525-469b46aa5efa
20-
github.com/jackc/pgx/v4 v4.18.2
2120
github.com/jessevdk/go-flags v1.4.0
2221
github.com/lib/pq v1.10.7
2322
github.com/lightninglabs/aperture v0.1.21-beta.0.20230705004936-87bb996a4030
@@ -98,6 +97,7 @@ require (
9897
github.com/jackc/pgproto3/v2 v2.3.3 // indirect
9998
github.com/jackc/pgservicefile v0.0.0-20221227161230-091c0ba34f0a // indirect
10099
github.com/jackc/pgtype v1.14.0 // indirect
100+
github.com/jackc/pgx/v4 v4.18.2 // indirect
101101
github.com/jackpal/gateway v1.0.5 // indirect
102102
github.com/jackpal/go-nat-pmp v0.0.0-20170405195558-28a68d0c24ad // indirect
103103
github.com/jonboulle/clockwork v0.2.2 // indirect

0 commit comments

Comments
 (0)