Skip to content

Commit

Permalink
Merge pull request #388 from lovoo/update-sarama
Browse files Browse the repository at this point in the history
update sarama module, add acl mock function
  • Loading branch information
kavinsk1 authored Jun 29, 2022
2 parents 06c95e1 + ac3ef49 commit b02505d
Show file tree
Hide file tree
Showing 3 changed files with 444 additions and 21 deletions.
12 changes: 8 additions & 4 deletions go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -3,14 +3,18 @@ module github.com/lovoo/goka
go 1.16

require (
github.com/Shopify/sarama v1.32.0
github.com/Shopify/sarama v1.33.0
github.com/Shopify/toxiproxy/v2 v2.4.0 // indirect
github.com/go-stack/stack v1.8.0
github.com/golang/mock v1.4.3
github.com/golang/mock v1.4.4
github.com/gorilla/mux v1.8.0
github.com/hashicorp/go-multierror v1.1.1
github.com/klauspost/compress v1.15.6 // indirect
github.com/pierrec/lz4/v4 v4.1.14 // indirect
github.com/stretchr/testify v1.7.1
github.com/syndtr/goleveldb v1.0.0
golang.org/x/sync v0.0.0-20200625203802-6e8e738ad208
golang.org/x/net v0.0.0-20220520000938-2e3eb7b945c2 // indirect
golang.org/x/sync v0.0.0-20201207232520-09787c993a3a
gopkg.in/redis.v5 v5.2.9
gopkg.in/yaml.v2 v2.3.0
gopkg.in/yaml.v2 v2.4.0
)
Loading

0 comments on commit b02505d

Please sign in to comment.