-
Notifications
You must be signed in to change notification settings - Fork 22
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 to app-common-go 1.6.4 #259
Conversation
go.mod
Outdated
github.com/Azure/azure-sdk-for-go/sdk/internal v1.0.1 // indirect | ||
github.com/Azure/azure-sdk-for-go/sdk/resourcemanager/network/armnetwork v1.1.0 // indirect | ||
github.com/AzureAD/microsoft-authentication-library-for-go v0.7.0 // indirect | ||
github.com/IBM/pgxpoolprometheus v1.1.0-beta.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.
Not sure why this was indirect, sometimes go mod
tool is weird.
github.com/IBM/pgxpoolprometheus v1.1.0-beta.1 h1:7l6FzmQkmFPF7CboypLcNQjmDgPWYimL06T78kbYD9o= | ||
github.com/IBM/pgxpoolprometheus v1.1.0-beta.1/go.mod h1:kQjcEoXO2PzM2EBr5/rONZyTB56jxc2svmDolsfKhIc= | ||
github.com/IBM/pgxpoolprometheus v1.1.0 h1:Cs5/zwbZb4vjVM0zswOyoRwKx20a7eqTrFL/+CEje3I= | ||
github.com/IBM/pgxpoolprometheus v1.1.0/go.mod h1:kQjcEoXO2PzM2EBr5/rONZyTB56jxc2svmDolsfKhIc= |
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.
Ah this was promoted to 1.1.0 now, I can delete the comment now.
6c043f3
to
bf0a3c6
Compare
Oh, this needs rebase as well... too many changes to the packages ^_^ |
bf0a3c6
to
924903d
Compare
Rebased. |
Stuffing everything into a single PR is better, I am telling you :) |
924903d
to
bf6f95d
Compare
This should remove the
init()
warning in STDOUT which breaks my configuration generator from #258RedHatInsights/app-common-go#25