Skip to content

Commit 7e1fcc6

Browse files
authored
chore(deps): bump github.com/drand/drand/v2 from 2.1.5 to 2.1.6 (#150)
Bumps [github.com/drand/drand/v2](https://github.com/drand/drand) from 2.1.5 to 2.1.6. <details> <summary>Release notes</summary> <p><em>Sourced from <a href="https://github.com/drand/drand/releases">github.com/drand/drand/v2's releases</a>.</em></p> <blockquote> <h2>v2.1.6</h2> <h2>Changelog</h2> <ul> <li>a17b9dc Update README.md</li> </ul> <h2>What's Changed</h2> <ul> <li>Add job to check <code>version.go</code> before new release by <a href="https://github.com/iyanmv"><code>@​iyanmv</code></a> in <a href="https://redirect.github.com/drand/drand/pull/1444">drand/drand#1444</a></li> <li>Reset logger node id during resharing by <a href="https://github.com/alienx5499"><code>@​alienx5499</code></a> in <a href="https://redirect.github.com/drand/drand/pull/1440">drand/drand#1440</a></li> <li>Log Close errors in chain, boltdb, and net by <a href="https://github.com/alienx5499"><code>@​alienx5499</code></a> in <a href="https://redirect.github.com/drand/drand/pull/1454">drand/drand#1454</a></li> <li>Updating deps and adding govulncheck GHA by <a href="https://github.com/AnomalRoil"><code>@​AnomalRoil</code></a> in <a href="https://redirect.github.com/drand/drand/pull/1460">drand/drand#1460</a></li> <li>Fixing syntax of govulncheck job by <a href="https://github.com/AnomalRoil"><code>@​AnomalRoil</code></a> in <a href="https://redirect.github.com/drand/drand/pull/1467">drand/drand#1467</a></li> <li>Improve logging and streaming behavior in config, gRPC client, and HTTP handler by <a href="https://github.com/alienx5499"><code>@​alienx5499</code></a> in <a href="https://redirect.github.com/drand/drand/pull/1463">drand/drand#1463</a></li> <li>Correct the command of make install_deps_<!-- raw HTML omitted --> by <a href="https://github.com/Jineshbansal"><code>@​Jineshbansal</code></a> in <a href="https://redirect.github.com/drand/drand/pull/1455">drand/drand#1455</a></li> <li>Fix error handling in CreateSecureFile when Chmod fails by <a href="https://github.com/alienx5499"><code>@​alienx5499</code></a> in <a href="https://redirect.github.com/drand/drand/pull/1446">drand/drand#1446</a></li> <li>Fix FanOutChan deadlock and goroutine leak by <a href="https://github.com/alienx5499"><code>@​alienx5499</code></a> in <a href="https://redirect.github.com/drand/drand/pull/1449">drand/drand#1449</a></li> <li>Do not close f.delegate in execution.go by <a href="https://github.com/AnomalRoil"><code>@​AnomalRoil</code></a> in <a href="https://redirect.github.com/drand/drand/pull/1468">drand/drand#1468</a></li> <li>Add impl of saveTo function in memDB by <a href="https://github.com/Jineshbansal"><code>@​Jineshbansal</code></a> in <a href="https://redirect.github.com/drand/drand/pull/1461">drand/drand#1461</a></li> <li>Moving away from http servers for tests by <a href="https://github.com/AnomalRoil"><code>@​AnomalRoil</code></a> in <a href="https://redirect.github.com/drand/drand/pull/1469">drand/drand#1469</a></li> <li>Improve error handling in filesystem, CLI, and test helpers by <a href="https://github.com/alienx5499"><code>@​alienx5499</code></a> in <a href="https://redirect.github.com/drand/drand/pull/1450">drand/drand#1450</a></li> <li>Avoid potential deadlock in FanOutChan by <a href="https://github.com/AnomalRoil"><code>@​AnomalRoil</code></a> in <a href="https://redirect.github.com/drand/drand/pull/1475">drand/drand#1475</a></li> <li>Assess the benchmarks of map and arrayset broadcast.go file by <a href="https://github.com/Jineshbansal"><code>@​Jineshbansal</code></a> in <a href="https://redirect.github.com/drand/drand/pull/1458">drand/drand#1458</a></li> <li>Fixing GHA tagging checks by <a href="https://github.com/AnomalRoil"><code>@​AnomalRoil</code></a> in <a href="https://redirect.github.com/drand/drand/pull/1476">drand/drand#1476</a></li> <li>Change group identity in case of an address retry in tests by <a href="https://github.com/AnomalRoil"><code>@​AnomalRoil</code></a> in <a href="https://redirect.github.com/drand/drand/pull/1482">drand/drand#1482</a></li> </ul> <h2>New Contributors</h2> <ul> <li><a href="https://github.com/Jineshbansal"><code>@​Jineshbansal</code></a> made their first contribution in <a href="https://redirect.github.com/drand/drand/pull/1455">drand/drand#1455</a></li> </ul> <p><strong>Full Changelog</strong>: <a href="https://github.com/drand/drand/compare/v2.1.4...v2.1.6">https://github.com/drand/drand/compare/v2.1.4...v2.1.6</a></p> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/drand/drand/commit/a17b9dc80625c4d06c745c5a6ea6d93610041fc6"><code>a17b9dc</code></a> Update README.md</li> <li><a href="https://github.com/drand/drand/commit/700cbd3c6b8be1e0ee7ca66ae2db07fccfb2d49a"><code>700cbd3</code></a> Change group identity in case of an address retry in tests (<a href="https://redirect.github.com/drand/drand/issues/1482">#1482</a>)</li> <li><a href="https://github.com/drand/drand/commit/1422ea5476a75a01df7e94521f5ca23bb88a0968"><code>1422ea5</code></a> Fixing GHA tagging checks (<a href="https://redirect.github.com/drand/drand/issues/1476">#1476</a>)</li> <li><a href="https://github.com/drand/drand/commit/ae43b50855fe5c30f5118da8b92cd3b9498d8f7b"><code>ae43b50</code></a> Assess the benchmarks of map and arrayset broadcast.go file (<a href="https://redirect.github.com/drand/drand/issues/1458">#1458</a>)</li> <li>See full diff in <a href="https://github.com/drand/drand/compare/v2.1.5...v2.1.6">compare view</a></li> </ul> </details> <br /> [![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=github.com/drand/drand/v2&package-manager=go_modules&previous-version=2.1.5&new-version=2.1.6)](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 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>
2 parents a3b4c0f + fd875fb commit 7e1fcc6

3 files changed

Lines changed: 5 additions & 5 deletions

File tree

flake.nix

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@
3636
version = versionFile;
3737
src = ./.;
3838

39-
vendorHash = "sha256-MJIiqOi9n9FN0uYL6rt0jfTD0YndV0Hwv7g3kpMBnYU=";
39+
vendorHash = "sha256-Wi6FatqKvQzaxu7cWSPMFkjH6xVmqPH6l49GoW7tMh4=";
4040
proxyVendor = true;
4141

4242
overrideModAttrs = old: {
@@ -82,7 +82,7 @@
8282
version = versionFile;
8383
src = ./.;
8484

85-
vendorHash = "sha256-MJIiqOi9n9FN0uYL6rt0jfTD0YndV0Hwv7g3kpMBnYU=";
85+
vendorHash = "sha256-Wi6FatqKvQzaxu7cWSPMFkjH6xVmqPH6l49GoW7tMh4=";
8686
proxyVendor = true; # Download deps during build instead of vendoring
8787

8888
# The go-modules derivation only fetches Go deps — skip TS/WASM build there

go.mod

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ go 1.25.7
44

55
require (
66
filippo.io/age v1.3.1
7-
github.com/drand/drand/v2 v2.1.5
7+
github.com/drand/drand/v2 v2.1.6
88
github.com/drand/kyber v1.3.2
99
github.com/drand/tlock v1.2.0
1010
github.com/go-pdf/fpdf v0.9.0

go.sum

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -28,8 +28,8 @@ github.com/cpuguy83/go-md2man/v2 v2.0.7 h1:zbFlGlXEAKlwXpmvle3d8Oe3YnkKIK4xSRTd3
2828
github.com/cpuguy83/go-md2man/v2 v2.0.7/go.mod h1:oOW0eioCTA6cOiMLiUPZOpcVxMig6NIQQ7OS05n1F4g=
2929
github.com/davecgh/go-spew v1.1.2-0.20180830191138-d8f796af33cc h1:U9qPSI2PIWSS1VwoXQT9A3Wy9MM3WgvqSxFWenqJduM=
3030
github.com/davecgh/go-spew v1.1.2-0.20180830191138-d8f796af33cc/go.mod h1:J7Y8YcW2NihsgmVo/mv3lAwl/skON4iLHjSsI+c5H38=
31-
github.com/drand/drand/v2 v2.1.5 h1:akyYvCjvvqoinfDaj0Nk9sR4ZFryYrRwGMCknWR1N8U=
32-
github.com/drand/drand/v2 v2.1.5/go.mod h1:uzfT/XfGMYyKOBnHWwSUFlYS4Ig1uSwNu11DXyAoaRw=
31+
github.com/drand/drand/v2 v2.1.6 h1:QpQ6FPy5JMPRTSFvD9HtqDRse/t9dQhDZj7hNMCjM6w=
32+
github.com/drand/drand/v2 v2.1.6/go.mod h1:uzfT/XfGMYyKOBnHWwSUFlYS4Ig1uSwNu11DXyAoaRw=
3333
github.com/drand/go-clients v0.2.0 h1:2agHJkF2OOjd9Eij/YedQnDc9mW0rywV/9xUHbf2XoQ=
3434
github.com/drand/go-clients v0.2.0/go.mod h1:4m2qC/O8lx2Aj6DEIrEZ4kUzAUV6BIjmiSouW6lpYfI=
3535
github.com/drand/kyber v1.3.2 h1:Cf3NNcb5bV3eODopr3XVHzImjDK40GiObhFUFG93Zeo=

0 commit comments

Comments
 (0)