Changed buf version

This commit is contained in:
Jasmina Malicevic
2022-06-23 18:04:54 +02:00
parent e39807dc61
commit cfd807ae58
2 changed files with 589 additions and 22 deletions

6
go.mod
View File

@@ -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
)

605
go.sum

File diff suppressed because it is too large Load Diff