-
Notifications
You must be signed in to change notification settings - Fork 222
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Clean-up indirect dependencies (#226)
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.
- Loading branch information
1 parent
3438ac5
commit e997402
Showing
2 changed files
with
35 additions
and
67 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.