File tree Expand file tree Collapse file tree 3 files changed +4
-4
lines changed Expand file tree Collapse file tree 3 files changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -22,7 +22,7 @@ const (
22
22
// Name is the name of the program
23
23
Name = "miner"
24
24
// version
25
- Version = "v0.8.3 2503061121-1741231292519 "
25
+ Version = "v0.8.3 2505161039-1747363150 "
26
26
// Description is the description of the program
27
27
Description = "Storage miner implementation in CESS networks"
28
28
// NameSpace is the cached namespace
Original file line number Diff line number Diff line change @@ -7,7 +7,7 @@ toolchain go1.22.10
7
7
require (
8
8
github.com/AstaFrode/go-substrate-rpc-client/v4 v4.2.4
9
9
github.com/CESSProject/cess-go-sdk v0.7.1-0.20250210085828-e5828b43cd15
10
- github.com/CESSProject/cess_pois v0.6.1-0.20250121033243-b6cc55aef221
10
+ github.com/CESSProject/cess_pois v0.6.1-0.20250516021835-a91ea653757d
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
Original file line number Diff line number Diff line change @@ -4,8 +4,8 @@ github.com/BurntSushi/toml v0.3.1 h1:WXkYYl6Yr3qBf1K79EBnL4mak0OimBfB0XUf9Vl28OQ
4
4
github.com/BurntSushi/toml v0.3.1 /go.mod h1:xHWCNGjB5oqiDr8zfno3MHue2Ht5sIBksp03qcyfWMU =
5
5
github.com/CESSProject/cess-go-sdk v0.7.1-0.20250210085828-e5828b43cd15 h1:5oaW0DQjPiEaUmfw9fkG9pqB36kLS0ZpKd3y58mYsXU =
6
6
github.com/CESSProject/cess-go-sdk v0.7.1-0.20250210085828-e5828b43cd15 /go.mod h1:B0z/FVDXZo7L9ne4hGVMl/wsd9oed/3JYBfa3yQfNpU =
7
- github.com/CESSProject/cess_pois v0.6.1-0.20250121033243-b6cc55aef221 h1:IL73uYiYU7OHFiQ4EJUwaimzo/5ONs7/qwP5856mO1M =
8
- github.com/CESSProject/cess_pois v0.6.1-0.20250121033243-b6cc55aef221 /go.mod h1:rztEZjjG+MbKzVgh5WtQcZc/7ZDkBvDNABc7Em8BKPc =
7
+ github.com/CESSProject/cess_pois v0.6.1-0.20250516021835-a91ea653757d h1:xdjlvLt+A/972K3vZwnW/xiUlMBbMoietEqoKDlAcdE =
8
+ github.com/CESSProject/cess_pois v0.6.1-0.20250516021835-a91ea653757d /go.mod h1:rztEZjjG+MbKzVgh5WtQcZc/7ZDkBvDNABc7Em8BKPc =
9
9
github.com/ChainSafe/go-schnorrkel v1.0.0 h1:3aDA67lAykLaG1y3AOjs88dMxC88PgUuHRrLeDnvGIM =
10
10
github.com/ChainSafe/go-schnorrkel v1.0.0 /go.mod h1:dpzHYVxLZcp8pjlV+O+UR8K0Hp/z7vcchBSbMBEhCw4 =
11
11
github.com/Microsoft/go-winio v0.6.2 h1:F2VQgta7ecxGYO8k3ZZz3RS8fVIXVxONVUPlNERoyfY =
You can’t perform that action at this time.
0 commit comments