mirror of
https://github.com/tendermint/tendermint.git
synced 2026-01-10 06:57:24 +00:00
Changed buf version
This commit is contained in:
6
go.mod
6
go.mod
@@ -37,14 +37,16 @@ require (
|
||||
github.com/spf13/viper v1.12.0
|
||||
github.com/stretchr/testify v1.7.4
|
||||
github.com/tendermint/tm-db v0.6.6
|
||||
golang.org/x/crypto v0.0.0-20220411220226-7b82a4e95df4
|
||||
golang.org/x/crypto v0.0.0-20220525230936-793ad666bf5e
|
||||
golang.org/x/net v0.0.0-20220617184016-355a448f1bc9
|
||||
google.golang.org/grpc v1.47.0
|
||||
gotest.tools v2.2.0+incompatible // indirect
|
||||
)
|
||||
|
||||
require (
|
||||
github.com/bufbuild/buf v1.6.0 // indirect
|
||||
github.com/bufbuild/buf v1.4.0
|
||||
github.com/golangci/golangci-lint v1.46.2
|
||||
github.com/prometheus/common v0.34.0 // indirect
|
||||
github.com/syndtr/goleveldb v1.0.1-0.20200815110645-5c35d600f0ca
|
||||
github.com/vektra/mockery/v2 v2.13.1
|
||||
)
|
||||
|
||||
Reference in New Issue
Block a user