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

Change glog dependency to klog #24

Merged
merged 1 commit into from
Nov 2, 2022
Merged

Change glog dependency to klog #24

merged 1 commit into from
Nov 2, 2022

Conversation

deeglaze
Copy link
Collaborator

glog is unmaintained, but the klog fork is.
Fixes #23

Signed-off-by: Dionna Glaze [email protected]

@deeglaze deeglaze requested a review from kongoshuu October 28, 2022 16:20
go.mod Outdated
github.com/google/go-cmp v0.5.7
github.com/pborman/uuid v1.2.0
github.com/pkg/errors v0.9.1
go.uber.org/multierr v1.8.0
golang.org/x/crypto v0.0.0-20220525230936-793ad666bf5e
golang.org/x/sys v0.0.0-20220608164250-635b8c9b7f68
google.golang.org/protobuf v1.28.0
k8s.io/klog v1.0.0
Copy link
Contributor

Choose a reason for hiding this comment

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

Suggested change
k8s.io/klog v1.0.0
k8s.io/klog/v2 v2.80.1

Note that klog v2 is the latest release, which also fixes the GoLeak issue. klog v1 does not.

Copy link
Collaborator Author

Choose a reason for hiding this comment

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

Done.

glog is unmaintained, but the klog fork is.
Fixes google#23

Signed-off-by: Dionna Glaze <[email protected]>
@deeglaze deeglaze merged commit e2600df into google:main Nov 2, 2022
@deeglaze deeglaze deleted the klog branch February 25, 2024 21:17
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.

Dependency glog leaks go routine
3 participants