1
1
module github.com/threefoldtech/tfchain/clients/tfchain-client-go
2
2
3
- go 1.17
3
+ go 1.21
4
+
5
+ toolchain go1.21.3
4
6
5
7
require (
6
8
github.com/cenkalti/backoff v2.2.1+incompatible
7
9
github.com/centrifuge/go-substrate-rpc-client/v4 v4.0.12
8
10
github.com/jbenet/go-base58 v0.0.0-20150317085156-6237cf65f3a6
9
11
github.com/pkg/errors v0.9.1
10
12
github.com/rs/zerolog v1.26.0
11
- github.com/stretchr/testify v1.7.0
13
+ github.com/stretchr/testify v1.7.2
12
14
github.com/vedhavyas/go-subkey v1.0.3
13
- golang.org/x/crypto v0.0.0-20211117183948-ae814b36b871
15
+ golang.org/x/crypto v0.7.0
14
16
)
15
17
16
18
require (
@@ -19,20 +21,24 @@ require (
19
21
github.com/cosmos/go-bip39 v1.0.0 // indirect
20
22
github.com/davecgh/go-spew v1.1.1 // indirect
21
23
github.com/deckarep/golang-set v1.8.0 // indirect
22
- github.com/decred/base58 v1.0.3 // indirect
24
+ github.com/decred/base58 v1.0.4 // indirect
23
25
github.com/decred/dcrd/crypto/blake256 v1.0.0 // indirect
24
- github.com/ethereum/go-ethereum v1.10.17 // indirect
26
+ github.com/ethereum/go-ethereum v1.10.20 // indirect
25
27
github.com/go-ole/go-ole v1.2.6 // indirect
26
28
github.com/go-stack/stack v1.8.1 // indirect
27
29
github.com/gorilla/websocket v1.5.0 // indirect
28
30
github.com/gtank/merlin v0.1.1 // indirect
29
31
github.com/gtank/ristretto255 v0.1.2 // indirect
30
- github.com/mimoo/StrobeGo v0.0.0-20210601165009-122bf33a46e0 // indirect
32
+ github.com/kr/pretty v0.3.1 // indirect
33
+ github.com/mimoo/StrobeGo v0.0.0-20220103164710-9a04d6ca976b // indirect
31
34
github.com/pierrec/xxHash v0.1.5 // indirect
32
35
github.com/pmezard/go-difflib v1.0.0 // indirect
33
36
github.com/rs/cors v1.8.2 // indirect
34
37
github.com/tklauser/go-sysconf v0.3.9 // indirect
35
- golang.org/x/sys v0.0.0-20211124211545-fe61309f8881 // indirect
38
+ github.com/vedhavyas/go-subkey/v2 v2.0.0 // indirect
39
+ golang.org/x/sys v0.6.0 // indirect
36
40
gopkg.in/natefinch/npipe.v2 v2.0.0-20160621034901-c1b8fa8bdcce // indirect
37
- gopkg.in/yaml.v3 v3.0.0-20210107192922-496545a6307b // indirect
41
+ gopkg.in/yaml.v3 v3.0.1 // indirect
38
42
)
43
+
44
+ replace github.com/centrifuge/go-substrate-rpc-client/v4 => github.com/threefoldtech/go-substrate-rpc-client/v4 v4.0.0-20240916115924-b6e9bfa88b8a
0 commit comments