forked from cloudquery/cloudquery
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathgo.mod
More file actions
37 lines (35 loc) · 1.33 KB
/
go.mod
File metadata and controls
37 lines (35 loc) · 1.33 KB
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
34
35
36
37
module github.com/cloudquery/cloudquery
go 1.14
require (
github.com/Azure/azure-sdk-for-go v49.0.0+incompatible
github.com/Azure/go-autorest/autorest v0.11.13
github.com/Azure/go-autorest/autorest/azure/auth v0.5.5
github.com/Azure/go-autorest/autorest/date v0.3.0
github.com/Azure/go-autorest/autorest/to v0.4.0 // indirect
github.com/Azure/go-autorest/autorest/validation v0.3.1 // indirect
github.com/aws/aws-lambda-go v1.22.0
github.com/aws/aws-sdk-go v1.35.0
github.com/gocarina/gocsv v0.0.0-20201208093247-67c824bc04d4
github.com/iancoleman/strcase v0.1.2
github.com/mitchellh/mapstructure v1.3.3
github.com/neo4j/neo4j-go-driver/v4 v4.2.1-0.20201216094814-003230e3e54b
github.com/okta/okta-sdk-golang/v2 v2.2.1
github.com/olekukonko/tablewriter v0.0.4
github.com/satori/go.uuid v1.2.0
github.com/shopspring/decimal v1.2.0 // indirect
github.com/spf13/cobra v1.1.1
github.com/spf13/viper v1.7.1
go.uber.org/zap v1.10.0
golang.org/x/tools v0.0.0-20201014231627-1610a49f37af // indirect
google.golang.org/api v0.35.0
gopkg.in/yaml.v2 v2.3.0 // indirect
gopkg.in/yaml.v3 v3.0.0-20200615113413-eeeca48fe776
gorm.io/driver/mysql v1.0.2
gorm.io/driver/postgres v1.0.2
gorm.io/driver/sqlite v1.1.3
gorm.io/driver/sqlserver v1.0.4
gorm.io/gorm v1.20.9
k8s.io/api v0.19.0
k8s.io/apimachinery v0.19.0
k8s.io/client-go v0.19.0
)