Revert "chore: exclude egoscale v1.19.0" (#2003)
This commit is contained in:
parent
cef49ab93b
commit
6af2c756ac
1 changed files with 2 additions and 2 deletions
4
go.mod
4
go.mod
|
@ -2,6 +2,8 @@ module github.com/go-acme/lego/v4
|
|||
|
||||
go 1.20
|
||||
|
||||
// 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
|
||||
|
@ -164,5 +166,3 @@ 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.
|
||||
|
|
Loading…
Reference in a new issue