chore: pre tag beta for all non main go mods (#24867)

This commit is contained in:
Alex | Interchain Labs
2025-06-12 15:28:21 +00:00
committed by GitHub
parent 9fa93c9afe
commit af8d57edf0
23 changed files with 168 additions and 169 deletions
+4 -13
View File
@@ -3,15 +3,15 @@ go 1.23.5
module github.com/cosmos/cosmos-sdk
require (
cosmossdk.io/api v0.9.2
cosmossdk.io/api v1.0.0-alpha.1
cosmossdk.io/collections v1.2.1
cosmossdk.io/core v1.0.0
cosmossdk.io/core v1.1.0-alpha.2
cosmossdk.io/depinject v1.2.1
cosmossdk.io/errors v1.0.2
cosmossdk.io/log v1.6.0
cosmossdk.io/math v1.5.3
cosmossdk.io/store v1.1.2
cosmossdk.io/x/tx v0.14.0
cosmossdk.io/store v1.3.0-alpha.1
cosmossdk.io/x/tx v1.2.0-alpha.1
github.com/99designs/keyring v1.2.1
github.com/bgentry/speakeasy v0.2.0
github.com/bits-and-blooms/bitset v1.22.0
@@ -218,15 +218,6 @@ require (
// Here are the short-lived replace from the Cosmos SDK
// Replace here are pending PRs, or version to be tagged
// Replace all unreleased direct deps upgraded to comet v1
replace (
cosmossdk.io/api => ./api
cosmossdk.io/collections => ./collections
cosmossdk.io/core => ./core
cosmossdk.io/store => ./store
cosmossdk.io/x/tx => ./x/tx
)
// Below are the long-lived replace of the Cosmos SDK
replace (
// use cosmos fork of keyring