Skip to content

Commit bdda913

Browse files
committed
feat: Upgrade grpc to v1.60.1
1 parent 11792c3 commit bdda913

File tree

2 files changed

+34
-105
lines changed

2 files changed

+34
-105
lines changed

go.mod

Lines changed: 10 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -8,16 +8,16 @@ require (
88
github.com/DataDog/datadog-go v4.8.2+incompatible
99
github.com/aws/aws-sdk-go v1.34.28
1010
github.com/getsentry/sentry-go v0.12.0
11-
github.com/google/uuid v1.3.0
11+
github.com/google/uuid v1.3.1
1212
github.com/grpc-ecosystem/go-grpc-middleware v1.0.0
1313
github.com/magefile/mage v1.13.0
1414
github.com/rs/cors v1.7.0
1515
github.com/sirupsen/logrus v1.7.0
1616
github.com/spf13/viper v1.10.1
1717
github.com/stretchr/testify v1.8.1
1818
github.com/twmb/franz-go v1.12.1
19-
google.golang.org/grpc v1.43.0
20-
google.golang.org/protobuf v1.28.0
19+
google.golang.org/grpc v1.60.1
20+
google.golang.org/protobuf v1.32.0
2121
gopkg.in/DataDog/dd-trace-go.v1 v1.47.0
2222
gopkg.in/natefinch/lumberjack.v2 v2.2.1
2323
gorm.io/driver/mysql v1.4.6
@@ -33,14 +33,14 @@ require (
3333
github.com/DataDog/gostackparse v0.5.0 // indirect
3434
github.com/DataDog/sketches-go v1.2.1 // indirect
3535
github.com/Microsoft/go-winio v0.5.1 // indirect
36-
github.com/cespare/xxhash/v2 v2.1.2 // indirect
36+
github.com/cespare/xxhash/v2 v2.2.0 // indirect
3737
github.com/davecgh/go-spew v1.1.1 // indirect
3838
github.com/dgraph-io/ristretto v0.1.0 // indirect
3939
github.com/dustin/go-humanize v1.0.0 // indirect
4040
github.com/fsnotify/fsnotify v1.5.1 // indirect
4141
github.com/go-sql-driver/mysql v1.7.0 // indirect
42-
github.com/golang/glog v0.0.0-20160126235308-23def4e6c14b // indirect
43-
github.com/golang/protobuf v1.5.2 // indirect
42+
github.com/golang/glog v1.1.2 // indirect
43+
github.com/golang/protobuf v1.5.3 // indirect
4444
github.com/google/pprof v0.0.0-20210720184732-4bb14d4b1be1 // indirect
4545
github.com/gorilla/mux v1.7.1 // indirect
4646
github.com/hashicorp/hcl v1.0.0 // indirect
@@ -70,12 +70,12 @@ require (
7070
github.com/twmb/franz-go/pkg/kmsg v1.4.0 // indirect
7171
go4.org/intern v0.0.0-20211027215823-ae77deb06f29 // indirect
7272
go4.org/unsafe/assume-no-moving-gc v0.0.0-20220617031537-928513b29760 // indirect
73-
golang.org/x/net v0.3.0 // indirect
74-
golang.org/x/sys v0.3.0 // indirect
75-
golang.org/x/text v0.5.0 // indirect
73+
golang.org/x/net v0.20.0 // indirect
74+
golang.org/x/sys v0.16.0 // indirect
75+
golang.org/x/text v0.14.0 // indirect
7676
golang.org/x/time v0.0.0-20211116232009-f0f3c7e86c11 // indirect
7777
golang.org/x/xerrors v0.0.0-20200804184101-5ec99f83aff1 // indirect
78-
google.golang.org/genproto v0.0.0-20211208223120-3a66f561d7aa // indirect
78+
google.golang.org/genproto/googleapis/rpc v0.0.0-20240108191215-35c7eff3a6b1 // indirect
7979
gopkg.in/ini.v1 v1.66.2 // indirect
8080
gopkg.in/yaml.v2 v2.4.0 // indirect
8181
gopkg.in/yaml.v3 v3.0.1 // indirect

0 commit comments

Comments
 (0)