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

Clean-up indirect dependencies #226

Merged
merged 1 commit into from
Aug 7, 2019
Merged

Clean-up indirect dependencies #226

merged 1 commit into from
Aug 7, 2019

Conversation

fsouza
Copy link
Contributor

@fsouza fsouza commented Aug 7, 2019

sarama v1.20.1 was causing some other indirect dependencies.
Upgrading it to a version that uses support go modules fixes
the "issue".

We now have 3 indirect dependencies listed in go.mod:

  • github.com/go-logfmt/logfmt
  • github.com/go-stack/stack
  • gopkg.in/jcmturner/goidentity.v3

go-kit accounts for the first two and sarama for the last one. Since
sarama does support go modules, this may be something missing on their
side.

go-kit simply doesn't use go modules to specify their dependencies, so we'll
have to live with that one.

sarama was causing some other indirect dependencies. Upgrading it fixes
the issue.

We now have 3 indirect dependencies listed in go.mod:

- github.com/go-logfmt/logfmt
- github.com/go-stack/stack
- gopkg.in/jcmturner/goidentity.v3

go-kit accounts for the first two and sarama for the last one. Since
sarama does support go modules, this may be something missing on their
side.
Copy link
Contributor

@jprobinson jprobinson left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

🌮 !

@jprobinson jprobinson merged commit e997402 into master Aug 7, 2019
@jprobinson jprobinson deleted the cleanup-deps branch August 7, 2019 21:39
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants