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

Bump github.com/cometbft/cometbft from 0.38.15 to 1.0.0 #2238

Closed
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
@@ -0,0 +1,21 @@
* `github.com/cometbft/cometbft` bumped to v1.0.0 (from v0.38.15) [PR 2238](https://github.com/provenance-io/provenance/pull/2238).
* `github.com/cometbft/cometbft-db` bumped to v1.0.1 (from v0.14.1) [PR 2238](https://github.com/provenance-io/provenance/pull/2238).
* `github.com/cometbft/cometbft/api` added at v1.0.0 [PR 2238](https://github.com/provenance-io/provenance/pull/2238).
* `github.com/dgraph-io/badger/v4` bumped to v4.5.0 (from v4.2.0) [PR 2238](https://github.com/provenance-io/provenance/pull/2238).
* `github.com/dgraph-io/ristretto` removed at v0.1.1 [PR 2238](https://github.com/provenance-io/provenance/pull/2238).
* `github.com/dgraph-io/ristretto/v2` added at v2.0.0 [PR 2238](https://github.com/provenance-io/provenance/pull/2238).
* `github.com/go-kit/kit` removed at v0.13.0 [PR 2238](https://github.com/provenance-io/provenance/pull/2238).
* `github.com/golang/glog` removed at v1.2.2 [PR 2238](https://github.com/provenance-io/provenance/pull/2238).
* `github.com/google/flatbuffers` bumped to v24.3.25+incompatible (from v1.12.1) [PR 2238](https://github.com/provenance-io/provenance/pull/2238).
* `github.com/klauspost/compress` bumped to v1.17.11 (from v1.17.9) [PR 2238](https://github.com/provenance-io/provenance/pull/2238).
* `github.com/linxGnu/grocksdb` bumped to v1.9.3 (from v1.8.14) [PR 2238](https://github.com/provenance-io/provenance/pull/2238).
* `github.com/prometheus/common` bumped to v0.61.0 (from v0.60.1) [PR 2238](https://github.com/provenance-io/provenance/pull/2238).
* `github.com/supranational/blst` added at v0.3.13 [PR 2238](https://github.com/provenance-io/provenance/pull/2238).
* `golang.org/x/crypto` bumped to v0.30.0 (from v0.28.0) [PR 2238](https://github.com/provenance-io/provenance/pull/2238).
* `golang.org/x/net` bumped to v0.32.0 (from v0.30.0) [PR 2238](https://github.com/provenance-io/provenance/pull/2238).
* `golang.org/x/oauth2` bumped to v0.24.0 (from v0.23.0) [PR 2238](https://github.com/provenance-io/provenance/pull/2238).
* `golang.org/x/sync` bumped to v0.10.0 (from v0.9.0) [PR 2238](https://github.com/provenance-io/provenance/pull/2238).
* `golang.org/x/sys` bumped to v0.28.0 (from v0.26.0) [PR 2238](https://github.com/provenance-io/provenance/pull/2238).
* `golang.org/x/term` bumped to v0.27.0 (from v0.25.0) [PR 2238](https://github.com/provenance-io/provenance/pull/2238).
* `golang.org/x/text` bumped to v0.21.0 (from v0.20.0) [PR 2238](https://github.com/provenance-io/provenance/pull/2238).
* `google.golang.org/grpc` bumped to v1.68.1 (from v1.68.0) [PR 2238](https://github.com/provenance-io/provenance/pull/2238).
37 changes: 19 additions & 18 deletions go.mod
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
module github.com/provenance-io/provenance

go 1.23
toolchain go1.23.4

require (
cosmossdk.io/api v0.7.6
Expand All @@ -18,8 +19,8 @@ require (
cosmossdk.io/x/upgrade v0.1.3
github.com/CosmWasm/wasmd v0.52.0
github.com/CosmWasm/wasmvm/v2 v2.1.3
github.com/cometbft/cometbft v0.38.15
github.com/cometbft/cometbft-db v0.14.1
github.com/cometbft/cometbft v1.0.0
github.com/cometbft/cometbft-db v1.0.1
github.com/cosmos/cosmos-db v1.1.0
github.com/cosmos/cosmos-proto v1.0.0-beta.5
github.com/cosmos/cosmos-sdk v0.50.10
Expand All @@ -41,9 +42,9 @@ require (
github.com/spf13/viper v1.19.0
github.com/stretchr/testify v1.10.0
golang.org/x/exp v0.0.0-20240404231335-c0f41cb1a7a0
golang.org/x/text v0.20.0
golang.org/x/text v0.21.0
google.golang.org/genproto/googleapis/api v0.0.0-20240903143218-8af14fe29dc1
google.golang.org/grpc v1.68.0
google.golang.org/grpc v1.68.1
google.golang.org/protobuf v1.35.2
sigs.k8s.io/yaml v1.4.0
)
Expand Down Expand Up @@ -78,6 +79,7 @@ require (
github.com/cockroachdb/pebble v1.1.2 // indirect
github.com/cockroachdb/redact v1.1.5 // indirect
github.com/cockroachdb/tokenbucket v0.0.0-20230807174530-cc333fc44b06 // indirect
github.com/cometbft/cometbft/api v1.0.0 // indirect
github.com/cosmos/btcutil v1.0.5 // indirect
github.com/cosmos/gogogateway v1.2.0 // indirect
github.com/cosmos/iavl v1.2.0 // indirect
Expand All @@ -88,8 +90,8 @@ require (
github.com/davecgh/go-spew v1.1.2-0.20180830191138-d8f796af33cc // indirect
github.com/decred/dcrd/dcrec/secp256k1/v4 v4.3.0 // indirect
github.com/desertbit/timer v0.0.0-20180107155436-c41aec40b27f // indirect
github.com/dgraph-io/badger/v4 v4.2.0 // indirect
github.com/dgraph-io/ristretto v0.1.1 // indirect
github.com/dgraph-io/badger/v4 v4.5.0 // indirect
github.com/dgraph-io/ristretto/v2 v2.0.0 // indirect
github.com/distribution/reference v0.5.0 // indirect
github.com/dustin/go-humanize v1.0.1 // indirect
github.com/dvsekhvalnov/jose2go v1.6.0 // indirect
Expand All @@ -98,20 +100,18 @@ require (
github.com/felixge/httpsnoop v1.0.4 // indirect
github.com/fsnotify/fsnotify v1.7.0 // indirect
github.com/getsentry/sentry-go v0.27.0 // indirect
github.com/go-kit/kit v0.13.0 // indirect
github.com/go-kit/log v0.2.1 // indirect
github.com/go-logfmt/logfmt v0.6.0 // indirect
github.com/go-logr/logr v1.4.1 // indirect
github.com/go-logr/stdr v1.2.2 // indirect
github.com/godbus/dbus v0.0.0-20190726142602-4481cbc300e2 // indirect
github.com/gogo/googleapis v1.4.1 // indirect
github.com/gogo/protobuf v1.3.2 // indirect
github.com/golang/glog v1.2.2 // indirect
github.com/golang/groupcache v0.0.0-20210331224755-41bb18bfe9da // indirect
github.com/golang/mock v1.6.0 // indirect
github.com/golang/snappy v0.0.4 // indirect
github.com/google/btree v1.1.3 // indirect
github.com/google/flatbuffers v1.12.1 // indirect
github.com/google/flatbuffers v24.3.25+incompatible // indirect
github.com/google/go-cmp v0.6.0 // indirect
github.com/google/gofuzz v1.2.0 // indirect
github.com/google/orderedcode v0.0.1 // indirect
Expand Down Expand Up @@ -140,12 +140,12 @@ require (
github.com/inconshreveable/mousetrap v1.1.0 // indirect
github.com/jmespath/go-jmespath v0.4.0 // indirect
github.com/jmhodges/levigo v1.0.0 // indirect
github.com/klauspost/compress v1.17.9 // indirect
github.com/klauspost/compress v1.17.11 // indirect
github.com/klauspost/cpuid/v2 v2.2.4 // indirect
github.com/kr/pretty v0.3.1 // indirect
github.com/kr/text v0.2.0 // indirect
github.com/lib/pq v1.10.9 // indirect
github.com/linxGnu/grocksdb v1.8.14 // indirect
github.com/linxGnu/grocksdb v1.9.3 // indirect
github.com/magiconair/properties v1.8.7 // indirect
github.com/manifoldco/promptui v0.9.0 // indirect
github.com/mattn/go-colorable v0.1.13 // indirect
Expand All @@ -165,7 +165,7 @@ require (
github.com/pmezard/go-difflib v1.0.1-0.20181226105442-5d4384ee4fb2 // indirect
github.com/prometheus/client_golang v1.20.5 // indirect
github.com/prometheus/client_model v0.6.1 // indirect
github.com/prometheus/common v0.60.1 // indirect
github.com/prometheus/common v0.61.0 // indirect
github.com/prometheus/procfs v0.15.1 // indirect
github.com/rcrowley/go-metrics v0.0.0-20201227073835-cf1acfcdf475 // indirect
github.com/rogpeppe/go-internal v1.12.0 // indirect
Expand All @@ -178,6 +178,7 @@ require (
github.com/sourcegraph/conc v0.3.0 // indirect
github.com/spf13/afero v1.11.0 // indirect
github.com/subosito/gotenv v1.6.0 // indirect
github.com/supranational/blst v0.3.13 // indirect
github.com/syndtr/goleveldb v1.0.1-0.20220721030215-126854af5e6d // indirect
github.com/tendermint/go-amino v0.16.0 // indirect
github.com/tidwall/btree v1.7.0 // indirect
Expand All @@ -194,12 +195,12 @@ require (
go.opentelemetry.io/otel/trace v1.24.0 // indirect
go.uber.org/multierr v1.11.0 // indirect
golang.org/x/arch v0.3.0 // indirect
golang.org/x/crypto v0.28.0 // indirect
golang.org/x/net v0.30.0 // indirect
golang.org/x/oauth2 v0.23.0 // indirect
golang.org/x/sync v0.9.0 // indirect
golang.org/x/sys v0.26.0 // indirect
golang.org/x/term v0.25.0 // indirect
golang.org/x/crypto v0.30.0 // indirect
golang.org/x/net v0.32.0 // indirect
golang.org/x/oauth2 v0.24.0 // indirect
golang.org/x/sync v0.10.0 // indirect
golang.org/x/sys v0.28.0 // indirect
golang.org/x/term v0.27.0 // indirect
golang.org/x/time v0.5.0 // indirect
google.golang.org/api v0.171.0 // indirect
google.golang.org/genproto v0.0.0-20240227224415-6ceb2ff114de // indirect
Expand Down
Loading
Loading