Skip to content

Commit

Permalink
Merge pull request #133 from oliver006/oh_update_dep_and_run_dep_prune
Browse files Browse the repository at this point in the history
update Gopkg.toml, use new version of dep, update vendored files
  • Loading branch information
oliver006 authored Feb 5, 2018
2 parents a0d9e4c + ddda427 commit fa55452
Show file tree
Hide file tree
Showing 259 changed files with 469 additions and 45,405 deletions.
36 changes: 26 additions & 10 deletions Gopkg.lock

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

30 changes: 6 additions & 24 deletions Gopkg.toml
Original file line number Diff line number Diff line change
@@ -1,33 +1,15 @@

# Gopkg.toml example
#
# Refer to https://github.com/golang/dep/blob/master/docs/Gopkg.toml.md
# for detailed Gopkg.toml documentation.
#
# required = ["github.com/user/thing/cmd/thing"]
# ignored = ["github.com/user/project/pkgX", "bitbucket.org/user/project/pkgA/pkgY"]
#
# [[constraint]]
# name = "github.com/user/project"
# version = "1.0.0"
#
# [[constraint]]
# name = "github.com/user/project2"
# branch = "dev"
# source = "github.com/myfork/project2"
#
# [[override]]
# name = "github.com/x/y"
# version = "2.4.0"

[prune]
non-go = true
unused-packages = true
go-tests = true

[[constraint]]
name = "github.com/cloudfoundry-community/go-cfenv"
version = "1.17.0"

[[constraint]]
name = "github.com/garyburd/redigo"
version = "1.3.0"
version = "1.4.0"

[[constraint]]
name = "github.com/prometheus/client_golang"
Expand All @@ -39,4 +21,4 @@

[[constraint]]
name = "github.com/sirupsen/logrus"
version = "1.0.3"
version = "1.0.4"
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.

63 changes: 0 additions & 63 deletions vendor/github.com/beorn7/perks/quantile/bench_test.go

This file was deleted.

121 changes: 0 additions & 121 deletions vendor/github.com/beorn7/perks/quantile/example_test.go

This file was deleted.

Loading

0 comments on commit fa55452

Please sign in to comment.