summaryrefslogtreecommitdiff
path: root/server/go.mod
blob: 3ab08efc5abdd5b523e0ed88892d5f15169d4f65 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
module git.huntm.net/wedding/server

go 1.22.2

require github.com/jackc/pgx/v5 v5.5.5

require (
	github.com/jackc/pgpassfile v1.0.0 // indirect
	github.com/jackc/pgservicefile v0.0.0-20221227161230-091c0ba34f0a // indirect
	github.com/jackc/puddle/v2 v2.2.1 // indirect
	golang.org/x/crypto v0.23.0 // indirect
	golang.org/x/sync v0.1.0 // indirect
	golang.org/x/text v0.15.0 // indirect
)