File tree Expand file tree Collapse file tree 2 files changed +4
-4
lines changed
Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -10,7 +10,7 @@ require (
1010 github.com/gorhill/cronexpr v0.0.0-20180427100037-88b0669f7d75
1111 github.com/gorilla/mux v1.8.1
1212 github.com/herumi/bls-eth-go-binary v1.35.0
13- github.com/holiman/uint256 v1.3.0
13+ github.com/holiman/uint256 v1.3.1
1414 github.com/itchyny/gojq v0.12.16
1515 github.com/juliangruber/go-intersect v1.1.0
1616 github.com/mashingan/smapping v0.1.19
@@ -27,6 +27,7 @@ require (
2727 github.com/urfave/negroni v1.0.0
2828 github.com/wealdtech/go-eth2-types/v2 v2.8.2
2929 github.com/wealdtech/go-eth2-util v1.8.2
30+ gopkg.in/yaml.v2 v2.4.0
3031 gopkg.in/yaml.v3 v3.0.1
3132)
3233
@@ -99,6 +100,5 @@ require (
99100 google.golang.org/protobuf v1.33.0 // indirect
100101 gopkg.in/Knetic/govaluate.v3 v3.0.0 // indirect
101102 gopkg.in/cenkalti/backoff.v1 v1.1.0 // indirect
102- gopkg.in/yaml.v2 v2.4.0 // indirect
103103 rsc.io/tmplfunc v0.0.3 // indirect
104104)
Original file line number Diff line number Diff line change @@ -131,8 +131,8 @@ github.com/holiman/billy v0.0.0-20240216141850-2abb0c79d3c4/go.mod h1:5GuXa7vkL8
131131github.com/holiman/bloomfilter/v2 v2.0.3 h1:73e0e/V0tCydx14a0SCYS/EWCxgwLZ18CZcZKVu0fao =
132132github.com/holiman/bloomfilter/v2 v2.0.3 /go.mod h1:zpoh+gs7qcpqrHr3dB55AMiJwo0iURXE7ZOP9L9hSkA =
133133github.com/holiman/uint256 v1.2.0 /go.mod h1:y4ga/t+u+Xwd7CpDgZESaRcWy0I7XMlTMA25ApIH5Jw =
134- github.com/holiman/uint256 v1.3.0 h1:4wdcm/tnd0xXdu7iS3ruNvxkWwrb4aeBQv19ayYn8F4 =
135- github.com/holiman/uint256 v1.3.0 /go.mod h1:EOMSn4q6Nyt9P6efbI3bueV4e1b3dGlUCXeiRV4ng7E =
134+ github.com/holiman/uint256 v1.3.1 h1:JfTzmih28bittyHM8z360dCjIA9dbPIBlcTI6lmctQs =
135+ github.com/holiman/uint256 v1.3.1 /go.mod h1:EOMSn4q6Nyt9P6efbI3bueV4e1b3dGlUCXeiRV4ng7E =
136136github.com/huandu/go-assert v1.1.5 h1:fjemmA7sSfYHJD7CUqs9qTwwfdNAx7/j2/ZlHXzNB3c =
137137github.com/huandu/go-assert v1.1.5 /go.mod h1:yOLvuqZwmcHIC5rIzrBhT7D3Q9c3GFnd0JrPVhn/06U =
138138github.com/huandu/go-clone v1.7.2 h1:3+Aq0Ed8XK+zKkLjE2dfHg0XrpIfcohBE1K+c8Usxoo =
You can’t perform that action at this time.
0 commit comments