@@ -8,16 +8,16 @@ require (
8
8
github.com/DataDog/datadog-go v4.8.2+incompatible
9
9
github.com/aws/aws-sdk-go v1.34.28
10
10
github.com/getsentry/sentry-go v0.12.0
11
- github.com/google/uuid v1.3.0
11
+ github.com/google/uuid v1.3.1
12
12
github.com/grpc-ecosystem/go-grpc-middleware v1.0.0
13
13
github.com/magefile/mage v1.13.0
14
14
github.com/rs/cors v1.7.0
15
15
github.com/sirupsen/logrus v1.7.0
16
16
github.com/spf13/viper v1.10.1
17
17
github.com/stretchr/testify v1.8.1
18
18
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
21
21
gopkg.in/DataDog/dd-trace-go.v1 v1.47.0
22
22
gopkg.in/natefinch/lumberjack.v2 v2.2.1
23
23
gorm.io/driver/mysql v1.4.6
@@ -33,14 +33,14 @@ require (
33
33
github.com/DataDog/gostackparse v0.5.0 // indirect
34
34
github.com/DataDog/sketches-go v1.2.1 // indirect
35
35
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
37
37
github.com/davecgh/go-spew v1.1.1 // indirect
38
38
github.com/dgraph-io/ristretto v0.1.0 // indirect
39
39
github.com/dustin/go-humanize v1.0.0 // indirect
40
40
github.com/fsnotify/fsnotify v1.5.1 // indirect
41
41
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
44
44
github.com/google/pprof v0.0.0-20210720184732-4bb14d4b1be1 // indirect
45
45
github.com/gorilla/mux v1.7.1 // indirect
46
46
github.com/hashicorp/hcl v1.0.0 // indirect
@@ -70,12 +70,12 @@ require (
70
70
github.com/twmb/franz-go/pkg/kmsg v1.4.0 // indirect
71
71
go4.org/intern v0.0.0-20211027215823-ae77deb06f29 // indirect
72
72
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
76
76
golang.org/x/time v0.0.0-20211116232009-f0f3c7e86c11 // indirect
77
77
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
79
79
gopkg.in/ini.v1 v1.66.2 // indirect
80
80
gopkg.in/yaml.v2 v2.4.0 // indirect
81
81
gopkg.in/yaml.v3 v3.0.1 // indirect
0 commit comments