Skip to content

Commit 44e032e

Browse files
committed
update pois to v0.6.2b
1 parent 37d8a65 commit 44e032e

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

configs/system.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ const (
2222
// Name is the name of the program
2323
Name = "miner"
2424
// version
25-
Version = "v0.8.3 2503061121-1741231292519"
25+
Version = "v0.8.3 2505161039-1747363150"
2626
// Description is the description of the program
2727
Description = "Storage miner implementation in CESS networks"
2828
// NameSpace is the cached namespace

go.mod

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ toolchain go1.22.10
77
require (
88
github.com/AstaFrode/go-substrate-rpc-client/v4 v4.2.4
99
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
1111
github.com/gin-contrib/cors v1.7.1
1212
github.com/gin-gonic/gin v1.9.1
1313
github.com/google/uuid v1.6.0

go.sum

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,8 +4,8 @@ github.com/BurntSushi/toml v0.3.1 h1:WXkYYl6Yr3qBf1K79EBnL4mak0OimBfB0XUf9Vl28OQ
44
github.com/BurntSushi/toml v0.3.1/go.mod h1:xHWCNGjB5oqiDr8zfno3MHue2Ht5sIBksp03qcyfWMU=
55
github.com/CESSProject/cess-go-sdk v0.7.1-0.20250210085828-e5828b43cd15 h1:5oaW0DQjPiEaUmfw9fkG9pqB36kLS0ZpKd3y58mYsXU=
66
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=
99
github.com/ChainSafe/go-schnorrkel v1.0.0 h1:3aDA67lAykLaG1y3AOjs88dMxC88PgUuHRrLeDnvGIM=
1010
github.com/ChainSafe/go-schnorrkel v1.0.0/go.mod h1:dpzHYVxLZcp8pjlV+O+UR8K0Hp/z7vcchBSbMBEhCw4=
1111
github.com/Microsoft/go-winio v0.6.2 h1:F2VQgta7ecxGYO8k3ZZz3RS8fVIXVxONVUPlNERoyfY=

0 commit comments

Comments
 (0)