File tree Expand file tree Collapse file tree 2 files changed +6
-6
lines changed
Expand file tree Collapse file tree 2 files changed +6
-6
lines changed Original file line number Diff line number Diff line change @@ -6,7 +6,7 @@ toolchain go1.23.7
66
77require (
88 github.com/aergoio/aergo-actor v0.0.0-20190219030625-562037d5fec7
9- github.com/aergoio/aergo-lib v1.3.1-0.20250929025835-34c46eb0e41f
9+ github.com/aergoio/aergo-lib v1.3.1-0.20251003225912-7c7d06266a43
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
5151require (
5252 github.com/Workiva/go-datastructures v1.0.50 // indirect
53- github.com/aergoio/hashtabledb v0.0.0-20250929025642-f8630d603fa3 // indirect
53+ github.com/aergoio/hashtabledb v0.0.0-20251003222909-08d23b0c3218 // 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
Original file line number Diff line number Diff line change @@ -55,12 +55,12 @@ github.com/Workiva/go-datastructures v1.0.50 h1:slDmfW6KCHcC7U+LP3DDBbm4fqTwZGn1
5555github.com/Workiva/go-datastructures v1.0.50 /go.mod h1:Z+F2Rca0qCsVYDS8z7bAGm8f3UkzuWYS/oBZz5a7VVA =
5656github.com/aergoio/aergo-actor v0.0.0-20190219030625-562037d5fec7 h1:dYRi21hTS3fJwjSh/KZTAuLXUbV/Ijm2395Nf4b3wNs =
5757github.com/aergoio/aergo-actor v0.0.0-20190219030625-562037d5fec7 /go.mod h1:/nqZcvcM0UipJRnUm61LrQ8rC7IyBr8mfx5F00sCbvs =
58- github.com/aergoio/aergo-lib v1.3.1-0.20250929025835-34c46eb0e41f h1:zjxOHn9qHAXsa+u94Q2bxaE5A+bS/QNS+AlPaP9WD24 =
59- github.com/aergoio/aergo-lib v1.3.1-0.20250929025835-34c46eb0e41f /go.mod h1:Ypd+SWYWy8w+W3KVcbHkm8B2OTtWvURAOo5bylqPY2M =
58+ github.com/aergoio/aergo-lib v1.3.1-0.20251003225912-7c7d06266a43 h1:8bkbnaIizqRRMeORmN5jdg98XnUCU3dpu099K2NDX0g =
59+ github.com/aergoio/aergo-lib v1.3.1-0.20251003225912-7c7d06266a43 /go.mod h1:ydFIIiK8ARA99PJTSKcu0vjL8wzDGagHaltmr45UFSk =
6060github.com/aergoio/etcd v0.0.0-20190429013412-e8b3f96f6399 h1:dJSTOiNe0xJFreGUBSh4bY3KGDxjilUVxAKqjij1pcw =
6161github.com/aergoio/etcd v0.0.0-20190429013412-e8b3f96f6399 /go.mod h1:Blp9ztau8P3FoDynvGUeKUD6qqW/2xQ80kNwU+ywPUM =
62- github.com/aergoio/hashtabledb v0.0.0-20250929025642-f8630d603fa3 h1:CkYPKqSykmNViJYnPzaNeQl6xK3kIiAHtSPsa/mjTcU =
63- github.com/aergoio/hashtabledb v0.0.0-20250929025642-f8630d603fa3 /go.mod h1:IqGin7i9MiVvVI1TnRSvtgxQygS9qIltYpT8VZaoT/w =
62+ github.com/aergoio/hashtabledb v0.0.0-20251003222909-08d23b0c3218 h1:pQkjijVWhsMz7zJOkaLuDXbTZl8MuuhEnTW9WowON5g =
63+ github.com/aergoio/hashtabledb v0.0.0-20251003222909-08d23b0c3218 /go.mod h1:IqGin7i9MiVvVI1TnRSvtgxQygS9qIltYpT8VZaoT/w =
6464github.com/afex/hystrix-go v0.0.0-20180502004556-fa1af6a1f4f5 /go.mod h1:SkGFH1ia65gfNATL8TAiHDNxPzPdmEL5uirI2Uyuz6c =
6565github.com/alecthomas/template v0.0.0-20160405071501-a0175ee3bccc /go.mod h1:LOuyumcjzFXgccqObfd/Ljyb9UuFJ6TxHnclSeseNhc =
6666github.com/alecthomas/template v0.0.0-20190718012654-fb15b899a751 /go.mod h1:LOuyumcjzFXgccqObfd/Ljyb9UuFJ6TxHnclSeseNhc =
You can’t perform that action at this time.
0 commit comments