-
Notifications
You must be signed in to change notification settings - Fork 7
/
go.mod
33 lines (31 loc) · 1.21 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
32
33
module gitlab.dds-sysu.tech/Wuny/kmon
go 1.15
require (
github.com/bitnami-labs/kubewatch v0.1.0
github.com/elastic/go-elasticsearch/v7 v7.11.0
github.com/fsnotify/fsnotify v1.4.9
github.com/influxdata/influxdb1-client v0.0.0-20200827194710-b269163b24ab
github.com/iovisor/gobpf v0.0.0-20200614202714-e6b321d32103
github.com/magiconair/properties v1.8.4 // indirect
github.com/mitchellh/mapstructure v1.3.3 // indirect
github.com/pelletier/go-toml v1.8.1 // indirect
github.com/pkg/errors v0.9.1 // indirect
github.com/sirupsen/logrus v1.6.0
github.com/spf13/afero v1.4.0 // indirect
github.com/spf13/cast v1.3.1 // indirect
github.com/spf13/cobra v1.0.0
github.com/spf13/jwalterweatherman v1.1.0 // indirect
github.com/spf13/pflag v1.0.5
github.com/spf13/viper v1.7.1
go.uber.org/multierr v1.6.0 // indirect
go.uber.org/zap v1.16.0
golang.org/x/lint v0.0.0-20200302205851-738671d3881b // indirect
golang.org/x/tools v0.0.0-20200825202427-b303f430e36d // indirect
golang.org/x/xerrors v0.0.0-20200804184101-5ec99f83aff1 // indirect
gopkg.in/ini.v1 v1.61.0 // indirect
gopkg.in/yaml.v2 v2.3.0
honnef.co/go/tools v0.0.1-2020.1.4 // indirect
k8s.io/api v0.16.8
k8s.io/apimachinery v0.16.8
k8s.io/client-go v0.16.8
)