Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Bump github.com/go-kit/kit from 0.9.0 to 0.10.0 #42

Merged
merged 2 commits into from
Feb 26, 2020
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ module github.com/rnaveiras/postgres_exporter
go 1.13

require (
github.com/go-kit/kit v0.9.0
github.com/go-kit/kit v0.10.0
github.com/jackc/pgx/v4 v4.2.1
github.com/lib/pq v1.3.0 // indirect
github.com/pkg/errors v0.9.1
Expand Down
261 changes: 261 additions & 0 deletions go.sum

Large diffs are not rendered by default.

4 changes: 3 additions & 1 deletion vendor/github.com/go-kit/kit/log/json_logger.go

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

5 changes: 1 addition & 4 deletions vendor/github.com/go-logfmt/logfmt/.gitignore

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

2 changes: 2 additions & 0 deletions vendor/github.com/go-logfmt/logfmt/.travis.yml

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

7 changes: 7 additions & 0 deletions vendor/github.com/go-logfmt/logfmt/CHANGELOG.md

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

6 changes: 3 additions & 3 deletions vendor/github.com/go-logfmt/logfmt/decode.go

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

126 changes: 0 additions & 126 deletions vendor/github.com/go-logfmt/logfmt/fuzz.go

This file was deleted.

2 changes: 1 addition & 1 deletion vendor/github.com/go-logfmt/logfmt/go.mod

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

2 changes: 0 additions & 2 deletions vendor/github.com/go-logfmt/logfmt/go.sum

This file was deleted.

3 changes: 0 additions & 3 deletions vendor/github.com/kr/logfmt/.gitignore

This file was deleted.

12 changes: 0 additions & 12 deletions vendor/github.com/kr/logfmt/Readme

This file was deleted.

Loading