Skip to content

Commit 06ab0fa

Browse files
build(deps): Bump github.com/cometbft/cometbft/api in /x/params
Bumps [github.com/cometbft/cometbft/api](https://github.com/cometbft/cometbft) from 1.0.0-alpha.2.0.20240429102542-490e9bc3de65 to 1.1.0-alpha.1. - [Release notes](https://github.com/cometbft/cometbft/releases) - [Changelog](https://github.com/cometbft/cometbft/blob/main/CHANGELOG.md) - [Commits](https://github.com/cometbft/cometbft/commits/api/v1.1.0-alpha.1) --- updated-dependencies: - dependency-name: github.com/cometbft/cometbft/api dependency-version: 1.1.0-alpha.1 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent c4308d2 commit 06ab0fa

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

x/params/go.mod

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
module cosmossdk.io/x/params
22

3-
go 1.22.2
3+
go 1.23
44

55
require (
66
cosmossdk.io/api v0.7.4
@@ -11,7 +11,7 @@ require (
1111
cosmossdk.io/math v1.3.0
1212
cosmossdk.io/store v1.1.1-0.20240418092142-896cdf1971bc
1313
cosmossdk.io/x/gov v0.0.0-20230925135524-a1bc045b3190
14-
github.com/cometbft/cometbft/api v1.0.0-alpha.2.0.20240429102542-490e9bc3de65
14+
github.com/cometbft/cometbft/api v1.1.0-alpha.1
1515
github.com/cosmos/cosmos-db v1.0.2
1616
github.com/cosmos/cosmos-proto v1.0.0-beta.5
1717
github.com/cosmos/cosmos-sdk v0.51.0

x/params/go.sum

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -95,8 +95,8 @@ github.com/cometbft/cometbft v1.0.0-alpha.2.0.20240429102542-490e9bc3de65 h1:vNr
9595
github.com/cometbft/cometbft v1.0.0-alpha.2.0.20240429102542-490e9bc3de65/go.mod h1:FH1mC3P645pmV3TcHly2xc/2QnKOztRVS7QI77L8Pkk=
9696
github.com/cometbft/cometbft-db v0.12.0 h1:v77/z0VyfSU7k682IzZeZPFZrQAKiQwkqGN0QzAjMi0=
9797
github.com/cometbft/cometbft-db v0.12.0/go.mod h1:aX2NbCrjNVd2ZajYxt1BsiFf/Z+TQ2MN0VxdicheYuw=
98-
github.com/cometbft/cometbft/api v1.0.0-alpha.2.0.20240429102542-490e9bc3de65 h1:Bj+DkG59qYZE54uWBKXsNtiug1u6M4x8Tk3l5tAb/3I=
99-
github.com/cometbft/cometbft/api v1.0.0-alpha.2.0.20240429102542-490e9bc3de65/go.mod h1:NDFKiBBD8HJC6QQLAoUI99YhsiRZtg2+FJWfk6A6m6o=
98+
github.com/cometbft/cometbft/api v1.1.0-alpha.1 h1:QTHyLVEoFc2kh3uRwHb3HLfGXJ8kxrIaPPGtt7synGY=
99+
github.com/cometbft/cometbft/api v1.1.0-alpha.1/go.mod h1:Ivh6nSCTJPQOyfQo8dgnyu/T88it092sEqSrZSmTQN8=
100100
github.com/containerd/continuity v0.3.0 h1:nisirsYROK15TAMVukJOUyGJjz4BNQJBVsNvAXZJ/eg=
101101
github.com/containerd/continuity v0.3.0/go.mod h1:wJEAIwKOm/pBZuBd0JmeTvnLquTB1Ag8espWhkykbPM=
102102
github.com/coreos/go-systemd/v22 v22.5.0/go.mod h1:Y58oyj3AT4RCenI/lSvhwexgC+NSVTIJ3seZv2GcEnc=

0 commit comments

Comments
 (0)