Skip to content

Commit

Permalink
Merge pull request #266 from lovoo/sarama-1.27.0
Browse files Browse the repository at this point in the history
Fix cgSession for Sarama 1.27.0
  • Loading branch information
Jan Bickel authored Aug 18, 2020
2 parents 627c47f + 5a35d84 commit b303695
Show file tree
Hide file tree
Showing 3 changed files with 125 additions and 30 deletions.
15 changes: 12 additions & 3 deletions go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -4,10 +4,19 @@ go 1.13

require (
github.com/Shopify/sarama v1.27.0
github.com/golang/mock v1.4.0
github.com/fsnotify/fsnotify v1.4.9 // indirect
github.com/golang/mock v1.4.3
github.com/golang/protobuf v1.4.2 // indirect
github.com/google/go-cmp v0.5.1 // indirect
github.com/gorilla/mux v1.7.3
github.com/stretchr/testify v1.6.1 // indirect
github.com/syndtr/goleveldb v1.0.0
golang.org/x/sync v0.0.0-20190911185100-cd5d95a43a6e
golang.org/x/net v0.0.0-20200707034311-ab3426394381 // indirect
golang.org/x/sync v0.0.0-20200625203802-6e8e738ad208
golang.org/x/sys v0.0.0-20200803210538-64077c9b5642 // indirect
golang.org/x/text v0.3.3 // indirect
google.golang.org/protobuf v1.25.0 // indirect
gopkg.in/redis.v5 v5.2.9
gopkg.in/yaml.v2 v2.2.8
gopkg.in/yaml.v2 v2.3.0
gopkg.in/yaml.v3 v3.0.0-20200605160147-a5ece683394c // indirect
)
Loading

0 comments on commit b303695

Please sign in to comment.