Bump github.com/gogo/protobuf from 1.3.1 to 1.3.2 (#382)

Bumps [github.com/gogo/protobuf](https://github.com/gogo/protobuf) from 1.3.1 to 1.3.2.
- [Release notes](https://github.com/gogo/protobuf/releases)
- [Commits](https://github.com/gogo/protobuf/compare/v1.3.1...v1.3.2)

---
updated-dependencies:
- dependency-name: github.com/gogo/protobuf
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <support@github.com>

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Connor <zbk602423539@gmail.com>
This commit is contained in:
dependabot[bot]
2022-07-14 08:59:00 +00:00
committed by GitHub
parent 5c800faefd
commit ccb5a9bd6b
2 changed files with 28 additions and 23 deletions

5
go.mod
View File

@@ -5,7 +5,7 @@ require (
github.com/Connor1996/badger v1.5.1-0.20220222053432-2d2cbf472c77
github.com/coreos/pkg v0.0.0-20180928190104-399ea9e2e55f
github.com/docker/go-units v0.4.0
github.com/gogo/protobuf v1.3.1
github.com/gogo/protobuf v1.3.2
github.com/golang/protobuf v1.3.4
github.com/google/btree v1.0.0
github.com/juju/errors v0.0.0-20181118221551-089d3ea4e4d5
@@ -25,9 +25,10 @@ require (
github.com/shirou/gopsutil v3.21.11+incompatible
github.com/sirupsen/logrus v1.2.0
github.com/stretchr/testify v1.4.0
github.com/yusufpapurcu/wmi v1.2.2 // indirect
go.etcd.io/etcd v0.5.0-alpha.5.0.20191023171146-3cf2f69b5738
go.uber.org/zap v1.14.0
golang.org/x/net v0.0.0-20200226121028-0de0cce0169b
golang.org/x/net v0.0.0-20201021035429-f5854403a974
google.golang.org/grpc v1.25.1
gopkg.in/natefinch/lumberjack.v2 v2.0.0
)