-
Notifications
You must be signed in to change notification settings - Fork 4
Expand file tree
/
Copy pathgo.mod
More file actions
26 lines (23 loc) · 805 Bytes
/
go.mod
File metadata and controls
26 lines (23 loc) · 805 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
module github.com/qubic/go-node-connector
go 1.25
require (
github.com/cloudflare/circl v1.6.1
github.com/cloudflare/fourq v0.0.0-20241014204117-d1fc726fa289
github.com/google/go-cmp v0.7.0
github.com/pkg/errors v0.9.1
github.com/qubic/go-schnorrq v1.0.1
github.com/silenceper/pool v1.0.0
github.com/stretchr/testify v1.11.1
)
require (
github.com/bits-and-blooms/bitset v1.24.3 // indirect
github.com/consensys/gnark-crypto v0.19.2 // indirect
github.com/davecgh/go-spew v1.1.1 // indirect
github.com/kr/text v0.2.0 // indirect
github.com/linckode/circl v1.3.71 // indirect
github.com/pmezard/go-difflib v1.0.0 // indirect
github.com/sirupsen/logrus v1.9.3 // indirect
golang.org/x/crypto v0.43.0 // indirect
golang.org/x/sys v0.37.0 // indirect
gopkg.in/yaml.v3 v3.0.1 // indirect
)