Bumps [github.com/decred/dcrd/dcrec/secp256k1/v4](https://github.com/decred/dcrd) from 4.1.0 to 4.2.0. <details> <summary>Commits</summary> <ul> <li><a href="bacf8444a8"><code>bacf844</code></a> secp256k1: Prepare v4.2.0.</li> <li><a href="e0ad9b8687"><code>e0ad9b8</code></a> secp256k1: Update PrivKeyFromBytes comment.</li> <li><a href="6c5b953d28"><code>6c5b953</code></a> secp256k1: Add GeneratePrivateKeyFromRand tests.</li> <li><a href="bd0b82d0be"><code>bd0b82d</code></a> secp256k1: Require concerete rand for privkey gen.</li> <li><a href="b4fab9efd8"><code>b4fab9e</code></a> chaincfg/chainhash: Prepare v1.0.4.</li> <li><a href="d71616bddb"><code>d71616b</code></a> secp256k1: Add GeneratePrivateKeyFromRand function</li> <li><a href="9aa79ec168"><code>9aa79ec</code></a> chaincfg: Introduce subsidy split change r2 agenda.</li> <li><a href="7db7325c42"><code>7db7325</code></a> chaincfg: Introduce BLAKE3 PoW agenda.</li> <li><a href="ce46220cf7"><code>ce46220</code></a> secp256k1: Fix typo in a doc comment</li> <li><a href="ca02bcaf5a"><code>ca02bca</code></a> docs: Add release notes for v1.7.7.</li> <li>Additional commits viewable in <a href="https://github.com/decred/dcrd/compare/blockchain/v4.1.0...dcrec/secp256k1/v4.2.0">compare view</a></li> </ul> </details> <br /> [](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 merge` will merge this PR after your CI passes on it - `@dependabot squash and merge` will squash and merge this PR after your CI passes on it - `@dependabot cancel merge` will cancel a previously requested merge and block automerging - `@dependabot reopen` will reopen this PR if it is closed - `@dependabot close` will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually - `@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>
122 lines
5.6 KiB
Modula-2
122 lines
5.6 KiB
Modula-2
module cosmossdk.io/tools/hubl
|
|
|
|
go 1.20
|
|
|
|
require (
|
|
cosmossdk.io/api v0.4.0
|
|
cosmossdk.io/client/v2 v2.0.0-20230320224637-dca0e7374a1d
|
|
cosmossdk.io/errors v1.0.0-beta.7
|
|
github.com/cockroachdb/errors v1.9.1
|
|
github.com/hashicorp/go-multierror v1.1.1
|
|
github.com/manifoldco/promptui v0.9.0
|
|
github.com/pelletier/go-toml/v2 v2.0.7
|
|
github.com/spf13/cobra v1.7.0
|
|
google.golang.org/grpc v1.54.0
|
|
google.golang.org/protobuf v1.30.0
|
|
)
|
|
|
|
require (
|
|
cosmossdk.io/collections v0.0.0-20230309163709-87da587416ba // indirect
|
|
cosmossdk.io/core v0.6.1 // indirect
|
|
cosmossdk.io/depinject v1.0.0-alpha.3 // indirect
|
|
cosmossdk.io/log v1.0.0 // indirect
|
|
cosmossdk.io/math v1.0.0 // indirect
|
|
cosmossdk.io/store v0.1.0-alpha.1 // indirect
|
|
filippo.io/edwards25519 v1.0.0 // indirect
|
|
github.com/99designs/go-keychain v0.0.0-20191008050251-8e49817e8af4 // indirect
|
|
github.com/99designs/keyring v1.2.1 // indirect
|
|
github.com/ChainSafe/go-schnorrkel v0.0.0-20200405005733-88cbf1b4c40d // indirect
|
|
github.com/DataDog/zstd v1.5.2 // indirect
|
|
github.com/armon/go-metrics v0.4.1 // indirect
|
|
github.com/beorn7/perks v1.0.1 // indirect
|
|
github.com/bgentry/speakeasy v0.1.1-0.20220910012023-760eaf8b6816 // indirect
|
|
github.com/btcsuite/btcd/btcec/v2 v2.3.2 // indirect
|
|
github.com/cespare/xxhash/v2 v2.2.0 // indirect
|
|
github.com/chzyer/readline v1.5.1 // indirect
|
|
github.com/cockroachdb/logtags v0.0.0-20230118201751-21c54148d20b // indirect
|
|
github.com/cockroachdb/pebble v0.0.0-20230315223031-1e5ddd10389e // indirect
|
|
github.com/cockroachdb/redact v1.1.3 // indirect
|
|
github.com/cometbft/cometbft v0.37.1-0.20230411132551-3a91d155e664 // indirect
|
|
github.com/confio/ics23/go v0.9.0 // indirect
|
|
github.com/cosmos/btcutil v1.0.5 // indirect
|
|
github.com/cosmos/cosmos-db v1.0.0-rc.1 // indirect
|
|
github.com/cosmos/cosmos-proto v1.0.0-beta.3 // indirect
|
|
github.com/cosmos/cosmos-sdk v0.46.0-beta2.0.20230321173237-fe77d4bca302 // indirect
|
|
github.com/cosmos/go-bip39 v1.0.0 // indirect
|
|
github.com/cosmos/gogoproto v1.4.7 // indirect
|
|
github.com/cosmos/iavl v0.21.0-beta.1 // indirect
|
|
github.com/cosmos/ledger-cosmos-go v0.13.0 // indirect
|
|
github.com/danieljoos/wincred v1.1.2 // indirect
|
|
github.com/davecgh/go-spew v1.1.1 // indirect
|
|
github.com/decred/dcrd/dcrec/secp256k1/v4 v4.2.0 // indirect
|
|
github.com/dvsekhvalnov/jose2go v1.5.0 // indirect
|
|
github.com/fsnotify/fsnotify v1.6.0 // indirect
|
|
github.com/getsentry/sentry-go v0.19.0 // indirect
|
|
github.com/go-kit/kit v0.12.0 // indirect
|
|
github.com/go-kit/log v0.2.1 // indirect
|
|
github.com/go-logfmt/logfmt v0.6.0 // indirect
|
|
github.com/godbus/dbus v0.0.0-20190726142602-4481cbc300e2 // indirect
|
|
github.com/gogo/protobuf v1.3.2 // indirect
|
|
github.com/golang/protobuf v1.5.3 // indirect
|
|
github.com/golang/snappy v0.0.4 // indirect
|
|
github.com/google/btree v1.1.2 // indirect
|
|
github.com/google/go-cmp v0.5.9 // indirect
|
|
github.com/gorilla/websocket v1.5.0 // indirect
|
|
github.com/grpc-ecosystem/grpc-gateway v1.16.0 // indirect
|
|
github.com/gsterjov/go-libsecret v0.0.0-20161001094733-a6f4afe4910c // indirect
|
|
github.com/gtank/merlin v0.1.1 // indirect
|
|
github.com/gtank/ristretto255 v0.1.2 // indirect
|
|
github.com/hashicorp/errwrap v1.1.0 // indirect
|
|
github.com/hashicorp/go-immutable-radix v1.3.1 // indirect
|
|
github.com/hashicorp/golang-lru v0.5.5-0.20210104140557-80c98217689d // indirect
|
|
github.com/hashicorp/hcl v1.0.0 // indirect
|
|
github.com/hdevalence/ed25519consensus v0.1.0 // indirect
|
|
github.com/inconshreveable/mousetrap v1.1.0 // indirect
|
|
github.com/klauspost/compress v1.16.3 // indirect
|
|
github.com/kr/pretty v0.3.1 // indirect
|
|
github.com/kr/text v0.2.0 // indirect
|
|
github.com/libp2p/go-buffer-pool v0.1.0 // indirect
|
|
github.com/linxGnu/grocksdb v1.7.15 // indirect
|
|
github.com/magiconair/properties v1.8.7 // indirect
|
|
github.com/mattn/go-colorable v0.1.13 // indirect
|
|
github.com/mattn/go-isatty v0.0.18 // indirect
|
|
github.com/matttproud/golang_protobuf_extensions v1.0.4 // indirect
|
|
github.com/mimoo/StrobeGo v0.0.0-20210601165009-122bf33a46e0 // indirect
|
|
github.com/mitchellh/mapstructure v1.5.0 // indirect
|
|
github.com/mtibben/percent v0.2.1 // indirect
|
|
github.com/petermattis/goid v0.0.0-20230317030725-371a4b8eda08 // indirect
|
|
github.com/pkg/errors v0.9.1 // indirect
|
|
github.com/prometheus/client_golang v1.15.0 // indirect
|
|
github.com/prometheus/client_model v0.3.0 // indirect
|
|
github.com/prometheus/common v0.42.0 // indirect
|
|
github.com/prometheus/procfs v0.9.0 // indirect
|
|
github.com/rcrowley/go-metrics v0.0.0-20201227073835-cf1acfcdf475 // indirect
|
|
github.com/rogpeppe/go-internal v1.9.0 // indirect
|
|
github.com/rs/zerolog v1.29.1 // indirect
|
|
github.com/sasha-s/go-deadlock v0.3.1 // indirect
|
|
github.com/spf13/afero v1.9.3 // indirect
|
|
github.com/spf13/cast v1.5.0 // indirect
|
|
github.com/spf13/jwalterweatherman v1.1.0 // indirect
|
|
github.com/spf13/pflag v1.0.5 // indirect
|
|
github.com/spf13/viper v1.15.0 // indirect
|
|
github.com/subosito/gotenv v1.4.2 // 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.6.0 // indirect
|
|
github.com/zondax/hid v0.9.1 // indirect
|
|
github.com/zondax/ledger-go v0.14.1 // indirect
|
|
golang.org/x/crypto v0.8.0 // indirect
|
|
golang.org/x/exp v0.0.0-20230321023759-10a507213a29 // indirect
|
|
golang.org/x/net v0.9.0 // indirect
|
|
golang.org/x/sys v0.7.0 // indirect
|
|
golang.org/x/term v0.7.0 // indirect
|
|
golang.org/x/text v0.9.0 // indirect
|
|
google.golang.org/genproto v0.0.0-20230320184635-7606e756e683 // indirect
|
|
gopkg.in/ini.v1 v1.67.0 // indirect
|
|
gopkg.in/yaml.v2 v2.4.0 // indirect
|
|
gopkg.in/yaml.v3 v3.0.1 // indirect
|
|
gotest.tools/v3 v3.4.0 // indirect
|
|
pgregory.net/rapid v0.5.5 // indirect
|
|
sigs.k8s.io/yaml v1.3.0 // indirect
|
|
)
|