Skip to content

Commit b9abf2e

Browse files
authored
Merge pull request #32 from ethpandaops/dependabot/go_modules/dependencies-7df69de2b9
Bump github.com/holiman/uint256 from 1.3.0 to 1.3.1 in the dependencies group
2 parents 2b18c90 + f5a72ed commit b9abf2e

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

go.mod

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff 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
)

go.sum

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -131,8 +131,8 @@ github.com/holiman/billy v0.0.0-20240216141850-2abb0c79d3c4/go.mod h1:5GuXa7vkL8
131131
github.com/holiman/bloomfilter/v2 v2.0.3 h1:73e0e/V0tCydx14a0SCYS/EWCxgwLZ18CZcZKVu0fao=
132132
github.com/holiman/bloomfilter/v2 v2.0.3/go.mod h1:zpoh+gs7qcpqrHr3dB55AMiJwo0iURXE7ZOP9L9hSkA=
133133
github.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=
136136
github.com/huandu/go-assert v1.1.5 h1:fjemmA7sSfYHJD7CUqs9qTwwfdNAx7/j2/ZlHXzNB3c=
137137
github.com/huandu/go-assert v1.1.5/go.mod h1:yOLvuqZwmcHIC5rIzrBhT7D3Q9c3GFnd0JrPVhn/06U=
138138
github.com/huandu/go-clone v1.7.2 h1:3+Aq0Ed8XK+zKkLjE2dfHg0XrpIfcohBE1K+c8Usxoo=

0 commit comments

Comments
 (0)