Browse Source
Merge pull request #509 from ComputeIO/typo
feat(common): upgrade protobuf from 1.31.0 to 1.34.1
pull/510/head
yedf2
2 years ago
committed by
GitHub
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
2 changed files with
3 additions and
1 deletions
-
go.mod
-
go.sum
|
|
|
@ -27,7 +27,7 @@ require ( |
|
|
|
go.mongodb.org/mongo-driver v1.11.6 |
|
|
|
go.uber.org/automaxprocs v1.5.1 |
|
|
|
google.golang.org/grpc v1.56.3 |
|
|
|
google.golang.org/protobuf v1.31.0 |
|
|
|
google.golang.org/protobuf v1.34.1 |
|
|
|
gopkg.in/yaml.v3 v3.0.1 |
|
|
|
gorm.io/driver/mysql v1.0.3 |
|
|
|
gorm.io/driver/postgres v1.2.1 |
|
|
|
|
|
|
|
@ -3399,6 +3399,8 @@ google.golang.org/protobuf v1.28.0/go.mod h1:HV8QOd/L58Z+nl8r43ehVNZIU/HEI6OcFqw |
|
|
|
google.golang.org/protobuf v1.28.1/go.mod h1:HV8QOd/L58Z+nl8r43ehVNZIU/HEI6OcFqwMG9pJV4I= |
|
|
|
google.golang.org/protobuf v1.31.0 h1:g0LDEJHgrBl9N9r17Ru3sqWhkIx2NB67okBHPwC7hs8= |
|
|
|
google.golang.org/protobuf v1.31.0/go.mod h1:HV8QOd/L58Z+nl8r43ehVNZIU/HEI6OcFqwMG9pJV4I= |
|
|
|
google.golang.org/protobuf v1.34.1 h1:9ddQBjfCyZPOHPUiPxpYESBLc+T8P3E+Vo4IbKZgFWg= |
|
|
|
google.golang.org/protobuf v1.34.1/go.mod h1:c6P6GXX6sHbq/GpV6MGZEdwhWPcYBgnhAHhKbcUYpos= |
|
|
|
gopkg.in/airbrake/gobrake.v2 v2.0.9/go.mod h1:/h5ZAUhDkGaJfjzjKLSjv6zCL6O0LLBxU4K+aSYdM/U= |
|
|
|
gopkg.in/alecthomas/kingpin.v2 v2.2.6/go.mod h1:FMv+mEhP44yOT+4EoQTLFTRgOQ1FBLkstjWtayDeSgw= |
|
|
|
gopkg.in/alexcesaro/quotedprintable.v3 v3.0.0-20150716171945-2caba252f4dc/go.mod h1:m7x9LTH6d71AHyAX77c9yqWCCa3UKHcVEj9y7hAtKDk= |
|
|
|
|