Closed KateGo520 closed 3 years ago
@krzykwas @michallowicki Could you help me review this issue? Thx :p
By the way, have you ever encountered such errors when upgading the libraries?
I haven't really encountered any outstanding issues when upgrading (though it's usually a tricky process in Go ;).
With the recent release the project is now migrated to go modules.
(The purpose of this report is to alert
GoogleCloudPlatform/gke-managed-certs
to the possible problems whenGoogleCloudPlatform/gke-managed-certs
try to upgrade the following dependencies)An error will happen when upgrading library _prometheus/clientgolang:
github.com/prometheus/client_golang
-Latest Version: v1.7.1 (Latest commit fe7bd95 7 days ago) -Where did you use it: https://github.com/GoogleCloudPlatform/gke-managed-certs/search?q=prometheus%2Fclient_golang%2Fprometheus&unscoped_q=prometheus%2Fclient_golang%2Fprometheus -Detail:
package prometheus import ( "github.com/cespare/xxhash/v2" … )