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

Update Kerberos library to latest major #1870

Merged
merged 2 commits into from Jan 23, 2021
Merged

Conversation

kvch
Copy link
Contributor

@kvch kvch commented Jan 11, 2021

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

@bai
Copy link
Contributor

bai commented Jan 13, 2021

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
Copy link
Contributor

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?

Copy link
Contributor

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
Copy link
Contributor

Choose a reason for hiding this comment

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

this was also downgraded

Copy link
Contributor

Choose a reason for hiding this comment

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

Fixed 🙏

Copy link
Contributor

Choose a reason for hiding this comment

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

thanks @bai

@bai
Copy link
Contributor

bai commented Jan 19, 2021

@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.

kvch and others added 2 commits January 22, 2021 16:07
New import path: github.com/jcmturner/gokrb5/v8
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.

None yet

3 participants