terraform/vendor/github.com/DreamItGetIT/statuscake
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
..
LICENSE Vendor all dependencies w/ Godep 2016-01-29 15:08:48 -06:00
README.md Vendor all dependencies w/ Godep 2016-01-29 15:08:48 -06:00
client.go Vendor all dependencies w/ Godep 2016-01-29 15:08:48 -06:00
doc.go Vendor all dependencies w/ Godep 2016-01-29 15:08:48 -06:00
errors.go Vendor all dependencies w/ Godep 2016-01-29 15:08:48 -06:00
makefile Vendor all dependencies w/ Godep 2016-01-29 15:08:48 -06:00
responses.go Vendor all dependencies w/ Godep 2016-01-29 15:08:48 -06:00
tests.go Vendor all dependencies w/ Godep 2016-01-29 15:08:48 -06:00

README.md

statuscake

statuscake is a Go pkg that implements a client for the statuscake API.

More documentation and examples at http://godoc.org/github.com/DreamItGetIT/statuscake.