-
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathgo.mod
More file actions
21 lines (18 loc) · 520 Bytes
/
Copy pathgo.mod
File metadata and controls
21 lines (18 loc) · 520 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
module github.com/aperod/aperod
go 1.25.0
require (
filippo.io/edwards25519 v1.1.1
github.com/btcsuite/btcutil v1.0.2
github.com/lib/pq v1.12.3
github.com/spf13/cobra v1.8.1
github.com/syndtr/goleveldb v1.0.0
golang.org/x/net v0.23.0
golang.org/x/term v0.44.0
gopkg.in/yaml.v3 v3.0.1
)
require (
github.com/golang/snappy v0.0.0-20180518054509-2e65f85255db // indirect
github.com/inconshreveable/mousetrap v1.1.0 // indirect
github.com/spf13/pflag v1.0.5 // indirect
golang.org/x/sys v0.46.0 // indirect
)