@@ -4,29 +4,21 @@ go 1.19
4
4
5
5
require (
6
6
github.com/NETWAYS/go-check v0.3.0
7
- github.com/mwitkow/go-conntrack v0.0.0-20190716064945-2f068394615f
8
7
github.com/spf13/cobra v1.6.1
9
- golang.org/x/net v0.4.0
10
8
golang.org/x/oauth2 v0.3.0
11
9
gopkg.in/yaml.v2 v2.4.0
12
10
)
13
11
14
12
require (
15
- github.com/beorn7/perks v1.0.1 // indirect
16
- github.com/cespare/xxhash/v2 v2.1.2 // indirect
17
13
github.com/golang/protobuf v1.5.2 // indirect
18
14
github.com/inconshreveable/mousetrap v1.0.1 // indirect
19
- github.com/jpillora/backoff v1.0.0 // indirect
20
- github.com/matttproud/golang_protobuf_extensions v1.0.1 // indirect
15
+ github.com/kr/pretty v0.1.0 // indirect
21
16
github.com/mitchellh/go-ps v1.0.0 // indirect
22
- github.com/prometheus/client_golang v1.14.0 // indirect
23
- github.com/prometheus/client_model v0.3.0 // indirect
24
- github.com/prometheus/common v0.37.0 // indirect
25
- github.com/prometheus/procfs v0.8.0 // indirect
26
17
github.com/sirupsen/logrus v1.8.1 // indirect
27
18
github.com/spf13/pflag v1.0.5 // indirect
19
+ golang.org/x/net v0.4.0 // indirect
28
20
golang.org/x/sys v0.3.0 // indirect
29
- golang.org/x/text v0.5.0 // indirect
30
21
google.golang.org/appengine v1.6.7 // indirect
31
22
google.golang.org/protobuf v1.28.1 // indirect
23
+ gopkg.in/check.v1 v1.0.0-20190902080502-41f04d3bba15 // indirect
32
24
)
0 commit comments