-
Notifications
You must be signed in to change notification settings - Fork 1.8k
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
Update Kerberos library to latest major #1870
Conversation
72000ea
to
05239a6
Compare
Thanks for contributing! LGTM, but I'll wait for another review for safety. |
go.mod
Outdated
github.com/golang/snappy v0.0.1 // indirect | ||
github.com/google/go-cmp v0.4.0 // indirect | ||
github.com/jcmturner/gokrb5/v8 v8.4.2 | ||
github.com/klauspost/compress v1.9.8 |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
🤔 why this version was downgraded from v1.11.4
?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Fixed 🙏
go.mod
Outdated
github.com/pierrec/lz4 v2.6.0+incompatible | ||
github.com/rcrowley/go-metrics v0.0.0-20200313005456-10cdbea86bc0 | ||
github.com/frankban/quicktest v1.7.2 // indirect | ||
github.com/golang/snappy v0.0.1 // indirect |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
this was also downgraded
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Fixed 🙏
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
thanks @bai
@kvch do you think you could rebase your branch and fix the downgrade issues in go.mod/go.sum? We're about to cut a new release soon. |
New import path: github.com/jcmturner/gokrb5/v8
3c4841d
to
13fa025
Compare
This PR updates the Kerberos library to the latest, v8.4.2. The version used in Sarama ATM is no longer supported. All fixes and features are added to the latest major.
New import path of the lib:
github.com/jcmturner/gokrb5/v8