forked from cloudquery/cloudquery
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathgo.mod
37 lines (35 loc) · 1.43 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
34
35
36
37
module github.com/cloudquery/cloudquery
go 1.14
require (
github.com/aws/aws-lambda-go v1.22.0
github.com/cenkalti/backoff/v3 v3.2.2 // indirect
github.com/containerd/continuity v0.0.0-20201208142359-180525291bb7 // indirect
github.com/creasty/defaults v1.5.1
github.com/golang/protobuf v1.4.3
github.com/hashicorp/go-hclog v0.14.1
github.com/hashicorp/go-plugin v1.4.0
github.com/iancoleman/strcase v0.1.2
github.com/moby/term v0.0.0-20201216013528-df9cb8a40635 // indirect
github.com/neo4j/neo4j-go-driver/v4 v4.2.1-0.20201216094814-003230e3e54b
github.com/olekukonko/tablewriter v0.0.4
github.com/ory/dockertest/v3 v3.6.3
github.com/pkg/errors v0.9.1
github.com/rs/zerolog v1.20.0
github.com/shopspring/decimal v1.2.0 // indirect
github.com/sirupsen/logrus v1.7.0 // indirect
github.com/spf13/cobra v1.1.1
github.com/spf13/viper v1.7.1
golang.org/x/crypto v0.0.0-20201016220609-9e8e0b390897
golang.org/x/net v0.0.0-20210119194325-5f4716e94777 // indirect
golang.org/x/sync v0.0.0-20190423024810-112230192c58
golang.org/x/sys v0.0.0-20210124154548-22da62e12c0c // indirect
golang.org/x/text v0.3.5 // indirect
google.golang.org/genproto v0.0.0-20210202153253-cf70463f6119 // indirect
google.golang.org/grpc v1.35.0
google.golang.org/protobuf v1.25.0
gopkg.in/natefinch/lumberjack.v2 v2.0.0
gopkg.in/yaml.v2 v2.3.0 // indirect
gopkg.in/yaml.v3 v3.0.0-20200615113413-eeeca48fe776
gorm.io/driver/postgres v1.0.2
gorm.io/gorm v1.20.9
)