Skip to content

Commit

Permalink
Merge pull request #452 from dusk-network/update-protobuf
Browse files Browse the repository at this point in the history
Update protobuf import to v0.1.0
  • Loading branch information
autholykos committed Apr 27, 2020
2 parents ea92435 + dfe0045 commit 6e1abbf
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 194 deletions.
10 changes: 7 additions & 3 deletions go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -4,18 +4,19 @@ require (
github.com/bwesterb/go-ristretto v1.1.1
github.com/didip/tollbooth v4.0.2+incompatible
github.com/dusk-network/dusk-crypto v0.1.1
github.com/dusk-network/dusk-protobuf v0.0.0-20200420130712-5279cba6723e
github.com/dusk-network/dusk-protobuf v0.1.0
github.com/dusk-network/dusk-wallet/v2 v2.0.2
github.com/dusk-network/dusk-zkproof v0.0.0-20190727103229-8b0c008561ee
github.com/go-chi/render v1.0.1
github.com/golangci/golangci-lint v1.24.0 // indirect
github.com/gorilla/websocket v1.4.0
github.com/graphql-go/graphql v0.7.8
github.com/karalabe/xgo v0.0.0-20191115072854-c5ccff8648a7 // indirect
github.com/konsorten/go-windows-terminal-sequences v1.0.2 // indirect
github.com/machinebox/graphql v0.2.2
github.com/manifoldco/promptui v0.7.0
github.com/matryer/is v1.2.0 // indirect
github.com/mattn/go-colorable v0.1.4 // indirect
github.com/onsi/ginkgo v1.11.0 // indirect
github.com/onsi/gomega v1.8.1 // indirect
github.com/patrickmn/go-cache v2.1.0+incompatible // indirect
github.com/pelletier/go-toml v1.5.0 // indirect
github.com/pkg/errors v0.8.1
Expand All @@ -24,12 +25,15 @@ require (
github.com/spf13/jwalterweatherman v1.1.0 // indirect
github.com/spf13/pflag v1.0.5
github.com/spf13/viper v1.6.1
github.com/stretchr/objx v0.2.0 // indirect
github.com/stretchr/testify v1.4.0
github.com/syndtr/goleveldb v1.0.0
github.com/urfave/cli v1.22.3
golang.org/x/crypto v0.0.0-20200128174031-69ecbb4d6d5d
golang.org/x/xerrors v0.0.0-20191204190536-9bdfabe68543 // indirect
google.golang.org/grpc v1.28.0
gopkg.in/check.v1 v1.0.0-20190902080502-41f04d3bba15 // indirect
gopkg.in/yaml.v2 v2.2.7 // indirect
gotest.tools v2.2.0+incompatible
)

Expand Down
Loading

0 comments on commit 6e1abbf

Please sign in to comment.