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.11.0 #59

Open
wants to merge 1 commit into
base: develop
Choose a base branch
from
Open
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
6 changes: 1 addition & 5 deletions go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -6,15 +6,11 @@ require (
github.com/etherlabsio/pkg v0.0.0-20190205140756-07224d073fd3
github.com/go-chi/chi v4.0.3+incompatible
github.com/go-chi/cors v1.1.1
github.com/go-kit/kit v0.9.0
github.com/go-logfmt/logfmt v0.4.0 // indirect
github.com/go-kit/kit v0.11.0
github.com/go-stack/stack v1.8.0 // indirect
github.com/jfreymuth/pulse v0.0.0-20190407134806-02ba8f680d2d
github.com/oklog/run v1.1.0
github.com/peterbourgon/ff v1.7.0
github.com/pkg/errors v0.8.1 // indirect
golang.org/x/net v0.0.0-20190522155817-f3200d17e092 // indirect
golang.org/x/text v0.3.2 // indirect
)

go 1.13
Loading