@@ -3,7 +3,6 @@ module github.com/lacework-dev/scripts/lw-inventory
3
3
go 1.18
4
4
5
5
require (
6
- cloud.google.com/go/appengine v1.3.0
7
6
cloud.google.com/go/compute v1.10.0
8
7
github.com/spf13/cobra v1.5.0
9
8
github.com/spf13/viper v1.12.0
@@ -12,23 +11,12 @@ require (
12
11
)
13
12
14
13
require (
15
- cloud.google.com/go v0.102.1 // indirect
16
- github.com/Azure/azure-sdk-for-go/sdk/azcore v1.1.4 // indirect
17
- github.com/Azure/azure-sdk-for-go/sdk/azidentity v1.1.0 // indirect
18
- github.com/Azure/azure-sdk-for-go/sdk/internal v1.0.0 // indirect
19
- github.com/Azure/azure-sdk-for-go/sdk/resourcemanager/resources/armresources v1.0.0 // indirect
20
- github.com/AzureAD/microsoft-authentication-library-for-go v0.5.1 // indirect
21
- github.com/golang-jwt/jwt v3.2.1+incompatible // indirect
22
14
github.com/golang/groupcache v0.0.0-20210331224755-41bb18bfe9da // indirect
23
15
github.com/golang/protobuf v1.5.2 // indirect
24
- github.com/google/go-cmp v0.5.9 // indirect
25
16
github.com/google/uuid v1.3.0 // indirect
26
17
github.com/googleapis/enterprise-certificate-proxy v0.2.0 // indirect
27
18
github.com/googleapis/gax-go/v2 v2.5.1 // indirect
28
- github.com/kylelemons/godebug v1.1.0 // indirect
29
- github.com/pkg/browser v0.0.0-20210115035449-ce105d075bb4 // indirect
30
19
go.opencensus.io v0.23.0 // indirect
31
- golang.org/x/crypto v0.0.0-20220511200225-c6db032c6c88 // indirect
32
20
golang.org/x/net v0.0.0-20221012135044-0b7e1fb9d458 // indirect
33
21
golang.org/x/oauth2 v0.0.0-20221006150949-b44042a4b9c1 // indirect
34
22
golang.org/x/sys v0.0.0-20220728004956-3c1f35247d10 // indirect
@@ -45,7 +33,6 @@ require (
45
33
github.com/aws/aws-sdk-go-v2/internal/configsources v1.1.23 // indirect
46
34
github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.4.17 // indirect
47
35
github.com/aws/aws-sdk-go-v2/internal/ini v1.3.19 // indirect
48
- github.com/aws/aws-sdk-go-v2/service/autoscaling v1.23.10
49
36
github.com/aws/aws-sdk-go-v2/service/ec2 v1.52.1
50
37
github.com/aws/aws-sdk-go-v2/service/ecs v1.18.15
51
38
github.com/aws/aws-sdk-go-v2/service/eks v1.21.8
@@ -71,7 +58,7 @@ require (
71
58
github.com/spf13/jwalterweatherman v1.1.0 // indirect
72
59
github.com/spf13/pflag v1.0.5 // indirect
73
60
github.com/subosito/gotenv v1.3.0 // indirect
74
- golang.org/x/text v0.3.7 // indirect
61
+ golang.org/x/text v0.3.8 // indirect
75
62
gopkg.in/ini.v1 v1.66.4 // indirect
76
63
gopkg.in/yaml.v2 v2.4.0 // indirect
77
64
gopkg.in/yaml.v3 v3.0.0 // indirect
0 commit comments