From 01747e39cc77b5041cde93ca6bdb500710e58976 Mon Sep 17 00:00:00 2001 From: Ludovic Fernandez Date: Fri, 4 Aug 2023 09:58:56 +0200 Subject: [PATCH] chore: exclude egoscale v1.19.0 (#1985) --- go.mod | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/go.mod b/go.mod index 28db069a..eb8e7ac3 100644 --- a/go.mod +++ b/go.mod @@ -2,8 +2,6 @@ module github.com/go-acme/lego/v4 go 1.19 -// github.com/exoscale/egoscale v1.19.0 => It is an error, please don't use it. - require ( cloud.google.com/go/compute/metadata v0.2.3 github.com/Azure/azure-sdk-for-go v68.0.0+incompatible @@ -166,3 +164,5 @@ require ( gopkg.in/ini.v1 v1.67.0 // indirect gopkg.in/yaml.v3 v3.0.1 // indirect ) + +exclude github.com/exoscale/egoscale v1.19.0 // It is an error, please don't use it.