Skip to content

Commit

Permalink
Updated Deps
Browse files Browse the repository at this point in the history
  • Loading branch information
antwal authored and mmatczuk committed Apr 15, 2019
1 parent 109dd8f commit 9aefa6c
Show file tree
Hide file tree
Showing 150 changed files with 9,432 additions and 886 deletions.
78 changes: 69 additions & 9 deletions Gopkg.lock

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

10 changes: 3 additions & 7 deletions Gopkg.toml
Expand Up @@ -27,23 +27,19 @@

[[constraint]]
name = "github.com/cenkalti/backoff"
version = "1.1.0"
version = "2.1.0"

[[constraint]]
name = "github.com/golang/mock"
version = "1.0.0"

[[constraint]]
name = "github.com/google/gops"
version = "0.3.2"
version = "1.2.0"

[[constraint]]
branch = "master"
name = "golang.org/x/net"

[[constraint]]
branch = "v2"
name = "gopkg.in/yaml.v2"
version = "2.2.2"

[[constraint]]
branch = "master"
Expand Down
3 changes: 2 additions & 1 deletion vendor/github.com/cenkalti/backoff/.travis.yml

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

2 changes: 1 addition & 1 deletion vendor/github.com/cenkalti/backoff/README.md

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

2 changes: 1 addition & 1 deletion vendor/github.com/cenkalti/backoff/backoff.go

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

11 changes: 7 additions & 4 deletions vendor/github.com/cenkalti/backoff/context.go

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

3 changes: 1 addition & 2 deletions vendor/github.com/cenkalti/backoff/context_test.go

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

3 changes: 1 addition & 2 deletions vendor/github.com/cenkalti/backoff/example_test.go

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

11 changes: 4 additions & 7 deletions vendor/github.com/cenkalti/backoff/exponential.go

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

12 changes: 8 additions & 4 deletions vendor/github.com/cenkalti/backoff/retry.go

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

3 changes: 1 addition & 2 deletions vendor/github.com/cenkalti/backoff/retry_test.go

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

13 changes: 7 additions & 6 deletions vendor/github.com/cenkalti/backoff/ticker.go

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

7 changes: 5 additions & 2 deletions vendor/github.com/cenkalti/backoff/ticker_test.go

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

0 comments on commit 9aefa6c

Please sign in to comment.