Skip to content

Commit

Permalink
chore: exclude egoscale v1.19.0 (#1985)
Browse files Browse the repository at this point in the history
  • Loading branch information
ldez authored Aug 4, 2023
1 parent 35c259e commit 01747e3
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down Expand Up @@ -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.

0 comments on commit 01747e3

Please sign in to comment.