1
0
mirror of https://github.com/StackExchange/dnscontrol.git synced 2024-05-11 05:55:12 +00:00

EXOSCALE: update client lib to v0.59.0 (#1183)

REGRESSION and BUILD fix.  dnscontrol compiles with this but I can't test the
EXOSCALE behavior to be sure it's logically sound.

The dependency was v1.19.0 but this git tag has been withdrawn and the go.mod
for that git repository contains:

    retract v1.19.0 // Published accidentally.

Per <https://proxy.golang.org/github.com/exoscale/egoscale/@v/v1.19.0.info> the
timestamp for the bogus v1.19.0 dependency is 2019-10-29, which corresponds to
v0.19.0.

On 2020-02-27, the dnscontrol repo updated this dependency to v0.23.0, so it
now being v1.19.0 (== v0.19.0) is a REGRESSION.

I suggest that the maintainers purge this bogus v1.19.0 from their systems to
try to prevent it leaking in again in future.
This commit is contained in:
Phil Pennock
2021-06-29 17:04:42 -04:00
committed by GitHub
parent 654736be29
commit 06c59f09a7
2 changed files with 28 additions and 1 deletions

2
go.mod
View File

@@ -24,7 +24,7 @@ require (
github.com/digitalocean/godo v1.62.0
github.com/ditashi/jsbeautifier-go v0.0.0-20141206144643-2520a8026a9c
github.com/dnsimple/dnsimple-go v0.70.1
github.com/exoscale/egoscale v1.19.0
github.com/exoscale/egoscale v0.59.0
github.com/fatih/color v1.10.0 // indirect
github.com/frankban/quicktest v1.11.3 // indirect
github.com/go-acme/lego v2.7.2+incompatible