Re: Simon Josefsson
> Hi!  We'd like to migrate golang-github-cenkalti-backoff-dev to v5, and
> prometheus-sql-exporter is one of several packages that is still stuck
> on using the v4 API making it impossible to upload
> golang-github-cenkalti-backoff-dev as v5.  Please apply the attached
> patch to use golang-github-cenkalti-backoff-v4-dev instead, and make an
> upload.

Hi,

> --- a/debian/control
> +++ b/debian/control
> - golang-github-cenkalti-backoff-dev,
> + golang-github-cenkalti-backoff-v4-dev,

btw, the provided patch was not enough, as the go import path of the
module has changed:

--- a/job.go
+++ b/job.go
@@ -8,7 +8,7 @@ import (
-       "github.com/cenkalti/backoff"
+       "github.com/cenkalti/backoff/v4"

Uploaded, and thanks for the compat module!

Christoph

Reply via email to