-
Notifications
You must be signed in to change notification settings - Fork 15
/
Copy pathgo.mod
36 lines (34 loc) · 1.53 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
module github.com/snowplow/sql-runner
go 1.15
require (
cloud.google.com/go/bigquery v1.13.0
github.com/armon/go-metrics v0.3.3 // indirect
github.com/aws/aws-sdk-go v1.15.27
github.com/go-ini/ini v1.38.2 // indirect
github.com/go-pg/pg v6.14.5+incompatible
github.com/hashicorp/consul v1.2.2
github.com/hashicorp/go-msgpack v1.1.5 // indirect
github.com/hashicorp/go-rootcerts v0.0.0-20160503143440-6bb64b370b90 // indirect
github.com/hashicorp/go-uuid v1.0.2 // indirect
github.com/hashicorp/go-version v1.2.1 // indirect
github.com/hashicorp/memberlist v0.2.2 // indirect
github.com/hashicorp/serf v0.8.1 // indirect
github.com/jinzhu/inflection v0.0.0-20180308033659-04140366298a // indirect
github.com/kardianos/osext v0.0.0-20170510131534-ae77be60afb1
github.com/mattn/go-runewidth v0.0.3 // indirect
github.com/mitchellh/go-homedir v1.0.0 // indirect
github.com/mitchellh/go-testing-interface v1.14.1 // indirect
github.com/mitchellh/gox v1.0.1 // indirect
github.com/mitchellh/mapstructure v1.0.0 // indirect
github.com/olekukonko/tablewriter v0.0.0-20180506121414-d4647c9c7a84
github.com/onsi/ginkgo v1.14.0 // indirect
github.com/pkg/errors v0.9.1 // indirect
github.com/smartystreets/goconvey v1.6.4 // indirect
github.com/snowflakedb/gosnowflake v1.3.12
github.com/stretchr/testify v1.4.0
golang.org/x/net v0.0.0-20201026091529-146b70c837a4
golang.org/x/tools v0.0.0-20210105210202-9ed45478a130 // indirect
google.golang.org/api v0.34.0
gopkg.in/ini.v1 v1.57.0 // indirect
gopkg.in/yaml.v1 v1.0.0-20140924161607-9f9df34309c0
)