Skip to content

Commit

Permalink
Mirgate to dep
Browse files Browse the repository at this point in the history
  • Loading branch information
pleshakov committed Nov 12, 2018
1 parent 797e1c5 commit 08b2cb8
Show file tree
Hide file tree
Showing 328 changed files with 91 additions and 68,516 deletions.
2 changes: 1 addition & 1 deletion CONTRIBUTING.md
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ Follow our [Getting Started Guide](README.md#getting-started) to get the NGINX P
### Project Structure

* This Prometheus Exporter is written in Go and supports both the open source NGINX software and NGINX Plus.
* The project dependencies reside in the `/vendor`. We use [glide](https://github.com/Masterminds/glide) for managing dependencies.
* The project dependencies reside in the `/vendor`. We use [dep](https://github.com/golang/dep) for managing dependencies.

## Contributing

Expand Down
83 changes: 83 additions & 0 deletions Gopkg.lock

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

7 changes: 7 additions & 0 deletions Gopkg.toml
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
[[constraint]]
name = "github.com/nginxinc/nginx-plus-go-sdk"
version = "0.2.0"

[prune]
go-tests = true
unused-packages = true
41 changes: 0 additions & 41 deletions glide.lock

This file was deleted.

10 changes: 0 additions & 10 deletions glide.yaml

This file was deleted.

2 changes: 0 additions & 2 deletions vendor/github.com/beorn7/perks/.gitignore

This file was deleted.

31 changes: 0 additions & 31 deletions vendor/github.com/beorn7/perks/README.md

This file was deleted.

26 changes: 0 additions & 26 deletions vendor/github.com/beorn7/perks/histogram/bench_test.go

This file was deleted.

108 changes: 0 additions & 108 deletions vendor/github.com/beorn7/perks/histogram/histogram.go

This file was deleted.

38 changes: 0 additions & 38 deletions vendor/github.com/beorn7/perks/histogram/histogram_test.go

This file was deleted.

Loading

0 comments on commit 08b2cb8

Please sign in to comment.