Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

build(deps): bump the go_modules group across 2 directories with 10 updates #459

Open
wants to merge 1 commit into
base: main
Choose a base branch
from

Conversation

dependabot[bot]
Copy link

@dependabot dependabot bot commented on behalf of github Dec 10, 2024

Bumps the go_modules group with 5 updates in the / directory:

Package From To
github.com/CosmWasm/wasmd 0.52.0 0.53.2
github.com/btcsuite/btcd 0.23.5-0.20231215221805-96c9fd8078fd 0.24.2-beta.rc1
github.com/gorilla/schema 1.2.0 1.4.1
cosmossdk.io/math 1.3.0 1.4.0
github.com/rs/cors 1.10.1 1.11.0

Bumps the go_modules group with 6 updates in the /test directory:

Package From To
github.com/cometbft/cometbft 0.38.6 0.38.15
github.com/btcsuite/btcd 0.21.0-beta 0.24.2-beta.rc1
github.com/cosmos/ibc-go/v8 8.1.0 8.5.2
github.com/gorilla/schema 1.2.0 1.4.1
cosmossdk.io/math 1.3.0 1.4.0
github.com/docker/docker 24.0.7+incompatible 25.0.6+incompatible

Updates github.com/CosmWasm/wasmd from 0.52.0 to 0.53.2

Release notes

Sourced from github.com/CosmWasm/wasmd's releases.

v0.53.2

See the CHANGELOG for details on the changes in this version.

v0.53.0

See the CHANGELOG for details on the changes in this version.

Changelog

Sourced from github.com/CosmWasm/wasmd's changelog.

v0.53.2 (2024-12-10)

Full Changelog

  • Fix failing simulation with previous patch

v0.53.1 (2024-12-10)

Full Changelog

  • Fix CWA-2025-009

v0.53.0 (2024-08-21)

Full Changelog

  • Fix CWA-2024-005
  • Fix CWA-2024-006
  • Fix submit-proposal instantiate-contract-2 command #1934
Commits

Updates github.com/cometbft/cometbft from 0.38.10 to 0.38.11

Release notes

Sourced from github.com/cometbft/cometbft's releases.

v0.38.15

See the CHANGELOG for this release.

v0.38.13

See the CHANGELOG for this release.

v0.38.12

See the CHANGELOG for this release.

v0.38.11

CHANGELOG

v0.38.10

See the CHANGELOG for this release.

v0.38.9

See the CHANGELOG for this release.

v0.38.8

See the CHANGELOG for this release.

v0.38.7

See the CHANGELOG for this release.

Changelog

Sourced from github.com/cometbft/cometbft's changelog.

v0.38.15

November 6, 2024

This release supersedes v0.38.14, which mistakenly updated the Go version to 1.23, introducing an unintended breaking change. It sets the Go version back to 1.22.7 by reverting #4297.

The release includes the bug fixes, performance improvements, and importantly, the fix for the security vulnerability in the vote extensions (VE) validation logic that were part of v0.38.14. For more details, please refer to ASA-2024-011.

v0.38.14

November 6, 2024

This release fixes a security vulnerability in the vote extensions (VE) validation logic. For more details, please refer to ASA-2024-011.

We recommend upgrading ASAP if you’re using vote extensions (VE).

BUG FIXES

  • [consensus] Do not panic if the validator index of a Vote message is out of bounds, when vote extensions are enabled (#ABC-0021)

DEPENDENCIES

  • Bump cometbft-db version to v0.15.0 (#4297)
  • [go/runtime] Bump Go version to 1.23 (#4297)

IMPROVEMENTS

  • [p2p] fix exponential backoff logic to increase reconnect retries close to 24 hours (#3519)

v0.38.13

October 24, 2024

This patch release addresses the issue where tx_search was not returning all results, which only arises when upgrading to CometBFT-DB version 0.13 or later. It includes a fix in the state indexer to resolve this problem. We recommend upgrading to this patch release if you are affected by this issue.

BUG FIXES

... (truncated)

Commits

Updates google.golang.org/grpc from 1.64.0 to 1.64.1

Release notes

Sourced from google.golang.org/grpc's releases.

Release 1.64.1

Dependencies

  • Update x/net/http2 to address CVE-2023-45288 (#7352)
  • metadata: remove String method from MD to make printing consistent (#7374)
Commits

Updates github.com/CosmWasm/wasmvm/v2 from 2.1.0 to 2.1.4

Release notes

Sourced from github.com/CosmWasm/wasmvm/v2's releases.

v2.1.4

Build artifacts generated at this tag.

v2.1.3

Fixes CWA-2024-007 and CWA-2024-008.

This is a consensus breaking patch.

v2.1.2

Build artifacts generated at this tag.

v2.1.1

Fix for CWA-2024-004

Consensus breaking!

Commits

Updates github.com/btcsuite/btcd from 0.23.5-0.20231215221805-96c9fd8078fd to 0.24.2-beta.rc1

Release notes

Sourced from github.com/btcsuite/btcd's releases.

v0.24.2-beta.rc1

What's Changed

New Contributors

Full Changelog: btcsuite/btcd@v0.24.0...v0.24.2-beta.rc1

btcd v0.24.0

This release is a major release that includes several general bug fixes, security bug fixes (please update!), and also a series of performance improvements that dramatically reduce the time for initial block download from ~45 hours+ to around 6 hours! With this release,btcd now also supports BIP 155 and has gained support for pruning (--prune=MiB).

Verifying the Release

In order to verify the release, you'll need to have gpg or gpg2 installed on your system. Once you've obtained a copy (and hopefully verified that as well), you'll first need to import the keys that have signed this release if you haven't done so already:

curl https://raw.githubusercontent.com/lightningnetwork/lnd/master/scripts/keys/roasbeef.asc | gpg --import

Once you have the required PGP keys, you can verify the release (assuming manifest-roasbeef-v0.24.0.sig and manifest-v0.24.0.txt are in the current directory) with:

gpg --verify manifest-roasbeef-v0.24.0.sig manifest-v0.24.0.txt

... (truncated)

Commits

Updates github.com/cosmos/ibc-go/v8 from 8.3.2 to 8.4.0

Release notes

Sourced from github.com/cosmos/ibc-go/v8's releases.

v8.5.2

We present here a summary of the most relevant changes, please see the v8.5.2 changelog for more details.

Testing

  • #7430 Update the block proposer in test chains for each block.

Bug Fixes

  • (core/03-connection) #7397 Skip the genesis validation connectionID for localhost client.

v8.5.1

This release fixes a panic that occurred during instantiation of the interchain accounts host keeper when populating the list of all module safe queries and port definitions were not found. The solution implemented is to use the cosmos/gogoproto registry instead of including the entire merged global files registry. Please check the v8.5.1 changelog for more details. Big thanks to @​damiannolan for resolving this issue!


To learn more about ibc-go versioning, please read our RELEASES.md.

IMPORTANT: Please read the migration guides for any versions of ibc-go that you might be going through when upgrading to this version. For example: if you upgrade from the IBC module contained in the Cosmos SDK 0.42.0 to SDK v0.50.9 and ibc-go v8.5.1, please follow:

  1. The migration from SDK 0.41.x or 0.42.x to the IBC module in the ibc-go repository based on the SDK v0.44.x.
  2. The migration from ibc-go v1 to v2.
  3. The migration from ibc-go v2 to v3.
  4. The migration from ibc-go v3 to v4.
  5. The migration from ibc-go v4 to v5.
  6. The migration from ibc-go v5 to v6.
  7. The migration from ibc-go v6 to v7.
  8. The migration from ibc-go v7 to v7.1.
  9. The migration from ibc-go v7.2 to v7.3.
  10. The migration from ibc-go v7 to v8.
  11. The migration from ibc-go v8 to v8.1.

v8.5.0

We present here a summary of the most relevant changes, please see the v8.5.0 changelog for more details. Please note that this release, as indicated in our release versioning policy, is state machine breaking and requires a coordinated upgrade.

dependencies

  • Cosmos SDK has been bumped to v0.50.9.
  • ics23 has been bumped to v0.11.0.

core/03-connection

  • We have removed from the connection handshake the verification step that guaranteed that the client state and consensus state stored by the light client on the counterparty is a correct representation of the chain and its consensus state. Please check cosmos/ibc#1121 for more details and rationale.

To learn more about ibc-go versioning, please read our RELEASES.md.

IMPORTANT: Please read the migration guides for any versions of ibc-go that you might be going through when upgrading to this version. For example: if you upgrade from the IBC module contained in the Cosmos SDK 0.42.0 to SDK v0.50.9 and ibc-go v8.5.0, please follow:

... (truncated)

Changelog

Sourced from github.com/cosmos/ibc-go/v8's changelog.

v8.5.2 - 2024-11-05

Testing

  • #7430 Update the block proposer in test chains for each block.

Bug Fixes

  • (core/03-connection) #7397 Skip the genesis validation connectionID for localhost client.

v8.5.1 - 2024-09-13

Bug Fixes

  • (apps/27-interchain-accounts) #7277 Use GogoResolver when populating module query safe allow list to avoid panics from unresolvable protobuf dependencies.

v8.5.0 - 2024-08-30

Dependencies

  • #6828 Bump Cosmos SDK to v0.50.9.
  • #7222 Update ics23 to v0.11.0.

State Machine Breaking

  • (core/03-connection) #7129 Remove verification of self client and consensus state from connection handshake.

v8.4.0 - 2024-07-29

Improvements

  • (core/04-channel) #6871 Add channel ordering to write acknowledgement event.

Features

  • (apps/transfer) #6877 Added the possibility to transfer the entire user balance of a particular denomination by using UnboundedSpendLimit as the token amount.

Bug Fixes

  • (core/04-channel) #6935 Check upgrade compatibility in ChanUpgradeConfirm.

v8.3.2 - 2024-06-20

Dependencies

  • #6614 Bump Cosmos SDK to v0.50.7.

Improvements

  • (apps/27-interchain-accounts) #6436 Refactor ICA host keeper instantiation method to avoid panic related to proto files.

... (truncated)

Commits
  • 6b84068 Updating changelog for v8.5.2 (#7536)
  • a55c271 test: update block proposer in testing (backport #7430) (#7453)
  • 7df9ebd fix: avoid invalid identifier error when validate genesis (backport #7397) (#...
  • e0d73d4 Update CHANGELOG.md
  • 6b25543 prepare changelog for v8.5.1 release
  • 34a0d01 fix: attempt to fix panics for unresolvable imports by using GogoResolver (ba...
  • 94c9773 Update CHANGELOG.md
  • 3077be1 Update CHANGELOG.md
  • f77fbb8 deps: bump cosmos-sdk to v0.50.9 (backport #6828) (#7227)
  • a495e2e deps(release/v8.5.x): bump ics23 to v0.11.0 (#7222)
  • Additional commits viewable in compare view

Updates github.com/gorilla/schema from 1.2.0 to 1.4.1

Release notes

Sourced from github.com/gorilla/schema's releases.

v1.4.1

Security Release

Fixes an issue where sparse slice deserialization can cause memory exhaustion CVE-2024-37298

Thanks to @​AlexVasiluta for the report and following responsible disclosure.

Full Changelog: gorilla/schema@v1.4.0...v1.4.1

v1.4.0

What's Changed

New Contributors

Full Changelog: gorilla/schema@v1.3.0...v1.3.1

v1.3.0

What's Changed

New Contributors

Full Changelog: gorilla/schema@v1.2.1...v1.3.0

Release v1.2.1

What's Changed

New Contributors

Full Changelog: gorilla/schema@v1.2.0...v1.2.1

Commits

Updates cosmossdk.io/math from 1.3.0 to 1.4.0

Commits

Updates github.com/rs/cors from 1.10.1 to 1.11.0

Commits
  • 4c32059 Normalize allowed request headers and store them in a sorted set (fixes #170)...
  • 8d33ca4 Complete documentation; deprecate AllowOriginRequestFunc in favour of AllowOr...
  • af821ae Merge branch 'jub0bs-master'
  • 0bcf73f Update benchmark
  • eacc8e8 Fix skewed middleware benchmarks (#165)
  • 9297f15 Respect the documented precedence of options (#163)
  • 73f81b4 Fix readme benchmark rendering (#161)
  • See full diff in compare view

Updates github.com/cometbft/cometbft from 0.38.6 to 0.38.15

Release notes

Sourced from github.com/cometbft/cometbft's releases.

v0.38.15

See the CHANGELOG for this release.

v0.38.13

See the CHANGELOG for this release.

v0.38.12

See the CHANGELOG for this release.

v0.38.11

CHANGELOG

v0.38.10

See the CHANGELOG for this release.

v0.38.9

See the CHANGELOG for this release.

v0.38.8

See the CHANGELOG for this release.

v0.38.7

See the CHANGELOG for this release.

Changelog

Sourced from github.com/cometbft/cometbft's changelog.

v0.38.15

November 6, 2024

This release supersedes v0.38.14, which mistakenly updated the Go version to 1.23, introducing an unintended breaking change. It sets the Go version back to 1.22.7 by reverting #4297.

The release includes the bug fixes, performance improvements, and importantly, the fix for the security vulnerability in the vote extensions (VE) validation logic that were part of v0.38.14. For more details, please refer to ASA-2024-011.

v0.38.14

November 6, 2024

This release fixes a security vulnerability in the vote extensions (VE) validation logic. For more details, please refer to ASA-2024-011.

We recommend upgrading ASAP if you’re using vote extensions (VE).

BUG FIXES

  • [consensus] Do not panic if the validator index of a Vote message is out of bounds, when vote extensions are enabled (#ABC-0021)

DEPENDENCIES

  • Bump cometbft-db version to v0.15.0 (#4297)
  • [go/runtime] Bump Go version to 1.23 (#4297)

IMPROVEMENTS

  • [p2p] fix exponential backoff logic to increase reconnect retries close to 24 hours (#3519)

v0.38.13

October 24, 2024

This patch release addresses the issue where tx_search was not returning all results, which only arises when upgrading to CometBFT-DB version 0.13 or later. It includes a fix in the state indexer to resolve this problem. We recommend upgrading to this patch release if you are affected by this issue.

BUG FIXES

... (truncated)

Commits

Updates google.golang.org/grpc from 1.63.2 to 1.67.1

Release notes

Sourced from google.golang.org/grpc's releases.

Release 1.64.1

Dependencies

  • Update x/net/http2 to address CVE-2023-45288 (#7352)
  • metadata: remove String method from MD to make printing consistent (#7374)
Commits

Updates github.com/btcsuite/btcd from 0.21.0-beta to 0.24.2-beta.rc1

Release notes

Sourced from github.com/btcsuite/btcd's releases.

v0.24.2-beta.rc1

What's Changed

New Contributors

Full Changelog: btcsuite/btcd@v0.24.0...v0.24.2-beta.rc1

btcd v0.24.0

This release is a major release that includes several general bug fixes, security bug fixes (please update!), and also a series of performance improvements that dramatically reduce the time for initial block download from ~45 hours+ to around 6 hours! With this release,btcd now also supports BIP 155 and has gained support for pruning (--prune=MiB).

Verifying the Release

In order to verify the release, you'll need to have gpg or gpg2 installed on your system. Once you've obtained a copy (and hopefully verified that as well), you'll first need to import the keys that have signed this release if you haven't done so already:

curl https://raw.githubusercontent.com/lightningnetwork/lnd/master/scripts/keys/roasbeef.asc | gpg --import

Once you have the required PGP keys, you can verify the release (assuming manifest-roasbeef-v0.24.0.sig and manifest-v0.24.0.txt are in the current directory) with:

gpg --verify manifest-roasbeef-v0.24.0.sig manifest-v0.24.0.txt

... (truncated)

Commits

Updates github.com/cosmos/ibc-go/v8 from 8.1.0 to 8.5.2

Release notes

Sourced from github.com/cosmos/ibc-go/v8's releases.

v8.5.2

We present here a summary of the most relevant changes, please see the v8.5.2 changelog for more details.

Testing

  • #7430 Update the block proposer in test chains for each block.

Bug Fixes

  • (core/03-connection) #7397 Skip the genesis validation connectionID for localhost client.

v8.5.1

This release fixes a panic that occurred during instantiation of the interchain accounts host keeper when populating the list of all module safe queries and port definitions were not found. The solution implemented is to use the cosmos/gogoproto registry instead of including the entire merged global files registry. Please check the v8.5.1 changelog for more details. Big thanks to @​damiannolan for resolving this issue!


To learn more about ibc-go versioning, please read our RELEASES.md.

IMPORTANT: Please read the migration guides for any versions of ibc-go that you might be going through when upgrading to this version. For example: if you upgrade from the IBC module contained in the Cosmos SDK 0.42.0 to SDK v0.50.9 and ibc-go v8.5.1, please follow:

  1. The migration from SDK 0.41.x or 0.42.x to the IBC module in the ibc-go repository based on the SDK v0.44.x.
  2. The migration from ibc-go v1 to v2.
  3. The migration from ibc-go v2 to v3.
  4. The migration from ibc-go v3 to v4.
  5. The migration from ibc-go v4 to v5.
  6. The migration from ibc-go v5 to v6.
  7. The migration from ibc-go v6 to v7.
  8. The migration from ibc-go v7 to v7.1.
  9. The migration from ibc-go v7.2 to v7.3.
  10. The migration from ibc-go v7 to v8.
  11. The

…pdates

Bumps the go_modules group with 5 updates in the / directory:

| Package | From | To |
| --- | --- | --- |
| [github.com/CosmWasm/wasmd](https://github.com/CosmWasm/wasmd) | `0.52.0` | `0.53.2` |
| [github.com/btcsuite/btcd](https://github.com/btcsuite/btcd) | `0.23.5-0.20231215221805-96c9fd8078fd` | `0.24.2-beta.rc1` |
| [github.com/gorilla/schema](https://github.com/gorilla/schema) | `1.2.0` | `1.4.1` |
| [cosmossdk.io/math](https://github.com/cosmos/cosmos-sdk) | `1.3.0` | `1.4.0` |
| [github.com/rs/cors](https://github.com/rs/cors) | `1.10.1` | `1.11.0` |

Bumps the go_modules group with 6 updates in the /test directory:

| Package | From | To |
| --- | --- | --- |
| [github.com/cometbft/cometbft](https://github.com/cometbft/cometbft) | `0.38.6` | `0.38.15` |
| [github.com/btcsuite/btcd](https://github.com/btcsuite/btcd) | `0.21.0-beta` | `0.24.2-beta.rc1` |
| [github.com/cosmos/ibc-go/v8](https://github.com/cosmos/ibc-go) | `8.1.0` | `8.5.2` |
| [github.com/gorilla/schema](https://github.com/gorilla/schema) | `1.2.0` | `1.4.1` |
| [cosmossdk.io/math](https://github.com/cosmos/cosmos-sdk) | `1.3.0` | `1.4.0` |
| [github.com/docker/docker](https://github.com/docker/docker) | `24.0.7+incompatible` | `25.0.6+incompatible` |



Updates `github.com/CosmWasm/wasmd` from 0.52.0 to 0.53.2
- [Release notes](https://github.com/CosmWasm/wasmd/releases)
- [Changelog](https://github.com/CosmWasm/wasmd/blob/v0.53.2/CHANGELOG.md)
- [Commits](CosmWasm/wasmd@v0.52.0...v0.53.2)

Updates `github.com/cometbft/cometbft` from 0.38.10 to 0.38.11
- [Release notes](https://github.com/cometbft/cometbft/releases)
- [Changelog](https://github.com/cometbft/cometbft/blob/v0.38.15/CHANGELOG.md)
- [Commits](cometbft/cometbft@v0.38.6...v0.38.15)

Updates `google.golang.org/grpc` from 1.64.0 to 1.64.1
- [Release notes](https://github.com/grpc/grpc-go/releases)
- [Commits](grpc/grpc-go@v1.64.0...v1.64.1)

Updates `github.com/CosmWasm/wasmvm/v2` from 2.1.0 to 2.1.4
- [Release notes](https://github.com/CosmWasm/wasmvm/releases)
- [Changelog](https://github.com/CosmWasm/wasmvm/blob/main/CHANGELOG.md)
- [Commits](CosmWasm/wasmvm@v2.1.0...v2.1.4)

Updates `github.com/btcsuite/btcd` from 0.23.5-0.20231215221805-96c9fd8078fd to 0.24.2-beta.rc1
- [Release notes](https://github.com/btcsuite/btcd/releases)
- [Changelog](https://github.com/btcsuite/btcd/blob/master/CHANGES)
- [Commits](https://github.com/btcsuite/btcd/commits/v0.24.2-beta.rc1)

Updates `github.com/cosmos/ibc-go/v8` from 8.3.2 to 8.4.0
- [Release notes](https://github.com/cosmos/ibc-go/releases)
- [Changelog](https://github.com/cosmos/ibc-go/blob/v8.5.2/CHANGELOG.md)
- [Commits](cosmos/ibc-go@v8.1.0...v8.5.2)

Updates `github.com/gorilla/schema` from 1.2.0 to 1.4.1
- [Release notes](https://github.com/gorilla/schema/releases)
- [Commits](gorilla/schema@v1.2.0...v1.4.1)

Updates `cosmossdk.io/math` from 1.3.0 to 1.4.0
- [Release notes](https://github.com/cosmos/cosmos-sdk/releases)
- [Changelog](https://github.com/cosmos/cosmos-sdk/blob/main/CHANGELOG.md)
- [Commits](cosmos/cosmos-sdk@log/v1.3.0...log/v1.4.0)

Updates `github.com/rs/cors` from 1.10.1 to 1.11.0
- [Commits](rs/cors@v1.10.1...v1.11.0)

Updates `github.com/cometbft/cometbft` from 0.38.6 to 0.38.15
- [Release notes](https://github.com/cometbft/cometbft/releases)
- [Changelog](https://github.com/cometbft/cometbft/blob/v0.38.15/CHANGELOG.md)
- [Commits](cometbft/cometbft@v0.38.6...v0.38.15)

Updates `google.golang.org/grpc` from 1.63.2 to 1.67.1
- [Release notes](https://github.com/grpc/grpc-go/releases)
- [Commits](grpc/grpc-go@v1.64.0...v1.64.1)

Updates `github.com/btcsuite/btcd` from 0.21.0-beta to 0.24.2-beta.rc1
- [Release notes](https://github.com/btcsuite/btcd/releases)
- [Changelog](https://github.com/btcsuite/btcd/blob/master/CHANGES)
- [Commits](https://github.com/btcsuite/btcd/commits/v0.24.2-beta.rc1)

Updates `github.com/cosmos/ibc-go/v8` from 8.1.0 to 8.5.2
- [Release notes](https://github.com/cosmos/ibc-go/releases)
- [Changelog](https://github.com/cosmos/ibc-go/blob/v8.5.2/CHANGELOG.md)
- [Commits](cosmos/ibc-go@v8.1.0...v8.5.2)

Updates `github.com/gorilla/schema` from 1.2.0 to 1.4.1
- [Release notes](https://github.com/gorilla/schema/releases)
- [Commits](gorilla/schema@v1.2.0...v1.4.1)

Updates `cosmossdk.io/math` from 1.3.0 to 1.4.0
- [Release notes](https://github.com/cosmos/cosmos-sdk/releases)
- [Changelog](https://github.com/cosmos/cosmos-sdk/blob/main/CHANGELOG.md)
- [Commits](cosmos/cosmos-sdk@log/v1.3.0...log/v1.4.0)

Updates `github.com/rs/cors` from 1.10.1 to 1.11.1
- [Commits](rs/cors@v1.10.1...v1.11.0)

Updates `github.com/docker/docker` from 24.0.7+incompatible to 25.0.6+incompatible
- [Release notes](https://github.com/docker/docker/releases)
- [Commits](moby/moby@v24.0.7...v25.0.6)

---
updated-dependencies:
- dependency-name: github.com/CosmWasm/wasmd
  dependency-type: direct:production
  dependency-group: go_modules
- dependency-name: github.com/cometbft/cometbft
  dependency-type: direct:production
  dependency-group: go_modules
- dependency-name: google.golang.org/grpc
  dependency-type: direct:production
  dependency-group: go_modules
- dependency-name: github.com/CosmWasm/wasmvm/v2
  dependency-type: indirect
  dependency-group: go_modules
- dependency-name: github.com/btcsuite/btcd
  dependency-type: indirect
  dependency-group: go_modules
- dependency-name: github.com/cosmos/ibc-go/v8
  dependency-type: indirect
  dependency-group: go_modules
- dependency-name: github.com/gorilla/schema
  dependency-type: indirect
  dependency-group: go_modules
- dependency-name: cosmossdk.io/math
  dependency-type: indirect
  dependency-group: go_modules
- dependency-name: github.com/rs/cors
  dependency-type: indirect
  dependency-group: go_modules
- dependency-name: github.com/cometbft/cometbft
  dependency-type: direct:production
  dependency-group: go_modules
- dependency-name: google.golang.org/grpc
  dependency-type: direct:production
  dependency-group: go_modules
- dependency-name: github.com/btcsuite/btcd
  dependency-type: indirect
  dependency-group: go_modules
- dependency-name: github.com/cosmos/ibc-go/v8
  dependency-type: indirect
  dependency-group: go_modules
- dependency-name: github.com/gorilla/schema
  dependency-type: indirect
  dependency-group: go_modules
- dependency-name: cosmossdk.io/math
  dependency-type: indirect
  dependency-group: go_modules
- dependency-name: github.com/rs/cors
  dependency-type: indirect
  dependency-group: go_modules
- dependency-name: github.com/docker/docker
  dependency-type: direct:production
  dependency-group: go_modules
...

Signed-off-by: dependabot[bot] <[email protected]>
@dependabot dependabot bot added the dependencies Pull requests that update a dependency file label Dec 10, 2024
@github-actions github-actions bot added the test label Dec 10, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
dependencies Pull requests that update a dependency file test
Projects
None yet
Development

Successfully merging this pull request may close these issues.

0 participants