Skip to content

Commit

Permalink
vendor: update go-discover (#3634)
Browse files Browse the repository at this point in the history
* vendor: update go-discover

Pull in providers:

 * Aliyun (Alibaba Cloud)
 * Digital Ocean
 * OpenStack (os)
 * Scaleway

* doc: use ... instead of xxx

* doc: strip trailing whitespace

* doc: add docs for aliyun, digitalocean, os and scaleway

* agent: fix test
  • Loading branch information
magiconair authored and slackpad committed Oct 31, 2017
1 parent d1ead2c commit a052255
Show file tree
Hide file tree
Showing 224 changed files with 40,718 additions and 27 deletions.
2 changes: 1 addition & 1 deletion agent/retry_join_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ import (
func TestGoDiscoverRegistration(t *testing.T) {
d := discover.Discover{}
got := d.Names()
want := []string{"aws", "azure", "gce", "softlayer"}
want := []string{"aliyun", "aws", "azure", "digitalocean", "gce", "os", "scaleway", "softlayer"}
if !reflect.DeepEqual(got, want) {
t.Fatalf("got go-discover providers %v want %v", got, want)
}
Expand Down
25 changes: 21 additions & 4 deletions vendor/github.com/hashicorp/go-discover/README.md

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

16 changes: 12 additions & 4 deletions vendor/github.com/hashicorp/go-discover/discover.go

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Loading

0 comments on commit a052255

Please sign in to comment.