Skip to content

Commit 6af2c75

Browse files
authored
Revert "chore: exclude egoscale v1.19.0" (go-acme#2003)
1 parent cef49ab commit 6af2c75

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,6 +2,8 @@ module github.com/go-acme/lego/v4
22

33
go 1.20
44

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

0 commit comments

Comments
 (0)