Skip to content

Commit

Permalink
Update protobuf to v2.13.0
Browse files Browse the repository at this point in the history
  • Loading branch information
radekg committed Mar 11, 2022
1 parent 898f4f6 commit e59ccf1
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ require (
github.com/lib/pq v1.9.0
// dockertest/v3 used in tests:
github.com/ory/dockertest/v3 v3.8.1
github.com/radekg/yugabyte-db-go-proto/v2 v2.11.2
github.com/radekg/yugabyte-db-go-proto/v2 v2.13.0
github.com/stretchr/testify v1.7.0
google.golang.org/protobuf v1.27.1
)
4 changes: 2 additions & 2 deletions go.sum
Original file line number Diff line number Diff line change
Expand Up @@ -122,8 +122,8 @@ github.com/pkg/errors v0.9.1/go.mod h1:bwawxfHBFNV+L2hUp1rHADufV3IMtnDRdf1r5NINE
github.com/pmezard/go-difflib v1.0.0 h1:4DBwDE0NGyQoBHbLQYPwSUPoCMWR5BEzIk/f1lZbAQM=
github.com/pmezard/go-difflib v1.0.0/go.mod h1:iKH77koFhYxTK1pcRnkKkqfTogsbg7gZNVY4sRDYZ/4=
github.com/prometheus/client_model v0.0.0-20190812154241-14fe0d1b01d4/go.mod h1:xMI15A0UPsDsEKsMN9yxemIoYk6Tm2C1GtYGdfGttqA=
github.com/radekg/yugabyte-db-go-proto/v2 v2.11.2 h1:isXDJeDl2goTZPlkC8999x9XgL9PS481aaEosGKEvbc=
github.com/radekg/yugabyte-db-go-proto/v2 v2.11.2/go.mod h1:kgSW9MzHNqCkyRKjQ+dEWwEAMc4djhDWD2X07+JFmMk=
github.com/radekg/yugabyte-db-go-proto/v2 v2.13.0 h1:A9iTz9XpiLzH0fJeDsm6+q56mGNt5tw7DUryNTBwVoM=
github.com/radekg/yugabyte-db-go-proto/v2 v2.13.0/go.mod h1:kgSW9MzHNqCkyRKjQ+dEWwEAMc4djhDWD2X07+JFmMk=
github.com/rogpeppe/fastuuid v1.2.0/go.mod h1:jVj6XXZzXRy/MSR5jhDC/2q6DgLz+nrA6LYCDYWNEvQ=
github.com/russross/blackfriday/v2 v2.0.1/go.mod h1:+Rmxgy9KzJVeS9/2gXHxylqXiyQDYRxCVz55jmeOWTM=
github.com/seccomp/libseccomp-golang v0.9.1/go.mod h1:GbW5+tmTXfcxTToHLXlScSlAvWlF4P2Ca7zGrPiEpWo=
Expand Down
2 changes: 1 addition & 1 deletion testutils/common/configs.go
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ const (
// DefaultYugabyteDBMasterImageName specifies the default Docker image name used in tests.
DefaultYugabyteDBMasterImageName = "yugabytedb/yugabyte"
// DefaultYugabyteDBImageVersion specifies the default Docker image version used in tests.
DefaultYugabyteDBImageVersion = "2.11.2.0-b89"
DefaultYugabyteDBImageVersion = "2.13.0.0-b42"
// DefaultYugabyteDBContainerUser specifies the default Docker container user.
DefaultYugabyteDBContainerUser = "yugabyte"
// DefaultReplicationFactor specifies the default replication factor.
Expand Down

0 comments on commit e59ccf1

Please sign in to comment.