-
-
Notifications
You must be signed in to change notification settings - Fork 23
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
1aba225
commit 2bdd0a2
Showing
3 changed files
with
169 additions
and
123 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,21 +1,6 @@ | ||
module github.com/stefansundin/terraform-provider-ssh | ||
|
||
require ( | ||
github.com/apparentlymart/go-cidr v1.0.0 // indirect | ||
github.com/blang/semver v3.5.1+incompatible // indirect | ||
github.com/hashicorp/go-getter v0.0.0-20181213035916-be39683deade // indirect | ||
github.com/hashicorp/go-hclog v0.0.0-20181001195459-61d530d6c27f // indirect | ||
github.com/hashicorp/go-plugin v0.0.0-20181212150838-f444068e8f5a // indirect | ||
github.com/hashicorp/go-uuid v1.0.0 // indirect | ||
github.com/hashicorp/hcl v1.0.0 // indirect | ||
github.com/hashicorp/hcl2 v0.0.0-20181220012050-6631d7cd0a68 // indirect | ||
github.com/hashicorp/hil v0.0.0-20170627220502-fa9f258a9250 // indirect | ||
github.com/hashicorp/terraform v0.11.11 | ||
github.com/mitchellh/cli v1.0.0 // indirect | ||
github.com/mitchellh/copystructure v1.0.0 // indirect | ||
github.com/mitchellh/hashstructure v1.0.0 // indirect | ||
github.com/mitchellh/mapstructure v1.1.2 // indirect | ||
github.com/zclconf/go-cty v0.0.0-20181218225846-4fe1e489ee06 // indirect | ||
golang.org/x/crypto v0.0.0-20181203042331-505ab145d0a9 | ||
golang.org/x/net v0.0.0-20181220203305-927f97764cc3 // indirect | ||
github.com/hashicorp/terraform v0.11.14 | ||
golang.org/x/crypto v0.0.0-20180211211603-9de5f2eaf759 | ||
) |
Oops, something went wrong.