Skip to content

Commit

Permalink
Merge pull request #4108 from hashicorp/vendor-go-discover
Browse files Browse the repository at this point in the history
Update go-discover and add triton provider
  • Loading branch information
kyhavlov authored May 11, 2018
2 parents 281e666 + 4856084 commit 876d251
Show file tree
Hide file tree
Showing 172 changed files with 38,313 additions and 7,533 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{"aliyun", "aws", "azure", "digitalocean", "gce", "os", "scaleway", "softlayer"}
want := []string{"aliyun", "aws", "azure", "digitalocean", "gce", "os", "scaleway", "softlayer", "triton"}
if !reflect.DeepEqual(got, want) {
t.Fatalf("got go-discover providers %v want %v", got, want)
}
Expand Down
202 changes: 202 additions & 0 deletions vendor/cloud.google.com/go/LICENSE

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

Loading

0 comments on commit 876d251

Please sign in to comment.