File tree Expand file tree Collapse file tree 3 files changed +4
-3
lines changed
Expand file tree Collapse file tree 3 files changed +4
-3
lines changed Original file line number Diff line number Diff line change @@ -127,6 +127,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
127127- [ #1678 ] ( https://github.com/NibiruChain/nibiru/pull/1678 ) - chore(deps): collections to v0.4.0 for math.Int value encoder
128128- Bump ` golang.org/x/net ` from 0.0.0-20220607020251-c690dde0001d to 0.23.0 in /geth ([ #1849 ] ( https://github.com/NibiruChain/nibiru/pull/1849 ) )
129129- Bump ` golang.org/x/net ` from 0.20.0 to 0.23.0 ([ #1850 ] ( https://github.com/NibiruChain/nibiru/pull/1850 ) )
130+ - Bump ` github.com/supranational/blst ` from 0.3.8-0.20220526154634-513d2456b344 to 0.3.11 ([ #1851 ] ( https://github.com/NibiruChain/nibiru/pull/1851 ) )
130131
131132## v1.1.0
132133
Original file line number Diff line number Diff line change @@ -50,7 +50,7 @@ require (
5050 github.com/shirou/gopsutil v3.21.4-0.20210419000835-c7a38de76ee5+incompatible
5151 github.com/status-im/keycard-go v0.0.0-20190316090335-8537d3370df4
5252 github.com/stretchr/testify v1.7.2
53- github.com/supranational/blst v0.3.8-0.20220526154634-513d2456b344
53+ github.com/supranational/blst v0.3.11
5454 github.com/syndtr/goleveldb v1.0.1-0.20210819022825-2ae1ddf74ef7
5555 github.com/tyler-smith/go-bip39 v1.0.1-0.20181017060643-dbb3b84ba2ef
5656 github.com/urfave/cli/v2 v2.10.2
Original file line number Diff line number Diff line change @@ -376,8 +376,8 @@ github.com/stretchr/testify v1.5.1/go.mod h1:5W2xD1RspED5o8YsWQXVCued0rvSQ+mT+I5
376376github.com/stretchr/testify v1.7.0 /go.mod h1:6Fq8oRcR53rry900zMqJjRRixrwX3KX962/h/Wwjteg =
377377github.com/stretchr/testify v1.7.2 h1:4jaiDzPyXQvSd7D0EjG45355tLlV3VOECpq10pLC+8s =
378378github.com/stretchr/testify v1.7.2 /go.mod h1:R6va5+xMeoiuVRoj+gSkQ7d3FALtqAAGI1FQKckRals =
379- github.com/supranational/blst v0.3.8-0.20220526154634-513d2456b344 h1:m+8fKfQwCAy1QjzINvKe/pYtLjo2dl59x2w9YSEJxuY =
380- github.com/supranational/blst v0.3.8-0.20220526154634-513d2456b344 /go.mod h1:jZJtfjgudtNl4en1tzwPIV3KjUnQUvG3/j+w+fVonLw =
379+ github.com/supranational/blst v0.3.11 h1:LyU6FolezeWAhvQk0k6O/d49jqgO52MSDDfYgbeoEm4 =
380+ github.com/supranational/blst v0.3.11 /go.mod h1:jZJtfjgudtNl4en1tzwPIV3KjUnQUvG3/j+w+fVonLw =
381381github.com/syndtr/goleveldb v1.0.1-0.20210819022825-2ae1ddf74ef7 h1:epCh84lMvA70Z7CTTCmYQn2CKbY8j86K7/FAIr141uY =
382382github.com/syndtr/goleveldb v1.0.1-0.20210819022825-2ae1ddf74ef7 /go.mod h1:q4W45IWZaF22tdD+VEXcAWRA037jwmWEB5VWYORlTpc =
383383github.com/tinylib/msgp v1.0.2 /go.mod h1:+d+yLhGm8mzTaHzB+wgMYrodPfmZrzkirds8fDWklFE =
You can’t perform that action at this time.
0 commit comments