@@ -9,54 +9,18 @@ require (
9
9
github.com/logrusorgru/aurora v2.0.3+incompatible
10
10
github.com/robertkrimen/otto v0.2.1
11
11
github.com/robfig/cron/v3 v3.0.1
12
- github.com/shirou/gopsutil v3.21.11+incompatible
13
12
gopkg.in/yaml.v2 v2.4.0
14
13
)
15
14
16
15
require (
17
- cloud.google.com/go v0.104.0 // indirect
18
- cloud.google.com/go/compute v1.10.0 // indirect
19
- cloud.google.com/go/iam v0.5.0 // indirect
20
- cloud.google.com/go/storage v1.27.0 // indirect
21
- github.com/aws/aws-sdk-go v1.44.122 // indirect
22
- github.com/bgentry/go-netrc v0.0.0-20140422174119-9fd32a8b3d3d // indirect
23
- github.com/go-ole/go-ole v1.2.6 // indirect
24
- github.com/golang/groupcache v0.0.0-20210331224755-41bb18bfe9da // indirect
25
- github.com/golang/protobuf v1.5.2 // indirect
26
- github.com/google/go-cmp v0.5.9 // indirect
27
- github.com/google/uuid v1.3.0 // indirect
28
- github.com/googleapis/enterprise-certificate-proxy v0.2.0 // indirect
29
- github.com/googleapis/gax-go/v2 v2.6.0 // indirect
30
- github.com/hashicorp/go-cleanhttp v0.5.2 // indirect
31
- github.com/hashicorp/go-safetemp v1.0.0 // indirect
32
- github.com/hashicorp/go-version v1.6.0 // indirect
33
- github.com/jmespath/go-jmespath v0.4.0 // indirect
34
- github.com/klauspost/compress v1.15.11 // indirect
35
- github.com/mitchellh/go-homedir v1.1.0 // indirect
36
- github.com/mitchellh/go-testing-interface v1.14.1 // indirect
37
16
github.com/stretchr/testify v1.8.4 // indirect
38
- github.com/tklauser/go-sysconf v0.3.11 // indirect
39
- github.com/tklauser/numcpus v0.6.1 // indirect
40
- github.com/ulikunitz/xz v0.5.10 // indirect
41
- github.com/yusufpapurcu/wmi v1.2.3 // indirect
42
- go.opencensus.io v0.23.0 // indirect
43
- golang.org/x/net v0.1.0 // indirect
44
- golang.org/x/oauth2 v0.1.0 // indirect
45
17
golang.org/x/sys v0.10.0 // indirect
46
18
golang.org/x/text v0.11.0 // indirect
47
- golang.org/x/xerrors v0.0.0-20220907171357-04be3eba64a2 // indirect
48
- google.golang.org/api v0.100.0 // indirect
49
- google.golang.org/appengine v1.6.7 // indirect
50
- google.golang.org/genproto v0.0.0-20221025140454-527a21cfbd71 // indirect
51
- google.golang.org/grpc v1.50.1 // indirect
52
- google.golang.org/protobuf v1.28.1 // indirect
53
19
gopkg.in/sourcemap.v1 v1.0.5 // indirect
54
20
)
55
21
56
22
require (
57
23
github.com/emirpasic/gods v1.18.1
58
- github.com/hashicorp/go-getter v1.7.2
59
- github.com/jessevdk/go-flags v1.5.0
60
24
github.com/kr/pretty v0.3.1 // indirect
61
25
gopkg.in/check.v1 v1.0.0-20201130134442-10cb98267c6c // indirect
62
26
)
0 commit comments