Skip to content

Commit 54bd960

Browse files
chore(deps): Bump the everything-else group with 3 updates (gnolang#1928)
Bumps the everything-else group with 3 updates: [github.com/decred/dcrd/dcrec/secp256k1/v4](https://github.com/decred/dcrd), [github.com/gnolang/faucet](https://github.com/gnolang/faucet) and [github.com/btcsuite/btcd/btcec/v2](https://github.com/btcsuite/btcd). Updates `github.com/decred/dcrd/dcrec/secp256k1/v4` from 4.2.0 to 4.3.0 <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/decred/dcrd/commit/08d8572807872f2b9737f8a118b16c320a04b077"><code>08d8572</code></a> secp256k1: Prepare v4.3.0.</li> <li><a href="https://github.com/decred/dcrd/commit/fe9a28cd1e4f341105001496b135a58d09717647"><code>fe9a28c</code></a> secp256k1: No allocs in slow scalar base mult path.</li> <li><a href="https://github.com/decred/dcrd/commit/2104419fc012bb162222a5e0a2c06e4d806cbfae"><code>2104419</code></a> wire: Fix typo in comment.</li> <li><a href="https://github.com/decred/dcrd/commit/b9d8d49c901bb7cbb19ed36d636c3e3d86a1fe43"><code>b9d8d49</code></a> wire: add p2p mixing messages</li> <li><a href="https://github.com/decred/dcrd/commit/25adf60a9f4e12aec13565f6345f769965b0135a"><code>25adf60</code></a> secp256k1: Add scalar base mult variant benchmarks.</li> <li><a href="https://github.com/decred/dcrd/commit/2ee2ebeb678398d3f9333a2cfa937378efe27cfb"><code>2ee2ebe</code></a> secp256k1: Add TinyGo support.</li> <li><a href="https://github.com/decred/dcrd/commit/c6322d513aee03139d91a4e45490dc02d070f278"><code>c6322d5</code></a> docker: Update image to golang:1.22.1-alpine3.19.</li> <li><a href="https://github.com/decred/dcrd/commit/20dedca001392442f83a7d5b218fe54a92c1c565"><code>20dedca</code></a> server: Update required minimum protocol version.</li> <li><a href="https://github.com/decred/dcrd/commit/eb3de8e7299ba919d4ccd67cb1b56a17030f85b7"><code>eb3de8e</code></a> docs: Update README.md to required Go 1.21/1.22.</li> <li><a href="https://github.com/decred/dcrd/commit/fedbaf982b460c7b639d1c577efe51e3f255f8dc"><code>fedbaf9</code></a> build: Test against Go 1.22.</li> <li>Additional commits viewable in <a href="https://github.com/decred/dcrd/compare/dcrec/secp256k1/v4.2.0...dcrec/secp256k1/v4.3.0">compare view</a></li> </ul> </details> <br /> Updates `github.com/gnolang/faucet` from 0.1.3 to 0.2.0 <details> <summary>Release notes</summary> <p><em>Sourced from <a href="https://github.com/gnolang/faucet/releases">github.com/gnolang/faucet's releases</a>.</em></p> <blockquote> <h2>v0.2.0</h2> <h2>What's Changed</h2> <ul> <li>Bump golang.org/x/sync from 0.6.0 to 0.7.0 by <a href="https://github.com/dependabot"><code>@​dependabot</code></a> in <a href="https://redirect.github.com/gnolang/faucet/pull/28">gnolang/faucet#28</a></li> <li>Bump anchore/sbom-action from 0.15.9 to 0.15.10 by <a href="https://github.com/dependabot"><code>@​dependabot</code></a> in <a href="https://redirect.github.com/gnolang/faucet/pull/27">gnolang/faucet#27</a></li> <li>Bump github.com/stretchr/testify from 1.8.4 to 1.9.0 by <a href="https://github.com/dependabot"><code>@​dependabot</code></a> in <a href="https://redirect.github.com/gnolang/faucet/pull/25">gnolang/faucet#25</a></li> <li>feat: Add most common architectures to goreleaser. by <a href="https://github.com/ajnavarro"><code>@​ajnavarro</code></a> in <a href="https://redirect.github.com/gnolang/faucet/pull/30">gnolang/faucet#30</a></li> </ul> <h2>New Contributors</h2> <ul> <li><a href="https://github.com/ajnavarro"><code>@​ajnavarro</code></a> made their first contribution in <a href="https://redirect.github.com/gnolang/faucet/pull/30">gnolang/faucet#30</a></li> </ul> <p><strong>Full Changelog</strong>: <a href="https://github.com/gnolang/faucet/compare/v0.1.3...v0.2.0">https://github.com/gnolang/faucet/compare/v0.1.3...v0.2.0</a></p> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/gnolang/faucet/commit/58d6a69ca08b772f969f69bcdb0df9605585ee96"><code>58d6a69</code></a> Merge pull request <a href="https://redirect.github.com/gnolang/faucet/issues/30">#30</a> from gnolang/chore/update-goreleaser</li> <li><a href="https://github.com/gnolang/faucet/commit/fa0d50a21642d3273d5d5df3da17ddb6d3c396ae"><code>fa0d50a</code></a> feat: Add most common architectures to goreleaser.</li> <li><a href="https://github.com/gnolang/faucet/commit/f11f08e5697d131ad09f967aeb7bd2976eda971d"><code>f11f08e</code></a> Bump github.com/stretchr/testify from 1.8.4 to 1.9.0 (<a href="https://redirect.github.com/gnolang/faucet/issues/25">#25</a>)</li> <li><a href="https://github.com/gnolang/faucet/commit/a147682542d735f12c3756090fa30afdcce71eef"><code>a147682</code></a> Bump anchore/sbom-action from 0.15.9 to 0.15.10 (<a href="https://redirect.github.com/gnolang/faucet/issues/27">#27</a>)</li> <li><a href="https://github.com/gnolang/faucet/commit/48a127e9dd169001d91c9736807b1cfe4e0ebbc2"><code>48a127e</code></a> Bump golang.org/x/sync from 0.6.0 to 0.7.0 (<a href="https://redirect.github.com/gnolang/faucet/issues/28">#28</a>)</li> <li>See full diff in <a href="https://github.com/gnolang/faucet/compare/v0.1.3...v0.2.0">compare view</a></li> </ul> </details> <br /> Updates `github.com/btcsuite/btcd/btcec/v2` from 2.3.2 to 2.3.3 <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/btcsuite/btcd/commit/e4b32e0ba97fbf2f9cb351ee4015d0e46b3abe9d"><code>e4b32e0</code></a> Merge pull request <a href="https://redirect.github.com/btcsuite/btcd/issues/2156">#2156</a> from ffranr/add-pubkey-serialized-type</li> <li><a href="https://github.com/btcsuite/btcd/commit/92b24d2ed3adfcc4cceb0d07b2e75ceddd1d4856"><code>92b24d2</code></a> Merge pull request <a href="https://redirect.github.com/btcsuite/btcd/issues/2150">#2150</a> from xiaoxianBoy/fix-typos</li> <li><a href="https://github.com/btcsuite/btcd/commit/ae5533602c46f4ea14a4da725c19cb3db7d5eb88"><code>ae55336</code></a> Merge pull request <a href="https://redirect.github.com/btcsuite/btcd/issues/2142">#2142</a> from YusukeShimizu/feeRate-BTCkvB</li> <li><a href="https://github.com/btcsuite/btcd/commit/665eeb52b19fce48a025afcde01ffdd781672299"><code>665eeb5</code></a> btcec: add new type <code>SerializedKey</code></li> <li><a href="https://github.com/btcsuite/btcd/commit/31647e46ecbac0dfc4b6432bd3d3cc0136193740"><code>31647e4</code></a> btcec: add missing doc comments</li> <li><a href="https://github.com/btcsuite/btcd/commit/9851d96c0696a11aa211d6d54b76aa7fa87f7b13"><code>9851d96</code></a> chore: fix typos</li> <li><a href="https://github.com/btcsuite/btcd/commit/95330bc1bb33eaf21dd850b99bb3d84bcfa03237"><code>95330bc</code></a> chore: fix some comments (<a href="https://redirect.github.com/btcsuite/btcd/issues/2146">#2146</a>)</li> <li><a href="https://github.com/btcsuite/btcd/commit/80b27f547157399c64b1717a4a528871bbfb7f5b"><code>80b27f5</code></a> btcclient+btcjson: add type alias for BTC/kvB</li> <li><a href="https://github.com/btcsuite/btcd/commit/bbb6967247309eca4024c14c39f702940cc7d664"><code>bbb6967</code></a> btcclient+btcjson: feeRate to BTC/kvB</li> <li><a href="https://github.com/btcsuite/btcd/commit/a03259b26bfbb277ab2546dd77a8bb47182e257f"><code>a03259b</code></a> Merge pull request <a href="https://redirect.github.com/btcsuite/btcd/issues/1991">#1991</a> from ffranr/add-json-support</li> <li>Additional commits viewable in <a href="https://github.com/btcsuite/btcd/compare/btcec/v2.3.2...btcec/v2.3.3">compare view</a></li> </ul> </details> <br /> 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 <dependency name> major version` will close this group update PR and stop Dependabot creating any more for the specific dependency's major version (unless you unignore this specific dependency's major version or upgrade to it yourself) - `@dependabot ignore <dependency name> minor version` will close this group update PR and stop Dependabot creating any more for the specific dependency's minor version (unless you unignore this specific dependency's minor version or upgrade to it yourself) - `@dependabot ignore <dependency name>` will close this group update PR and stop Dependabot creating any more for the specific dependency (unless you unignore this specific dependency or upgrade to it yourself) - `@dependabot unignore <dependency name>` will remove all of the ignore conditions of the specified dependency - `@dependabot unignore <dependency name> <ignore condition>` will remove the ignore condition of the specified dependency and ignore conditions </details> --------- Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: dependabot[bot] <dependabot[bot]@users.noreply.github.com>
1 parent 0cf65ee commit 54bd960

File tree

6 files changed

+24
-24
lines changed

6 files changed

+24
-24
lines changed

contribs/gnodev/go.mod

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -18,13 +18,13 @@ require (
1818
require (
1919
dario.cat/mergo v1.0.0 // indirect
2020
github.com/aymanbagabas/go-osc52/v2 v2.0.1 // indirect
21-
github.com/btcsuite/btcd/btcec/v2 v2.3.2 // indirect
21+
github.com/btcsuite/btcd/btcec/v2 v2.3.3 // indirect
2222
github.com/btcsuite/btcd/btcutil v1.1.5 // indirect
2323
github.com/cenkalti/backoff/v4 v4.3.0 // indirect
2424
github.com/cockroachdb/apd/v3 v3.2.1 // indirect
2525
github.com/cosmos/ledger-cosmos-go v0.13.3 // indirect
2626
github.com/davecgh/go-spew v1.1.1 // indirect
27-
github.com/decred/dcrd/dcrec/secp256k1/v4 v4.2.0 // indirect
27+
github.com/decred/dcrd/dcrec/secp256k1/v4 v4.3.0 // indirect
2828
github.com/gnolang/overflow v0.0.0-20170615021017-4d914c927216 // indirect
2929
github.com/go-logfmt/logfmt v0.6.0 // indirect
3030
github.com/go-logr/logr v1.4.1 // indirect

contribs/gnodev/go.sum

Lines changed: 4 additions & 4 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

contribs/gnokeykc/go.mod

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,13 +11,13 @@ require (
1111

1212
require (
1313
github.com/alessio/shellescape v1.4.1 // indirect
14-
github.com/btcsuite/btcd/btcec/v2 v2.3.2 // indirect
14+
github.com/btcsuite/btcd/btcec/v2 v2.3.3 // indirect
1515
github.com/btcsuite/btcd/btcutil v1.1.5 // indirect
1616
github.com/cenkalti/backoff/v4 v4.3.0 // indirect
1717
github.com/cosmos/ledger-cosmos-go v0.13.3 // indirect
1818
github.com/danieljoos/wincred v1.2.0 // indirect
1919
github.com/davecgh/go-spew v1.1.1 // indirect
20-
github.com/decred/dcrd/dcrec/secp256k1/v4 v4.2.0 // indirect
20+
github.com/decred/dcrd/dcrec/secp256k1/v4 v4.3.0 // indirect
2121
github.com/gnolang/overflow v0.0.0-20170615021017-4d914c927216 // indirect
2222
github.com/go-logr/logr v1.4.1 // indirect
2323
github.com/go-logr/stdr v1.2.2 // indirect

contribs/gnokeykc/go.sum

Lines changed: 4 additions & 4 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

go.mod

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -8,10 +8,10 @@ require (
88
github.com/cockroachdb/apd/v3 v3.2.1
99
github.com/cosmos/ledger-cosmos-go v0.13.3
1010
github.com/davecgh/go-spew v1.1.1
11-
github.com/decred/dcrd/dcrec/secp256k1/v4 v4.2.0
11+
github.com/decred/dcrd/dcrec/secp256k1/v4 v4.3.0
1212
github.com/fortytw2/leaktest v1.3.0
1313
github.com/gdamore/tcell/v2 v2.7.4
14-
github.com/gnolang/faucet v0.1.3
14+
github.com/gnolang/faucet v0.2.0
1515
github.com/gnolang/overflow v0.0.0-20170615021017-4d914c927216
1616
github.com/golang/protobuf v1.5.4
1717
github.com/google/gofuzz v1.2.0
@@ -61,7 +61,7 @@ require (
6161
)
6262

6363
require (
64-
github.com/btcsuite/btcd/btcec/v2 v2.3.2
64+
github.com/btcsuite/btcd/btcec/v2 v2.3.3
6565
github.com/gdamore/encoding v1.0.0 // indirect
6666
github.com/go-chi/chi/v5 v5.0.12 // indirect
6767
github.com/golang/snappy v0.0.4 // indirect
@@ -73,7 +73,7 @@ require (
7373
github.com/rivo/uniseg v0.4.3 // indirect
7474
github.com/zondax/hid v0.9.2 // indirect
7575
github.com/zondax/ledger-go v0.14.3 // indirect
76-
golang.org/x/sync v0.6.0 // indirect
76+
golang.org/x/sync v0.7.0 // indirect
7777
golang.org/x/sys v0.18.0 // indirect
7878
golang.org/x/text v0.14.0 // indirect
7979
google.golang.org/genproto/googleapis/rpc v0.0.0-20240401170217-c3f982113cda // indirect

go.sum

Lines changed: 8 additions & 8 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)