Skip to content

Commit 43aa7d4

Browse files
committed
Merge pull request #301 from covalenthq/dependabot/go_modules/github.com/ethereum/go-ethereum-1.14.13
Bump github.com/ethereum/go-ethereum from 1.14.12 to 1.14.13 Signed-off-by: Pranay Valson <[email protected]>
2 parents c502e43 + 7501c58 commit 43aa7d4

File tree

3 files changed

+11
-8
lines changed

3 files changed

+11
-8
lines changed

go.mod

Lines changed: 6 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ require (
88
github.com/covalenthq/lenspath v0.3.2
99
github.com/covalenthq/lumberjack/v3 v3.0.1
1010
github.com/elodina/go-avro v0.0.0-20160406082632-0c8185d9a3ba
11-
github.com/ethereum/go-ethereum v1.14.12
11+
github.com/ethereum/go-ethereum v1.14.13
1212
github.com/go-redis/redis/v7 v7.4.1
1313
github.com/golang/snappy v0.0.5-0.20220116011046-fa5810519dcb
1414
github.com/gorilla/websocket v1.5.3 // indirect
@@ -23,6 +23,8 @@ require (
2323
gopkg.in/avro.v0 v0.0.0-20171217001914-a730b5802183
2424
)
2525

26+
require github.com/stretchr/testify v1.9.0
27+
2628
require (
2729
cloud.google.com/go/bigquery v1.50.0 // indirect
2830
github.com/Microsoft/go-winio v0.6.2 // indirect
@@ -35,6 +37,7 @@ require (
3537
github.com/consensys/gnark-crypto v0.12.1 // indirect
3638
github.com/crate-crypto/go-ipa v0.0.0-20240223125850-b1e8a79f509c // indirect
3739
github.com/crate-crypto/go-kzg-4844 v1.0.0 // indirect
40+
github.com/davecgh/go-spew v1.1.1 // indirect
3841
github.com/deckarep/golang-set/v2 v2.6.0 // indirect
3942
github.com/ethereum/c-kzg-4844 v1.0.0 // indirect
4043
github.com/ethereum/go-verkle v0.1.1-0.20240829091221-dffa7562dbe9 // indirect
@@ -49,16 +52,17 @@ require (
4952
github.com/oapi-codegen/runtime v1.0.0 // indirect
5053
github.com/onsi/gomega v1.19.0 // indirect
5154
github.com/pierrec/lz4/v4 v4.1.15 // indirect
55+
github.com/pmezard/go-difflib v1.0.0 // indirect
5256
github.com/rs/cors v1.8.2 // indirect
5357
github.com/sergi/go-diff v1.1.0 // indirect
54-
github.com/stretchr/objx v0.5.0 // indirect
5558
github.com/supranational/blst v0.3.13 // indirect
5659
github.com/uber/jaeger-client-go v2.28.0+incompatible // indirect
5760
github.com/uber/jaeger-lib v2.4.1+incompatible // indirect
5861
github.com/xlab/treeprint v1.0.0 // indirect
5962
github.com/yusufpapurcu/wmi v1.2.2 // indirect
6063
golang.org/x/exp v0.0.0-20231110203233-9a3e6036ecaa // indirect
6164
gonum.org/v1/gonum v0.11.0 // indirect
65+
gopkg.in/yaml.v3 v3.0.1 // indirect
6266
rsc.io/tmplfunc v0.0.3 // indirect
6367
)
6468

go.sum

Lines changed: 4 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -224,8 +224,8 @@ github.com/envoyproxy/go-control-plane v0.9.10-0.20210907150352-cf90f659a021/go.
224224
github.com/envoyproxy/protoc-gen-validate v0.1.0/go.mod h1:iSmxcyjqTsJpI2R4NaDN7+kN2VEUnK/pcBlmesArF7c=
225225
github.com/ethereum/c-kzg-4844 v1.0.0 h1:0X1LBXxaEtYD9xsyj9B9ctQEZIpnvVDeoBx8aHEwTNA=
226226
github.com/ethereum/c-kzg-4844 v1.0.0/go.mod h1:VewdlzQmpT5QSrVhbBuGoCdFJkpaJlO1aQputP83wc0=
227-
github.com/ethereum/go-ethereum v1.14.12 h1:8hl57x77HSUo+cXExrURjU/w1VhL+ShCTJrTwcCQSe4=
228-
github.com/ethereum/go-ethereum v1.14.12/go.mod h1:RAC2gVMWJ6FkxSPESfbshrcKpIokgQKsVKmAuqdekDY=
227+
github.com/ethereum/go-ethereum v1.14.13 h1:L81Wmv0OUP6cf4CW6wtXsr23RUrDhKs2+Y9Qto+OgHU=
228+
github.com/ethereum/go-ethereum v1.14.13/go.mod h1:RAC2gVMWJ6FkxSPESfbshrcKpIokgQKsVKmAuqdekDY=
229229
github.com/ethereum/go-verkle v0.1.1-0.20240829091221-dffa7562dbe9 h1:8NfxH2iXvJ60YRB8ChToFTUzl8awsc3cJ8CbLjGIl/A=
230230
github.com/ethereum/go-verkle v0.1.1-0.20240829091221-dffa7562dbe9/go.mod h1:M3b90YRnzqKyyzBEWJGqj8Qff4IDeXnzFw0P9bFw3uk=
231231
github.com/fatih/color v1.7.0/go.mod h1:Zm6kSWBoL9eyXnKyktHP6abPY2pDugNf5KwzbycvMj4=
@@ -667,16 +667,15 @@ github.com/streadway/handy v0.0.0-20190108123426-d5acb3125c2a/go.mod h1:qNTQ5P5J
667667
github.com/stretchr/objx v0.1.0/go.mod h1:HFkY916IF+rwdDfMAkV7OtwuqBVzrE8GR6GFx+wExME=
668668
github.com/stretchr/objx v0.1.1/go.mod h1:HFkY916IF+rwdDfMAkV7OtwuqBVzrE8GR6GFx+wExME=
669669
github.com/stretchr/objx v0.4.0/go.mod h1:YvHI0jy2hoMjB+UWwv71VJQ9isScKT/TqJzVSSt89Yw=
670-
github.com/stretchr/objx v0.5.0 h1:1zr/of2m5FGMsad5YfcqgdqdWrIhu+EBEJRhR1U7z/c=
671-
github.com/stretchr/objx v0.5.0/go.mod h1:Yh+to48EsGEfYuaHDzXPcE3xhTkx73EhmCGUpEOglKo=
670+
github.com/stretchr/objx v0.5.2 h1:xuMeJ0Sdp5ZMRXx/aWO6RZxdr3beISkG5/G/aIRr3pY=
671+
github.com/stretchr/objx v0.5.2/go.mod h1:FRsXN1f5AsAjCGJKqEizvkpNtU+EGNCLh3NxZ/8L+MA=
672672
github.com/stretchr/testify v1.2.2/go.mod h1:a8OnRcib4nhh0OaRAV+Yts87kKdq0PP7pXfy6kDkUVs=
673673
github.com/stretchr/testify v1.3.0/go.mod h1:M5WIy9Dh21IEIfnGCwXGc5bZfKNJtfHm1UVUgZn+9EI=
674674
github.com/stretchr/testify v1.4.0/go.mod h1:j7eGeouHqKxXV5pUuKE4zz7dFj8WfuZ+81PSLYec5m4=
675675
github.com/stretchr/testify v1.5.1/go.mod h1:5W2xD1RspED5o8YsWQXVCued0rvSQ+mT+I5cxcmMvtA=
676676
github.com/stretchr/testify v1.7.0/go.mod h1:6Fq8oRcR53rry900zMqJjRRixrwX3KX962/h/Wwjteg=
677677
github.com/stretchr/testify v1.7.1/go.mod h1:6Fq8oRcR53rry900zMqJjRRixrwX3KX962/h/Wwjteg=
678678
github.com/stretchr/testify v1.7.5/go.mod h1:yNjHg4UonilssWZ8iaSj1OCr/vHnekPRkoO+kdMU+MU=
679-
github.com/stretchr/testify v1.8.0/go.mod h1:yNjHg4UonilssWZ8iaSj1OCr/vHnekPRkoO+kdMU+MU=
680679
github.com/stretchr/testify v1.9.0 h1:HtqpIVDClZ4nwg75+f6Lvsy/wHu+3BoSGCbBAcpTsTg=
681680
github.com/stretchr/testify v1.9.0/go.mod h1:r2ic/lqez/lEtzL7wO/rwa5dbSLXVDPFyf8C91i36aY=
682681
github.com/supranational/blst v0.3.13 h1:AYeSxdOMacwu7FBmpfloBz5pbFXDmJL33RuwnKtmTjk=

internal/utils/utils.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ const (
3434
// BspAgentVersionMinor is Minor version component of the current release
3535
BspAgentVersionMinor = 8
3636
// BspAgentVersionPatch is Patch version component of the current release
37-
BspAgentVersionPatch = 2
37+
BspAgentVersionPatch = 3
3838
)
3939

4040
// BspAgentVersion holds the textual version string.

0 commit comments

Comments
 (0)