James Nugent
dc86b948ce
dep: Update golang.org/x/sys/unix/... dependencies
2016-02-24 18:13:28 -05:00
Paul Hinze
10dbf340a6
Build with Go 1.6
...
* Mention requiring Go 1.6+ in the README in preparation for a follow
up PR which updates our docs / Makefile to align with our vendored
dependencies.
2016-02-23 12:58:38 -06:00
James Nugent
ee7e162a86
Merge branch 'atlassian-datadog_provider'
2016-02-22 16:43:04 -05:00
Paul Hinze
b9cbbe85e7
Merge pull request #5248 from freeformz/godep_fixup
...
Fix up deps
2016-02-22 14:50:36 -06:00
Panagiotis Moustafellos
237e257f37
provider/datadog: Vendor go-datadog-api
2016-02-22 15:04:22 -05:00
Edward Muller
c7376e5b39
Update google.golang.org/api/...
...
This release contains the Subnetwork stuff
2016-02-22 10:56:32 -08:00
Edward Muller
9f376e13ef
Fix up deps
...
Done with:
```console
$ godep restore -v
$ rm -rf Godep vendor/
$ godep save ./...
```
Spot checked, but things look legit. I don't (yet) know how to build
terraform though.
2016-02-22 10:21:33 -08:00
stack72
0d750c16f0
provider/azurerm: Support `azurerm_search_service` resource
2016-02-19 00:56:09 +00:00
James Nugent
d51bdd1772
provider/azurerm: Use Riviera for Resource Groups
2016-02-18 14:50:43 -08:00
Jeff Mitchell
88ca0ec5df
Update go-cleanhttp
2016-02-17 17:25:24 -05:00
James Nugent
f7504f7f9f
Merge branch 'master' of https://github.com/vincer/terraform into vincer-master
2016-02-17 13:16:16 -08:00
James Nugent
3708522913
Vendor mitchellh/hashstructure
2016-02-17 12:02:14 -08:00
vince rosso
97af014d81
updated aws-sdk-go to 1.1.2
2016-02-16 10:39:40 -08:00
Radek Simko
65ac8649ef
deps: Vendor aws/aws-sdk-go/service/cloudwatchevents
2016-02-13 12:43:11 +00:00
Kirill Shirinkin
63016155ea
Add distributed routers support
2016-02-12 19:55:27 +01:00
James Nugent
815df069c0
Merge pull request #5041 from stack72/azurerm-dns-recordsets-2
...
provider/azurerm: MX, SRV, TXT and NS Resources
2016-02-07 17:53:23 -05:00
stack72
8ac4d2e080
provider/azurerm: Add `azurerm_dns_srv_record` resource
2016-02-07 21:49:02 +00:00
Radek Simko
d437ca5924
Update vendored hashicorp/hil
2016-02-07 20:43:23 +00:00
stack72
37bc5a4c80
provider/azurerm: Add `azurerm_dns_txt_record` resource
2016-02-06 18:43:53 +00:00
stack72
761308cd2a
provider/azurerm: Add the DNS A Record Resource
2016-02-05 11:28:48 +00:00
stack72
d89088246c
provider/azurerm: Adding azurerm_sql_database resource
2016-02-04 23:36:50 +00:00
stack72
4ef557bed7
deps: Update jen20/riviera
2016-02-04 10:02:58 +00:00
Paul Stack
255be73ebf
Merge pull request #4979 from hashicorp/f-azurerm-dns-zone
...
provider/azurerm: Add `azurerm_dns_zone` resource
2016-02-03 19:43:04 +00:00
James Nugent
0340ea7235
deps: Update GoDeps to reflect hashicorp/hil
2016-02-03 13:26:12 -05:00
James Nugent
e968343871
provider/azurerm: Add jen20/riviera dependency
2016-02-03 13:00:55 -05:00
Paul Hinze
872371d21d
deps: Capture deps w/ latest version of godep
...
Previous deps merge had been captured by an older version of godep,
updating godep and rerunning...
godep save $(go list ./... | grep -v /vendor/)
...yielded this diff.
New `godep` also produced a warning to pin to the major Go version
instead of the minor one, which we do here as well.
2016-02-02 12:32:03 -06:00
James Nugent
c23fe545f7
build: Add miissing vendor package
2016-02-01 13:50:49 -05:00
Paul Hinze
6fe2703665
Vendor all dependencies w/ Godep
...
* Remove `make updatedeps` from Travis build. We'll follow up with more
specific plans around dependency updating in subsequent PRs.
* Update all `make` targets to set `GO15VENDOREXPERIMENT=1` and to
filter out `/vendor/` from `./...` where appropriate.
* Temporarily remove `vet` from the `make test` target until we can
figure out how to get it to not vet `vendor/`. (Initial
experimentation failed to yield the proper incantation.)
Everything is pinned to current master, with the exception of:
* Azure/azure-sdk-for-go which is pinned before the breaking change today
* aws/aws-sdk-go which is pinned to the most recent tag
The documentation still needs to be updated, which we can do in a follow
up PR. The goal here is to unblock release.
2016-01-29 15:08:48 -06:00
Jack Pearkes
38c633871f
Delete Godeps
...
We don't need this anymore. Can you confirm @mitchellh?
2014-09-11 09:52:10 -04:00
Armon Dadgar
ebd951b358
Adding Godeps
2014-07-22 23:08:41 -04:00