chore: exclude egoscale v1.19.0 (#1985)
This commit is contained in:
parent
35c259e91d
commit
01747e39cc
1 changed files with 2 additions and 2 deletions
4
go.mod
4
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.
|
||||
|
|
Loading…
Reference in a new issue