-
Notifications
You must be signed in to change notification settings - Fork 124
/
go.mod
31 lines (29 loc) · 1.17 KB
/
go.mod
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
module github.com/cloudhut/kminion/v2
go 1.15
require (
github.com/golang/protobuf v1.5.2 // indirect
github.com/google/uuid v1.2.0
github.com/jcmturner/gokrb5/v8 v8.4.2
github.com/knadh/koanf v0.16.0
github.com/kr/text v0.2.0 // indirect
github.com/mitchellh/copystructure v1.1.2 // indirect
github.com/mitchellh/mapstructure v1.4.1
github.com/orcaman/concurrent-map v0.0.0-20210106121528-16402b402231
github.com/pelletier/go-toml v1.8.1 // indirect
github.com/pkg/errors v0.9.1
github.com/prometheus/client_golang v1.10.0
github.com/prometheus/common v0.20.0 // indirect
github.com/stretchr/testify v1.7.0 // indirect
github.com/twmb/franz-go v0.6.12
go.uber.org/atomic v1.7.0
go.uber.org/multierr v1.6.0 // indirect
go.uber.org/zap v1.16.0
golang.org/x/lint v0.0.0-20201208152925-83fdc39ff7b5 // indirect
golang.org/x/mod v0.4.1 // indirect
golang.org/x/sync v0.0.0-20210220032951-036812b2e83c
golang.org/x/sys v0.0.0-20210414055047-fe65e336abe0 // indirect
gopkg.in/check.v1 v1.0.0-20201130134442-10cb98267c6c // indirect
gopkg.in/yaml.v2 v2.4.0 // indirect
gopkg.in/yaml.v3 v3.0.0-20210107192922-496545a6307b // indirect
honnef.co/go/tools v0.1.1 // indirect
)