forked from Snowflake-Labs/terraform-provider-snowflake
-
Notifications
You must be signed in to change notification settings - Fork 0
/
go.mod
22 lines (20 loc) · 899 Bytes
/
go.mod
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
module github.com/chanzuckerberg/terraform-provider-snowflake
go 1.13
require (
cloud.google.com/go/pubsub v1.0.1 // indirect
github.com/DATA-DOG/go-sqlmock v1.3.3
github.com/ExpansiveWorlds/instrumentedsql v0.0.0-20171218214018-45abb4b1947d
github.com/Pallinder/go-randomdata v1.2.0
github.com/SermoDigital/jose v0.9.2-0.20180104203859-803625baeddc // indirect
github.com/chanzuckerberg/go-misc v0.0.0-20191016143922-52a18771c2dc
github.com/hashicorp/terraform-plugin-sdk v1.3.0
github.com/jmoiron/sqlx v1.2.0
github.com/mitchellh/go-homedir v1.1.0
github.com/olekukonko/tablewriter v0.0.2
github.com/opentracing/opentracing-go v1.1.0 // indirect
github.com/pkg/browser v0.0.0-20180916011732-0a3d74bf9ce4 // indirect
github.com/pkg/errors v0.8.1
github.com/snowflakedb/gosnowflake v1.3.2
github.com/stretchr/testify v1.4.0
golang.org/x/crypto v0.0.0-20191112222119-e1110fd1c708
)