-
Notifications
You must be signed in to change notification settings - Fork 5
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #2 from yaegashi/update-v0.0.3
Update v0.0.3
- Loading branch information
Showing
9 changed files
with
431 additions
and
57 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,10 +1,44 @@ | ||
module github.com/yaegashi/terraform-provider-msgraph | ||
|
||
go 1.13 | ||
go 1.14 | ||
|
||
require ( | ||
cloud.google.com/go v0.59.0 // indirect | ||
cloud.google.com/go/storage v1.10.0 // indirect | ||
github.com/agext/levenshtein v1.2.3 // indirect | ||
github.com/aws/aws-sdk-go v1.32.11 // indirect | ||
github.com/fatih/color v1.9.0 // indirect | ||
github.com/google/uuid v1.1.1 | ||
github.com/hashicorp/terraform-plugin-sdk v1.6.0 | ||
github.com/yaegashi/msgraph.go v0.1.1-0.20200209103313-54edc62fbfad | ||
golang.org/x/oauth2 v0.0.0-20190604053449-0f29369cfe45 | ||
github.com/hashicorp/go-getter v1.4.1 // indirect | ||
github.com/hashicorp/go-hclog v0.14.1 // indirect | ||
github.com/hashicorp/go-multierror v1.1.0 // indirect | ||
github.com/hashicorp/go-plugin v1.3.0 // indirect | ||
github.com/hashicorp/go-uuid v1.0.2 // indirect | ||
github.com/hashicorp/go-version v1.2.1 // indirect | ||
github.com/hashicorp/hcl/v2 v2.6.0 // indirect | ||
github.com/hashicorp/terraform-plugin-sdk v1.14.0 | ||
github.com/hashicorp/terraform-svchost v0.0.0-20191119180714-d2e4933b9136 // indirect | ||
github.com/hashicorp/yamux v0.0.0-20200609203250-aecfd211c9ce // indirect | ||
github.com/mattn/go-colorable v0.1.7 // indirect | ||
github.com/mitchellh/cli v1.1.1 // indirect | ||
github.com/mitchellh/go-testing-interface v1.14.1 // indirect | ||
github.com/mitchellh/mapstructure v1.3.2 // indirect | ||
github.com/oklog/run v1.1.0 // indirect | ||
github.com/posener/complete v1.2.3 // indirect | ||
github.com/rickb777/date v1.12.5 // indirect | ||
github.com/spf13/afero v1.3.1 // indirect | ||
github.com/ulikunitz/xz v0.5.7 // indirect | ||
github.com/vmihailenco/msgpack v4.0.4+incompatible // indirect | ||
github.com/yaegashi/msgraph.go v0.1.3 | ||
github.com/zclconf/go-cty v1.5.1 // indirect | ||
github.com/zclconf/go-cty-yaml v1.0.2 // indirect | ||
go.opencensus.io v0.22.4 // indirect | ||
golang.org/x/net v0.0.0-20200625001655-4c5254603344 // indirect | ||
golang.org/x/oauth2 v0.0.0-20200107190931-bf48bf16ab8d | ||
golang.org/x/sys v0.0.0-20200625212154-ddb9806d33ae // indirect | ||
golang.org/x/text v0.3.3 // indirect | ||
golang.org/x/tools v0.0.0-20200626171337-aa94e735be7f // indirect | ||
google.golang.org/genproto v0.0.0-20200626011028-ee7919e894b5 // indirect | ||
google.golang.org/grpc v1.30.0 // indirect | ||
google.golang.org/protobuf v1.25.0 // indirect | ||
) |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters