Skip to content

Commit

Permalink
Remove Prometheus client from vendors dependencies
Browse files Browse the repository at this point in the history
Closes #114
  • Loading branch information
Acconut committed Feb 28, 2017
1 parent 3c19f8e commit 168942b
Show file tree
Hide file tree
Showing 85 changed files with 4 additions and 21,529 deletions.
3 changes: 2 additions & 1 deletion .scripts/test_all.sh
Original file line number Diff line number Diff line change
Expand Up @@ -20,8 +20,9 @@ else
go get -u github.com/hashicorp/consul/...
fi

# Install the AWS SDK which is explicitly not vendored
# Install the AWS SDK and Prometheus client which is explicitly not vendored
go get -u github.com/aws/aws-sdk-go/...
go get -u github.com/prometheus/client_golang/prometheus

# Test all packages which are allowed on all Go versions
go test $packages
1 change: 1 addition & 0 deletions appveyor.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,7 @@ build_script:
- go version
- go get ./s3store
- go get ./consullocker
- go get ./prometheuscollector
- go get github.com/hashicorp/consul

test_script:
Expand Down
20 changes: 0 additions & 20 deletions vendor/github.com/beorn7/perks/LICENSE

This file was deleted.

Loading

0 comments on commit 168942b

Please sign in to comment.