aboutsummaryrefslogtreecommitdiff
path: root/go.mod
blob: a5c77fa53b034ec1120c697fe358c86179173050 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
module git.zero-knowledge.org/gibheer/monzero

go 1.18

require (
	github.com/BurntSushi/toml v1.4.0
	github.com/jackc/pgx/v5 v5.6.0
	golang.org/x/crypto v0.27.0
	golang.org/x/term v0.24.0
)

require (
	github.com/jackc/pgpassfile v1.0.0 // indirect
	github.com/jackc/pgservicefile v0.0.0-20240606120523-5a60cdf6a761 // indirect
	github.com/jackc/puddle/v2 v2.2.1 // indirect
	golang.org/x/sync v0.8.0 // indirect
	golang.org/x/sys v0.25.0 // indirect
	golang.org/x/text v0.18.0 // indirect
)