Skip to content
This repository has been archived by the owner on Aug 23, 2023. It is now read-only.

Commit

Permalink
update dependencies
Browse files Browse the repository at this point in the history
also:
* newer version of dep uses multi-line format
* it auto-added a bunch of constraints
* needed to pin gocql.
  it was tricky to determine which version our gocql is supposed to be at
  the last update was #778 but we don't know what version of gocql that was exactly.
  None of the versions in gocql's last year of git history matches what we have in our vendor dir,
  in fact, the smallest diff with any version was still about 480 lines; so it looks like not all go files were
  copied over.
  however it seems likely it would have been d9815cdf0ff24e2efa9b8062f4f94a6dd347ae51 because our vendor dir does include that change,
  not some of the later changes, and the time works with that PR.
  • Loading branch information
Dieterbe committed Feb 27, 2018
1 parent ccca38a commit fbb7662
Show file tree
Hide file tree
Showing 1,026 changed files with 341,485 additions and 611 deletions.
365 changes: 345 additions & 20 deletions Gopkg.lock

Large diffs are not rendered by default.

9 changes: 9 additions & 0 deletions Gopkg.toml
Original file line number Diff line number Diff line change
Expand Up @@ -62,6 +62,7 @@

[[constraint]]
name = "github.com/gocql/gocql"
revision = "d9815cdf0ff24e2efa9b8062f4f94a6dd347ae51"

[[constraint]]
branch = "master"
Expand Down Expand Up @@ -162,3 +163,11 @@

[[constraint]]
name = "gopkg.in/raintank/schema.v1"

[[constraint]]
name = "github.com/prometheus/prometheus"
version = "2.1.0"

[[override]]
name = "golang.org/x/net"
revision = "cbe0f9307d0156177f9dd5dc85da1a31abc5f2fb"
2 changes: 2 additions & 0 deletions vendor/github.com/beorn7/perks/.gitignore

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

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

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

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

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

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

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

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

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

Loading

0 comments on commit fbb7662

Please sign in to comment.