Skip to content

Commit

Permalink
Merge pull request #5 from bitfield/sdk_update
Browse files Browse the repository at this point in the history
SDK update
  • Loading branch information
bitfield authored Feb 18, 2020
2 parents 6e5dc0a + ecf5c48 commit 6c1ce20
Show file tree
Hide file tree
Showing 5 changed files with 339 additions and 364 deletions.
34 changes: 24 additions & 10 deletions go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -3,17 +3,31 @@ module github.com/bitfield/terraform-provider-checkly
go 1.13

require (
github.com/bitfield/checkly v0.1.0
github.com/golang/protobuf v1.3.3 // indirect
github.com/google/go-cmp v0.3.0
cloud.google.com/go v0.53.0 // indirect
github.com/aws/aws-sdk-go v1.29.4 // indirect
github.com/bitfield/checkly v0.2.0
github.com/bmatcuk/doublestar v1.2.2 // indirect
github.com/fatih/color v1.9.0 // indirect
github.com/google/go-cmp v0.4.0
github.com/gruntwork-io/terratest v0.18.3
github.com/hashicorp/go-version v1.2.0 // indirect
github.com/hashicorp/terraform v0.12.6
github.com/hashicorp/go-hclog v0.12.0 // indirect
github.com/hashicorp/go-plugin v1.0.1 // indirect
github.com/hashicorp/go-uuid v1.0.2 // indirect
github.com/hashicorp/hcl v1.0.0 // indirect
github.com/hashicorp/hil v0.0.0-20190212132231-97b3a9cdfa93 // indirect
github.com/hashicorp/terraform v0.12.20
github.com/hashicorp/terraform-svchost v0.0.0-20191119180714-d2e4933b9136 // indirect
github.com/hashicorp/yamux v0.0.0-20190923154419-df201c70410d // indirect
github.com/magiconair/properties v1.8.1 // indirect
github.com/mattn/go-colorable v0.1.4 // indirect
github.com/mattn/go-isatty v0.0.12 // indirect
golang.org/x/net v0.0.0-20200114155413-6afb5195e5aa // indirect
golang.org/x/oauth2 v0.0.0-20200107190931-bf48bf16ab8d // indirect
golang.org/x/sys v0.0.0-20200124204421-9fbb57f87de9 // indirect
google.golang.org/appengine v1.6.5 // indirect
github.com/mitchellh/reflectwalk v1.0.1 // indirect
github.com/oklog/run v1.1.0 // indirect
github.com/posener/complete v1.2.3 // indirect
github.com/spf13/afero v1.2.2 // indirect
github.com/ulikunitz/xz v0.5.6 // indirect
github.com/vmihailenco/msgpack v4.0.4+incompatible // indirect
golang.org/x/crypto v0.0.0-20200214034016-1d94cc7ab1c6 // indirect
golang.org/x/exp v0.0.0-20200213203834-85f925bdd4d0 // indirect
golang.org/x/sys v0.0.0-20200217220822-9197077df867 // indirect
golang.org/x/tools v0.0.0-20200216192241-b320d3a0f5a2 // indirect
)
Loading

0 comments on commit 6c1ce20

Please sign in to comment.