-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathgo.mod
31 lines (26 loc) · 1.06 KB
/
go.mod
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
27
28
29
30
31
module Grendel
go 1.22.1
toolchain go1.23.4
require (
github.com/btcsuite/btcd v0.22.3
github.com/btcsuite/btcd/btcec/v2 v2.3.4
github.com/btcsuite/btcutil v1.0.3-0.20201208143702-a53e38424cce
github.com/ingonyama-zk/icicle v1.10.1
github.com/shirou/gopsutil v2.21.11+incompatible
github.com/syndtr/goleveldb v1.0.0
golang.org/x/exp v0.0.0-20250106191152-7588d65b2ba8
)
require (
github.com/btcsuite/btcd/chaincfg/chainhash v1.0.1 // indirect
github.com/btcsuite/btclog v0.0.0-20170628155309-84c8d2346e9f // indirect
github.com/decred/dcrd/dcrec/secp256k1/v4 v4.0.1 // indirect
github.com/go-ole/go-ole v1.2.6 // indirect
github.com/golang/snappy v0.0.0-20180518054509-2e65f85255db // indirect
github.com/stretchr/testify v1.9.0 // indirect
github.com/yusufpapurcu/wmi v1.2.4 // indirect
golang.org/x/crypto v0.18.0 // indirect
golang.org/x/net v0.20.0 // indirect
golang.org/x/sys v0.29.0 // indirect
gopkg.in/yaml.v2 v2.2.2 // indirect
)
replace github.com/Nv7-Github/go-cl => /home/aleph/go/pkg/mod/github.com/!nv7-!github/[email protected]