forked from Snowflake-Labs/terraform-provider-snowflake
-
Notifications
You must be signed in to change notification settings - Fork 0
/
go.mod
23 lines (21 loc) · 925 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
23
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.4.1
github.com/ExpansiveWorlds/instrumentedsql v0.0.0-20171218214018-45abb4b1947d
github.com/Pallinder/go-randomdata v1.2.0
github.com/chanzuckerberg/go-misc v0.0.0-20200507183956-c0dee2967ccc
github.com/dgrijalva/jwt-go v3.2.0+incompatible // indirect
github.com/hashicorp/terraform-plugin-sdk v1.12.0
github.com/jmoiron/sqlx v1.2.0
github.com/mattn/go-runewidth v0.0.9 // indirect
github.com/mitchellh/go-homedir v1.1.0
github.com/olekukonko/tablewriter v0.0.4
github.com/opentracing/opentracing-go v1.1.0 // indirect
github.com/pkg/errors v0.9.1
github.com/snowflakedb/gosnowflake v1.3.4
github.com/stretchr/testify v1.5.1
github.com/vmihailenco/msgpack v4.0.4+incompatible // indirect
golang.org/x/crypto v0.0.0-20200429183012-4b2356b1ed79
)