Skip to content

Commit

Permalink
chore(deps): Bump the everything-else group with 3 updates (#1928)
Browse files Browse the repository at this point in the history
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://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://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://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://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://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://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://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://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://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://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://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://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://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://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] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: dependabot[bot] <dependabot[bot]@users.noreply.github.com>
  • Loading branch information
dependabot[bot] and dependabot[bot] committed Apr 15, 2024
1 parent 0cf65ee commit 54bd960
Show file tree
Hide file tree
Showing 6 changed files with 24 additions and 24 deletions.
4 changes: 2 additions & 2 deletions contribs/gnodev/go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -18,13 +18,13 @@ require (
require (
dario.cat/mergo v1.0.0 // indirect
github.com/aymanbagabas/go-osc52/v2 v2.0.1 // indirect
github.com/btcsuite/btcd/btcec/v2 v2.3.2 // indirect
github.com/btcsuite/btcd/btcec/v2 v2.3.3 // indirect
github.com/btcsuite/btcd/btcutil v1.1.5 // indirect
github.com/cenkalti/backoff/v4 v4.3.0 // indirect
github.com/cockroachdb/apd/v3 v3.2.1 // indirect
github.com/cosmos/ledger-cosmos-go v0.13.3 // indirect
github.com/davecgh/go-spew v1.1.1 // indirect
github.com/decred/dcrd/dcrec/secp256k1/v4 v4.2.0 // indirect
github.com/decred/dcrd/dcrec/secp256k1/v4 v4.3.0 // indirect
github.com/gnolang/overflow v0.0.0-20170615021017-4d914c927216 // indirect
github.com/go-logfmt/logfmt v0.6.0 // indirect
github.com/go-logr/logr v1.4.1 // indirect
Expand Down
8 changes: 4 additions & 4 deletions contribs/gnodev/go.sum

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions contribs/gnokeykc/go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -11,13 +11,13 @@ require (

require (
github.com/alessio/shellescape v1.4.1 // indirect
github.com/btcsuite/btcd/btcec/v2 v2.3.2 // indirect
github.com/btcsuite/btcd/btcec/v2 v2.3.3 // indirect
github.com/btcsuite/btcd/btcutil v1.1.5 // indirect
github.com/cenkalti/backoff/v4 v4.3.0 // indirect
github.com/cosmos/ledger-cosmos-go v0.13.3 // indirect
github.com/danieljoos/wincred v1.2.0 // indirect
github.com/davecgh/go-spew v1.1.1 // indirect
github.com/decred/dcrd/dcrec/secp256k1/v4 v4.2.0 // indirect
github.com/decred/dcrd/dcrec/secp256k1/v4 v4.3.0 // indirect
github.com/gnolang/overflow v0.0.0-20170615021017-4d914c927216 // indirect
github.com/go-logr/logr v1.4.1 // indirect
github.com/go-logr/stdr v1.2.2 // indirect
Expand Down
8 changes: 4 additions & 4 deletions contribs/gnokeykc/go.sum

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

8 changes: 4 additions & 4 deletions go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -8,10 +8,10 @@ require (
github.com/cockroachdb/apd/v3 v3.2.1
github.com/cosmos/ledger-cosmos-go v0.13.3
github.com/davecgh/go-spew v1.1.1
github.com/decred/dcrd/dcrec/secp256k1/v4 v4.2.0
github.com/decred/dcrd/dcrec/secp256k1/v4 v4.3.0
github.com/fortytw2/leaktest v1.3.0
github.com/gdamore/tcell/v2 v2.7.4
github.com/gnolang/faucet v0.1.3
github.com/gnolang/faucet v0.2.0
github.com/gnolang/overflow v0.0.0-20170615021017-4d914c927216
github.com/golang/protobuf v1.5.4
github.com/google/gofuzz v1.2.0
Expand Down Expand Up @@ -61,7 +61,7 @@ require (
)

require (
github.com/btcsuite/btcd/btcec/v2 v2.3.2
github.com/btcsuite/btcd/btcec/v2 v2.3.3
github.com/gdamore/encoding v1.0.0 // indirect
github.com/go-chi/chi/v5 v5.0.12 // indirect
github.com/golang/snappy v0.0.4 // indirect
Expand All @@ -73,7 +73,7 @@ require (
github.com/rivo/uniseg v0.4.3 // indirect
github.com/zondax/hid v0.9.2 // indirect
github.com/zondax/ledger-go v0.14.3 // indirect
golang.org/x/sync v0.6.0 // indirect
golang.org/x/sync v0.7.0 // indirect
golang.org/x/sys v0.18.0 // indirect
golang.org/x/text v0.14.0 // indirect
google.golang.org/genproto/googleapis/rpc v0.0.0-20240401170217-c3f982113cda // indirect
Expand Down
16 changes: 8 additions & 8 deletions go.sum

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit 54bd960

Please sign in to comment.