Skip to content

Commit

Permalink
Update dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
zzet committed Apr 23, 2020
1 parent 602868f commit 52704f4
Show file tree
Hide file tree
Showing 2 changed files with 483 additions and 17 deletions.
56 changes: 39 additions & 17 deletions go.mod
Expand Up @@ -4,35 +4,57 @@ go 1.14

require (
git.apache.org/thrift.git v0.0.0-20180902110319-2566ecd5d999 // indirect
github.com/GoogleCloudPlatform/cloudsql-proxy v0.0.0-20190129172621-c8b1d7a94ddf
github.com/apparentlymart/go-cidr v1.0.0 // indirect
github.com/GoogleCloudPlatform/cloudsql-proxy v0.0.0-20200422184912-a9f8eedb5fcf
github.com/agext/levenshtein v1.2.3 // indirect
github.com/aws/aws-sdk-go v1.30.12 // indirect
github.com/blang/semver v3.5.1+incompatible // indirect
github.com/go-sql-driver/mysql v1.4.1
github.com/bmatcuk/doublestar v1.2.4 // indirect
github.com/fatih/color v1.9.0 // indirect
github.com/go-sql-driver/mysql v1.5.0
github.com/gobuffalo/packr v1.22.0 // indirect
github.com/golang/lint v0.0.0-20180702182130-06c8688daad7 // indirect
github.com/google/uuid v1.1.1 // indirect
github.com/hashicorp/go-getter v1.1.0 // indirect
github.com/hashicorp/go-hclog v0.7.0 // indirect
github.com/hashicorp/go-plugin v0.0.0-20190212232519-b838ffee39ce // indirect
github.com/hashicorp/go-uuid v1.0.1 // indirect
github.com/hashicorp/hcl2 v0.0.0-20190214115825-fb2bc46cdbe3 // indirect
github.com/hashicorp/go-hclog v0.12.2 // indirect
github.com/hashicorp/go-multierror v1.1.0 // indirect
github.com/hashicorp/go-plugin v1.2.2 // indirect
github.com/hashicorp/go-retryablehttp v0.6.6 // indirect
github.com/hashicorp/go-uuid v1.0.2 // indirect
github.com/hashicorp/golang-lru v0.5.4 // indirect
github.com/hashicorp/hcl/v2 v2.4.0 // indirect
github.com/hashicorp/hcl2 v0.0.0-20191002203319-fb75b3253c80 // indirect
github.com/hashicorp/hil v0.0.0-20190212132231-97b3a9cdfa93 // indirect
github.com/hashicorp/logutils v1.0.0 // indirect
github.com/hashicorp/terraform v0.11.11
github.com/jmespath/go-jmespath v0.0.0-20180206201540-c2b33e8439af // indirect
github.com/hashicorp/terraform v0.12.24
github.com/hashicorp/terraform-svchost v0.0.0-20191119180714-d2e4933b9136 // indirect
github.com/hashicorp/yamux v0.0.0-20190923154419-df201c70410d // indirect
github.com/labstack/gommon v0.3.0 // indirect
github.com/lib/pq v1.2.0
github.com/mitchellh/cli v1.0.0 // indirect
github.com/lib/pq v1.4.0
github.com/mattn/go-colorable v0.1.6 // indirect
github.com/mitchellh/cli v1.1.1 // indirect
github.com/mitchellh/copystructure v1.0.0 // indirect
github.com/mitchellh/go-homedir v1.1.0 // indirect
github.com/mitchellh/go-testing-interface v1.14.0 // indirect
github.com/mitchellh/hashstructure v1.0.0 // indirect
github.com/mitchellh/mapstructure v1.2.2 // indirect
github.com/mitchellh/reflectwalk v1.0.1 // indirect
github.com/oklog/run v1.1.0 // indirect
github.com/pkg/browser v0.0.0-20180916011732-0a3d74bf9ce4 // indirect
github.com/rubenv/sql-migrate v0.0.0-20190212093014-1007f53448d7
github.com/posener/complete v1.2.3 // indirect
github.com/rubenv/sql-migrate v0.0.0-20200423171638-eef9d3b68125
github.com/snowflakedb/gosnowflake v1.3.4
github.com/stretchr/testify v1.4.0
github.com/zclconf/go-cty v0.0.0-20190212192503-19dda139b164 // indirect
github.com/spf13/afero v1.2.2 // indirect
github.com/stretchr/testify v1.5.1
github.com/ulikunitz/xz v0.5.7 // indirect
github.com/vmihailenco/msgpack v4.0.4+incompatible // indirect
github.com/zclconf/go-cty v1.4.0 // indirect
github.com/ziutek/mymysql v1.5.4 // indirect
golang.org/x/crypto v0.0.0-20200422194213-44a606286825 // indirect
golang.org/x/net v0.0.0-20200421231249-e086a090c8fd // indirect
golang.org/x/oauth2 v0.0.0-20200107190931-bf48bf16ab8d // indirect
golang.org/x/tools v0.0.0-20200423172136-7b212d60a147 // indirect
google.golang.org/api v0.22.0 // indirect
google.golang.org/appengine v1.6.6 // indirect
google.golang.org/genproto v0.0.0-20200423170343-7949de9c1215 // indirect
google.golang.org/grpc v1.29.1 // indirect
gopkg.in/gorp.v1 v1.7.2
)

replace github.com/rubenv/sql-migrate => github.com/zzet/sql-migrate v0.0.0-20200423142533-dd1b57159ac1

0 comments on commit 52704f4

Please sign in to comment.