-
Notifications
You must be signed in to change notification settings - Fork 424
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
Add protobuf deps #757
Closed
Closed
Add protobuf deps #757
Changes from all commits
Commits
File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -6,4 +6,3 @@ | |
version: v1 | ||
directories: | ||
- proto | ||
- third_party/proto |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -4,6 +4,7 @@ go 1.17 | |
|
||
require ( | ||
github.com/CosmWasm/wasmvm v1.0.0-beta6 | ||
github.com/cosmos/cosmos-proto v1.0.0-alpha7 | ||
github.com/cosmos/cosmos-sdk v0.45.1 | ||
github.com/cosmos/iavl v0.17.3 | ||
github.com/cosmos/ibc-go/v2 v2.0.3 | ||
|
@@ -16,7 +17,6 @@ require ( | |
github.com/pkg/errors v0.9.1 | ||
github.com/prometheus/client_golang v1.12.1 | ||
github.com/rakyll/statik v0.1.7 | ||
github.com/regen-network/cosmos-proto v0.3.1 | ||
github.com/snikch/goodman v0.0.0-20171125024755-10e37e294daa | ||
github.com/spf13/cast v1.4.1 | ||
github.com/spf13/cobra v1.2.1 | ||
|
@@ -26,8 +26,8 @@ require ( | |
github.com/syndtr/goleveldb v1.0.1-0.20200815110645-5c35d600f0ca | ||
github.com/tendermint/tendermint v0.34.15 | ||
github.com/tendermint/tm-db v0.6.6 | ||
google.golang.org/genproto v0.0.0-20211208223120-3a66f561d7aa | ||
google.golang.org/grpc v1.43.0 | ||
google.golang.org/genproto v0.0.0-20220211171837-173942840c17 | ||
google.golang.org/grpc v1.44.0 | ||
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. Can you run |
||
gopkg.in/yaml.v2 v2.4.0 | ||
) | ||
|
||
|
@@ -36,7 +36,11 @@ require ( | |
github.com/99designs/keyring v1.1.6 // indirect | ||
github.com/ChainSafe/go-schnorrkel v0.0.0-20200405005733-88cbf1b4c40d // indirect | ||
github.com/DataDog/zstd v1.4.5 // indirect | ||
github.com/Masterminds/goutils v1.1.1 // indirect | ||
github.com/Masterminds/semver v1.5.0 // indirect | ||
github.com/Masterminds/sprig v2.22.0+incompatible // indirect | ||
github.com/Workiva/go-datastructures v1.0.53 // indirect | ||
github.com/aokoli/goutils v1.1.1 // indirect | ||
github.com/armon/go-metrics v0.3.10 // indirect | ||
github.com/beorn7/perks v1.0.1 // indirect | ||
github.com/bgentry/speakeasy v0.1.0 // indirect | ||
|
@@ -56,6 +60,7 @@ require ( | |
github.com/dgraph-io/ristretto v0.0.3 // indirect | ||
github.com/dgryski/go-farm v0.0.0-20200201041132-a6ae2369ad13 // indirect | ||
github.com/dustin/go-humanize v1.0.0 // indirect | ||
github.com/envoyproxy/protoc-gen-validate v0.6.3 // indirect | ||
github.com/felixge/httpsnoop v1.0.1 // indirect | ||
github.com/fsnotify/fsnotify v1.5.1 // indirect | ||
github.com/go-kit/kit v0.12.0 // indirect | ||
|
@@ -66,6 +71,7 @@ require ( | |
github.com/golang/snappy v0.0.3 // indirect | ||
github.com/google/btree v1.0.0 // indirect | ||
github.com/google/orderedcode v0.0.1 // indirect | ||
github.com/google/uuid v1.3.0 // indirect | ||
github.com/gorilla/handlers v1.5.1 // indirect | ||
github.com/gorilla/websocket v1.4.2 // indirect | ||
github.com/grpc-ecosystem/go-grpc-middleware v1.3.0 // indirect | ||
|
@@ -76,6 +82,8 @@ require ( | |
github.com/hashicorp/golang-lru v0.5.4 // indirect | ||
github.com/hashicorp/hcl v1.0.0 // indirect | ||
github.com/hdevalence/ed25519consensus v0.0.0-20210204194344-59a8610d2b87 // indirect | ||
github.com/huandu/xstrings v1.3.2 // indirect | ||
github.com/imdario/mergo v0.3.12 // indirect | ||
github.com/improbable-eng/grpc-web v0.14.1 // indirect | ||
github.com/inconshreveable/mousetrap v1.0.0 // indirect | ||
github.com/jmhodges/levigo v1.0.0 // indirect | ||
|
@@ -88,15 +96,20 @@ require ( | |
github.com/matttproud/golang_protobuf_extensions v1.0.1 // indirect | ||
github.com/mimoo/StrobeGo v0.0.0-20181016162300-f8f6d4d2b643 // indirect | ||
github.com/minio/highwayhash v1.0.2 // indirect | ||
github.com/mitchellh/copystructure v1.2.0 // indirect | ||
github.com/mitchellh/mapstructure v1.4.3 // indirect | ||
github.com/mtibben/percent v0.2.1 // indirect | ||
github.com/mwitkow/go-proto-validators v0.3.2 // indirect | ||
github.com/pelletier/go-toml v1.9.4 // indirect | ||
github.com/petermattis/goid v0.0.0-20180202154549-b0b1615b78e5 // indirect | ||
github.com/pmezard/go-difflib v1.0.0 // indirect | ||
github.com/prometheus/client_model v0.2.0 // indirect | ||
github.com/prometheus/common v0.32.1 // indirect | ||
github.com/prometheus/procfs v0.7.3 // indirect | ||
github.com/pseudomuto/protoc-gen-doc v1.5.0 // indirect | ||
github.com/pseudomuto/protokit v0.2.1 // indirect | ||
github.com/rcrowley/go-metrics v0.0.0-20200313005456-10cdbea86bc0 // indirect | ||
github.com/regen-network/cosmos-proto v0.3.1 // indirect | ||
github.com/rs/cors v1.8.0 // indirect | ||
github.com/rs/zerolog v1.26.0 // indirect | ||
github.com/sasha-s/go-deadlock v0.2.1-0.20190427202633-1595213edefa // indirect | ||
|
@@ -109,8 +122,8 @@ require ( | |
github.com/tendermint/go-amino v0.16.0 // indirect | ||
github.com/zondax/hid v0.9.0 // indirect | ||
go.etcd.io/bbolt v1.3.6 // indirect | ||
golang.org/x/crypto v0.0.0-20210915214749-c084706c2272 // indirect | ||
golang.org/x/net v0.0.0-20211005001312-d4b1ae081e3b // indirect | ||
golang.org/x/crypto v0.0.0-20220214200702-86341886e292 // indirect | ||
golang.org/x/net v0.0.0-20211112202133-69e39bad7dc2 // indirect | ||
golang.org/x/sys v0.0.0-20220114195835-da31bd327af9 // indirect | ||
golang.org/x/term v0.0.0-20201126162022-7de9c90e9dd1 // indirect | ||
golang.org/x/text v0.3.7 // indirect | ||
|
Oops, something went wrong.
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
👍