Skip to content

Commit e93dde4

Browse files
build(deps): Bump github.com/attestantio/go-builder-client from 0.6.2 to 0.6.3 (#3678)
Bumps [github.com/attestantio/go-builder-client](https://github.com/attestantio/go-builder-client) from 0.6.2 to 0.6.3. <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/attestantio/go-builder-client/commit/b078ca0f327a84d027ee4dd4aecd4d5c2c5b0260"><code>b078ca0</code></a> Merge pull request <a href="https://redirect.github.com/attestantio/go-builder-client/issues/46">#46</a> from attestantio/add_version_header</li> <li><a href="https://github.com/attestantio/go-builder-client/commit/ff7b3f7530d96db2f3035d79c365002997b0443d"><code>ff7b3f7</code></a> Send eth-consensus-version headers</li> <li>See full diff in <a href="https://github.com/attestantio/go-builder-client/compare/v0.6.2...v0.6.3">compare view</a></li> </ul> </details> <br /> [![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=github.com/attestantio/go-builder-client&package-manager=go_modules&previous-version=0.6.2&new-version=0.6.3)](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores) Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting `@dependabot rebase`. [//]: # (dependabot-automerge-start) [//]: # (dependabot-automerge-end) --- <details> <summary>Dependabot commands and options</summary> <br /> You can trigger Dependabot actions by commenting on this PR: - `@dependabot rebase` will rebase this PR - `@dependabot recreate` will recreate this PR, overwriting any edits that have been made to it - `@dependabot merge` will merge this PR after your CI passes on it - `@dependabot squash and merge` will squash and merge this PR after your CI passes on it - `@dependabot cancel merge` will cancel a previously requested merge and block automerging - `@dependabot reopen` will reopen this PR if it is closed - `@dependabot close` will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually - `@dependabot show <dependency name> ignore conditions` will show all of the ignore conditions of the specified dependency - `@dependabot ignore this major version` will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself) - `@dependabot ignore this minor version` will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself) - `@dependabot ignore this dependency` will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself) </details>
1 parent 78769c4 commit e93dde4

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

go.mod

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ module github.com/obolnetwork/charon
33
go 1.24
44

55
require (
6-
github.com/attestantio/go-builder-client v0.6.2
6+
github.com/attestantio/go-builder-client v0.6.3
77
github.com/attestantio/go-eth2-client v1.15.2
88
github.com/coinbase/kryptology v1.5.6-0.20220316191335-269410e1b06b
99
github.com/decred/dcrd/dcrec/secp256k1/v4 v4.4.0

go.sum

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -54,8 +54,8 @@ github.com/antlr4-go/antlr/v4 v4.13.1 h1:SqQKkuVZ+zWkMMNkjy5FZe5mr5WURWnlpmOuzYW
5454
github.com/antlr4-go/antlr/v4 v4.13.1/go.mod h1:GKmUxMtwp6ZgGwZSva4eWPC5mS6vUAmOABFgjdkM7Nw=
5555
github.com/apapsch/go-jsonmerge/v2 v2.0.0 h1:axGnT1gRIfimI7gJifB699GoE/oq+F2MU7Dml6nw9rQ=
5656
github.com/apapsch/go-jsonmerge/v2 v2.0.0/go.mod h1:lvDnEdqiQrp0O42VQGgmlKpxL1AP2+08jFMw88y4klk=
57-
github.com/attestantio/go-builder-client v0.6.2 h1:OUaZlVBApQv5+VWiJGhpgk2fC2eeVsvPZF8ob7ibrHQ=
58-
github.com/attestantio/go-builder-client v0.6.2/go.mod h1:f8wi3HzuPxfJoi2PirpJK3yZhte4SavDgKJbRrKoB1Q=
57+
github.com/attestantio/go-builder-client v0.6.3 h1:iKkmLVdlkM35EB9u++xZc0N0xF7ogILsvTvmYa59peY=
58+
github.com/attestantio/go-builder-client v0.6.3/go.mod h1:f8wi3HzuPxfJoi2PirpJK3yZhte4SavDgKJbRrKoB1Q=
5959
github.com/benbjohnson/clock v1.1.0/go.mod h1:J11/hYXuz8f4ySSvYwY0FKfm+ezbsZBKZxNJlLklBHA=
6060
github.com/benbjohnson/clock v1.3.0/go.mod h1:J11/hYXuz8f4ySSvYwY0FKfm+ezbsZBKZxNJlLklBHA=
6161
github.com/benbjohnson/clock v1.3.5 h1:VvXlSJBzZpA/zum6Sj74hxwYI2DIxRWuNIoXAzHZz5o=

0 commit comments

Comments
 (0)