Skip to content

Commit 8c771b1

Browse files
committed
update aergo-lib & hashtabledb
1 parent d7a8d26 commit 8c771b1

File tree

2 files changed

+6
-6
lines changed

2 files changed

+6
-6
lines changed

go.mod

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ toolchain go1.23.7
66

77
require (
88
github.com/aergoio/aergo-actor v0.0.0-20190219030625-562037d5fec7
9-
github.com/aergoio/aergo-lib v1.3.1-0.20250922060441-ece6c26e4631
9+
github.com/aergoio/aergo-lib v1.3.1-0.20250922170221-82f7380d7e6c
1010
github.com/aergoio/etcd v0.0.0-20190429013412-e8b3f96f6399
1111
github.com/anaskhan96/base58check v0.0.0-20181220122047-b05365d494c4
1212
github.com/bluele/gcache v0.0.0-20190518031135-bc40bd653833
@@ -50,7 +50,7 @@ require (
5050

5151
require (
5252
github.com/Workiva/go-datastructures v1.0.50 // indirect
53-
github.com/aergoio/hashtabledb v0.0.0-20250922055521-0baf3b0bf93a // indirect
53+
github.com/aergoio/hashtabledb v0.0.0-20250922164359-0b67af070955 // indirect
5454
github.com/benbjohnson/clock v1.3.5 // indirect
5555
github.com/beorn7/perks v1.0.1 // indirect
5656
github.com/bytedance/sonic v1.11.6 // indirect

go.sum

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -55,12 +55,12 @@ github.com/Workiva/go-datastructures v1.0.50 h1:slDmfW6KCHcC7U+LP3DDBbm4fqTwZGn1
5555
github.com/Workiva/go-datastructures v1.0.50/go.mod h1:Z+F2Rca0qCsVYDS8z7bAGm8f3UkzuWYS/oBZz5a7VVA=
5656
github.com/aergoio/aergo-actor v0.0.0-20190219030625-562037d5fec7 h1:dYRi21hTS3fJwjSh/KZTAuLXUbV/Ijm2395Nf4b3wNs=
5757
github.com/aergoio/aergo-actor v0.0.0-20190219030625-562037d5fec7/go.mod h1:/nqZcvcM0UipJRnUm61LrQ8rC7IyBr8mfx5F00sCbvs=
58-
github.com/aergoio/aergo-lib v1.3.1-0.20250922060441-ece6c26e4631 h1:KazQRhHicGUgzKhwbLLroD51SatZyP8p9sng+reNlrc=
59-
github.com/aergoio/aergo-lib v1.3.1-0.20250922060441-ece6c26e4631/go.mod h1:9RVduADPT+8zg3dIVNWard3GTtrndRgjR5Ea6s7iCbM=
58+
github.com/aergoio/aergo-lib v1.3.1-0.20250922170221-82f7380d7e6c h1:VAxCBeWDtyJ5be0TochStP/rOQx0D0Gt8CvEVzi/TgU=
59+
github.com/aergoio/aergo-lib v1.3.1-0.20250922170221-82f7380d7e6c/go.mod h1:R145jOyrbxMSEyzC6ZNqRDFTITj+uPnJye4N4pSrPLc=
6060
github.com/aergoio/etcd v0.0.0-20190429013412-e8b3f96f6399 h1:dJSTOiNe0xJFreGUBSh4bY3KGDxjilUVxAKqjij1pcw=
6161
github.com/aergoio/etcd v0.0.0-20190429013412-e8b3f96f6399/go.mod h1:Blp9ztau8P3FoDynvGUeKUD6qqW/2xQ80kNwU+ywPUM=
62-
github.com/aergoio/hashtabledb v0.0.0-20250922055521-0baf3b0bf93a h1:r5Krzob0Unt96Aw3gCJHiM9I8e/1q4DP4+Yr6KmvwFc=
63-
github.com/aergoio/hashtabledb v0.0.0-20250922055521-0baf3b0bf93a/go.mod h1:IqGin7i9MiVvVI1TnRSvtgxQygS9qIltYpT8VZaoT/w=
62+
github.com/aergoio/hashtabledb v0.0.0-20250922164359-0b67af070955 h1:4OR00ooeRuY2Gwhhxw2u+F15u3Uuc4nr1slNyDG1/b8=
63+
github.com/aergoio/hashtabledb v0.0.0-20250922164359-0b67af070955/go.mod h1:IqGin7i9MiVvVI1TnRSvtgxQygS9qIltYpT8VZaoT/w=
6464
github.com/afex/hystrix-go v0.0.0-20180502004556-fa1af6a1f4f5/go.mod h1:SkGFH1ia65gfNATL8TAiHDNxPzPdmEL5uirI2Uyuz6c=
6565
github.com/alecthomas/template v0.0.0-20160405071501-a0175ee3bccc/go.mod h1:LOuyumcjzFXgccqObfd/Ljyb9UuFJ6TxHnclSeseNhc=
6666
github.com/alecthomas/template v0.0.0-20190718012654-fb15b899a751/go.mod h1:LOuyumcjzFXgccqObfd/Ljyb9UuFJ6TxHnclSeseNhc=

0 commit comments

Comments
 (0)