Skip to content

Commit 7af374d

Browse files
authored
Merge pull request #113 from scribd/maksimt/SERF-2948/upgrade-franz-go
[SERF-2948] Upgrade `franz-go` library
2 parents 6670be7 + 5a56fce commit 7af374d

File tree

2 files changed

+17
-47
lines changed

2 files changed

+17
-47
lines changed

go.mod

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,7 @@ require (
1515
github.com/aws/aws-sdk-go-v2/service/sts v1.28.6
1616
github.com/getsentry/sentry-go v0.12.0
1717
github.com/go-kit/kit v0.9.0
18+
github.com/go-sql-driver/mysql v1.7.0
1819
github.com/google/uuid v1.6.0
1920
github.com/grpc-ecosystem/go-grpc-middleware v1.2.1
2021
github.com/magefile/mage v1.15.0
@@ -23,8 +24,8 @@ require (
2324
github.com/sirupsen/logrus v1.9.3
2425
github.com/spf13/viper v1.10.1
2526
github.com/stretchr/testify v1.8.4
26-
github.com/twmb/franz-go v1.12.1
27-
github.com/twmb/franz-go/pkg/kmsg v1.4.0
27+
github.com/twmb/franz-go v1.17.0
28+
github.com/twmb/franz-go/pkg/kmsg v1.8.0
2829
google.golang.org/grpc v1.60.1
2930
google.golang.org/protobuf v1.32.0
3031
gopkg.in/DataDog/dd-trace-go.v1 v1.62.0
@@ -71,7 +72,6 @@ require (
7172
github.com/ebitengine/purego v0.6.0-alpha.5 // indirect
7273
github.com/fsnotify/fsnotify v1.5.1 // indirect
7374
github.com/go-logfmt/logfmt v0.6.0 // indirect
74-
github.com/go-sql-driver/mysql v1.7.0 // indirect
7575
github.com/go-stack/stack v1.8.1 // indirect
7676
github.com/golang/protobuf v1.5.3 // indirect
7777
github.com/google/pprof v0.0.0-20230817174616-7a8ec2ada47b // indirect
@@ -82,14 +82,14 @@ require (
8282
github.com/jinzhu/inflection v1.0.0 // indirect
8383
github.com/jinzhu/now v1.1.5 // indirect
8484
github.com/jmespath/go-jmespath v0.4.0 // indirect
85-
github.com/klauspost/compress v1.17.1 // indirect
85+
github.com/klauspost/compress v1.17.8 // indirect
8686
github.com/magiconair/properties v1.8.5 // indirect
8787
github.com/mattn/go-sqlite3 v1.14.22 // indirect
8888
github.com/mitchellh/mapstructure v1.5.0 // indirect
8989
github.com/outcaste-io/ristretto v0.2.3 // indirect
9090
github.com/pelletier/go-toml v1.9.4 // indirect
9191
github.com/philhofer/fwd v1.1.2 // indirect
92-
github.com/pierrec/lz4/v4 v4.1.18 // indirect
92+
github.com/pierrec/lz4/v4 v4.1.21 // indirect
9393
github.com/pkg/errors v0.9.1 // indirect
9494
github.com/pmezard/go-difflib v1.0.1-0.20181226105442-5d4384ee4fb2 // indirect
9595
github.com/richardartoul/molecule v1.0.1-0.20221107223329-32cfee06a052 // indirect

0 commit comments

Comments
 (0)