File tree 5 files changed +51
-206
lines changed
5 files changed +51
-206
lines changed Original file line number Diff line number Diff line change 1
- module github.com/anarchymonkey/learn_golang/connect_with_a_database
1
+ module github.com/anarchymonkey/learn_golang/connect-with-a-database
2
2
3
3
go 1.20
4
4
5
5
require (
6
- github.com/jackc/pgx/v4 v4.18.1
6
+ github.com/georgysavva/scany/v2 v2.0.0
7
7
github.com/jackc/pgx/v5 v5.3.1
8
8
)
9
9
10
10
require (
11
- github.com/jackc/chunkreader/v2 v2.0.1 // indirect
12
- github.com/jackc/pgconn v1.14.0 // indirect
13
- github.com/jackc/pgio v1.0.0 // indirect
14
11
github.com/jackc/pgpassfile v1.0.0 // indirect
15
- github.com/jackc/pgproto3/v2 v2.3.2 // indirect
16
12
github.com/jackc/pgservicefile v0.0.0-20221227161230-091c0ba34f0a // indirect
17
- github.com/jackc/pgtype v1.14 .0 // indirect
13
+ github.com/jackc/puddle/v2 v2.2 .0 // indirect
18
14
golang.org/x/crypto v0.6.0 // indirect
15
+ golang.org/x/sync v0.1.0 // indirect
19
16
golang.org/x/text v0.7.0 // indirect
20
17
)
You can’t perform that action at this time.
0 commit comments