Skip to content

Commit 01747e3

Browse files
authored
chore: exclude egoscale v1.19.0 (#1985)
1 parent 35c259e commit 01747e3

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

go.mod

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,6 @@ module github.com/go-acme/lego/v4
22

33
go 1.19
44

5-
// github.com/exoscale/egoscale v1.19.0 => It is an error, please don't use it.
6-
75
require (
86
cloud.google.com/go/compute/metadata v0.2.3
97
github.com/Azure/azure-sdk-for-go v68.0.0+incompatible
@@ -166,3 +164,5 @@ require (
166164
gopkg.in/ini.v1 v1.67.0 // indirect
167165
gopkg.in/yaml.v3 v3.0.1 // indirect
168166
)
167+
168+
exclude github.com/exoscale/egoscale v1.19.0 // It is an error, please don't use it.

0 commit comments

Comments
 (0)