1
1
module github.com/CESSProject/cess-miner
2
2
3
- go 1.21
3
+ go 1.22
4
4
5
- toolchain go1.21.12
5
+ toolchain go1.22.10
6
6
7
7
require (
8
- github.com/CESSProject/cess-go-sdk v0.6.4-0.20241212035336-417e552e9bca
8
+ github.com/AstaFrode/go-substrate-rpc-client/v4 v4.2.4
9
+ github.com/CESSProject/cess-go-sdk v0.7.0
9
10
github.com/CESSProject/cess_pois v0.6.0
10
- github.com/centrifuge/go-substrate-rpc-client/v4 v4.2.1
11
11
github.com/gin-contrib/cors v1.7.1
12
12
github.com/gin-gonic/gin v1.9.1
13
13
github.com/google/uuid v1.6.0
@@ -19,7 +19,7 @@ require (
19
19
github.com/shirou/gopsutil v3.21.11+incompatible
20
20
github.com/spf13/cobra v1.8.0
21
21
github.com/spf13/viper v1.18.2
22
- github.com/stretchr/testify v1.9 .0
22
+ github.com/stretchr/testify v1.10 .0
23
23
github.com/syndtr/goleveldb v1.0.1-0.20220614013038-64ee5596c38a
24
24
go.uber.org/zap v1.27.0
25
25
google.golang.org/grpc v1.65.0
@@ -29,8 +29,6 @@ require (
29
29
require (
30
30
github.com/BurntSushi/toml v0.3.1 // indirect
31
31
github.com/ChainSafe/go-schnorrkel v1.0.0 // indirect
32
- github.com/btcsuite/btcd/btcec/v2 v2.2.0 // indirect
33
- github.com/btcsuite/btcd/chaincfg/chainhash v1.0.2 // indirect
34
32
github.com/btcsuite/btcutil v1.0.3-0.20201208143702-a53e38424cce // indirect
35
33
github.com/bytedance/sonic v1.11.3 // indirect
36
34
github.com/chenzhuoyu/base64x v0.0.0-20230717121745-296ad89f973d // indirect
@@ -41,22 +39,22 @@ require (
41
39
github.com/decred/base58 v1.0.4 // indirect
42
40
github.com/decred/dcrd/crypto/blake256 v1.0.1 // indirect
43
41
github.com/decred/dcrd/dcrec/secp256k1/v4 v4.3.0 // indirect
44
- github.com/ethereum/go-ethereum v1.10.20 // indirect
42
+ github.com/ethereum/go-ethereum v1.14.12 // indirect
45
43
github.com/fsnotify/fsnotify v1.7.0 // indirect
46
44
github.com/gabriel-vasile/mimetype v1.4.3 // indirect
47
45
github.com/gin-contrib/sse v0.1.0 // indirect
48
- github.com/go-ole/go-ole v1.2.6 // indirect
49
- github.com/go-ping/ping v1.1 .0 // indirect
46
+ github.com/go-ole/go-ole v1.3.0 // indirect
47
+ github.com/go-ping/ping v1.2 .0 // indirect
50
48
github.com/go-playground/locales v0.14.1 // indirect
51
49
github.com/go-playground/universal-translator v0.18.1 // indirect
52
50
github.com/go-playground/validator/v10 v10.19.0 // indirect
53
- github.com/go-stack/stack v1.8.1 // indirect
54
51
github.com/goccy/go-json v0.10.2 // indirect
55
- github.com/golang/snappy v0.0.4 // indirect
52
+ github.com/golang/snappy v0.0.5-0.20220116011046-fa5810519dcb // indirect
56
53
github.com/gorilla/websocket v1.5.3 // indirect
57
54
github.com/gtank/merlin v0.1.1 // indirect
58
55
github.com/gtank/ristretto255 v0.1.2 // indirect
59
56
github.com/hashicorp/hcl v1.0.0 // indirect
57
+ github.com/holiman/uint256 v1.3.1 // indirect
60
58
github.com/inconshreveable/mousetrap v1.1.0 // indirect
61
59
github.com/ipfs/go-cid v0.4.1 // indirect
62
60
github.com/json-iterator/go v1.1.12 // indirect
@@ -84,35 +82,33 @@ require (
84
82
github.com/pixelbender/go-traceroute v0.0.0-20190414152342-e631ab553a80 // indirect
85
83
github.com/pmezard/go-difflib v1.0.1-0.20181226105442-5d4384ee4fb2 // indirect
86
84
github.com/rivo/uniseg v0.2.0 // indirect
87
- github.com/rs/cors v1.8.2 // indirect
85
+ github.com/rs/cors v1.11.1 // indirect
88
86
github.com/sagikazarmark/locafero v0.4.0 // indirect
89
87
github.com/sagikazarmark/slog-shim v0.1.0 // indirect
90
- github.com/samber/lo v1.39.0 // indirect
91
88
github.com/sourcegraph/conc v0.3.0 // indirect
92
89
github.com/spaolacci/murmur3 v1.1.0 // indirect
93
90
github.com/spf13/afero v1.11.0 // indirect
94
91
github.com/spf13/cast v1.6.0 // indirect
95
92
github.com/spf13/pflag v1.0.5 // indirect
96
93
github.com/stretchr/objx v0.5.2 // indirect
97
94
github.com/subosito/gotenv v1.6.0 // indirect
98
- github.com/tklauser/go-sysconf v0.3.5 // indirect
99
- github.com/tklauser/numcpus v0.2.2 // indirect
95
+ github.com/tklauser/go-sysconf v0.3.12 // indirect
96
+ github.com/tklauser/numcpus v0.6.1 // indirect
100
97
github.com/twitchyliquid64/golang-asm v0.15.1 // indirect
101
98
github.com/ugorji/go/codec v1.2.12 // indirect
102
99
github.com/vedhavyas/go-subkey/v2 v2.0.0 // indirect
103
100
github.com/yusufpapurcu/wmi v1.2.3 // indirect
104
101
go.uber.org/multierr v1.11.0 // indirect
105
102
golang.org/x/arch v0.7.0 // indirect
106
- golang.org/x/crypto v0.25 .0 // indirect
103
+ golang.org/x/crypto v0.32 .0 // indirect
107
104
golang.org/x/exp v0.0.0-20240719175910-8a7402abbf56 // indirect
108
105
golang.org/x/net v0.27.0 // indirect
109
- golang.org/x/sync v0.7 .0 // indirect
110
- golang.org/x/sys v0.22 .0 // indirect
111
- golang.org/x/term v0.22 .0 // indirect
112
- golang.org/x/text v0.16 .0 // indirect
106
+ golang.org/x/sync v0.10 .0 // indirect
107
+ golang.org/x/sys v0.29 .0 // indirect
108
+ golang.org/x/term v0.28 .0 // indirect
109
+ golang.org/x/text v0.21 .0 // indirect
113
110
google.golang.org/genproto/googleapis/rpc v0.0.0-20240604185151-ef581f913117 // indirect
114
111
gopkg.in/ini.v1 v1.67.0 // indirect
115
- gopkg.in/natefinch/lumberjack.v2 v2.2.1 // indirect
116
112
gopkg.in/natefinch/npipe.v2 v2.0.0-20160621034901-c1b8fa8bdcce // indirect
117
113
gopkg.in/yaml.v3 v3.0.1 // indirect
118
114
lukechampine.com/blake3 v1.3.0 // indirect
0 commit comments