File tree 3 files changed +444
-21
lines changed
3 files changed +444
-21
lines changed Original file line number Diff line number Diff line change @@ -3,14 +3,18 @@ module github.com/lovoo/goka
3
3
go 1.16
4
4
5
5
require (
6
- github.com/Shopify/sarama v1.32.0
6
+ github.com/Shopify/sarama v1.33.0
7
+ github.com/Shopify/toxiproxy/v2 v2.4.0 // indirect
7
8
github.com/go-stack/stack v1.8.0
8
- github.com/golang/mock v1.4.3
9
+ github.com/golang/mock v1.4.4
9
10
github.com/gorilla/mux v1.8.0
10
11
github.com/hashicorp/go-multierror v1.1.1
12
+ github.com/klauspost/compress v1.15.6 // indirect
13
+ github.com/pierrec/lz4/v4 v4.1.14 // indirect
11
14
github.com/stretchr/testify v1.7.1
12
15
github.com/syndtr/goleveldb v1.0.0
13
- golang.org/x/sync v0.0.0-20200625203802-6e8e738ad208
16
+ golang.org/x/net v0.0.0-20220520000938-2e3eb7b945c2 // indirect
17
+ golang.org/x/sync v0.0.0-20201207232520-09787c993a3a
14
18
gopkg.in/redis.v5 v5.2.9
15
- gopkg.in/yaml.v2 v2.3 .0
19
+ gopkg.in/yaml.v2 v2.4 .0
16
20
)
You can’t perform that action at this time.
0 commit comments