Skip to content

Commit

Permalink
Migrate to go-acme/lego.
Browse files Browse the repository at this point in the history
  • Loading branch information
ldez authored and traefiker committed Mar 14, 2019
1 parent 4a68d29 commit 87da752
Show file tree
Hide file tree
Showing 286 changed files with 14,020 additions and 2,500 deletions.
2 changes: 1 addition & 1 deletion .gitattributes
Original file line number Diff line number Diff line change
@@ -1 +1 @@
# vendor/github.com/xenolf/lego/providers/dns/cloudxns/cloudxns.go eol=crlf
# vendor/github.com/go-acme/lego/providers/dns/cloudxns/cloudxns.go eol=crlf
210 changes: 112 additions & 98 deletions Gopkg.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

5 changes: 3 additions & 2 deletions Gopkg.toml
Original file line number Diff line number Diff line change
Expand Up @@ -178,8 +178,9 @@
name = "github.com/vulcand/oxy"

[[constraint]]
name = "github.com/xenolf/lego"
version = "2.2.0"
branch = "master"
name = "github.com/go-acme/lego"
# version = "2.4.0"

[[constraint]]
name = "google.golang.org/grpc"
Expand Down
2 changes: 1 addition & 1 deletion config/static/static_config.go
Original file line number Diff line number Diff line change
Expand Up @@ -31,8 +31,8 @@ import (
"github.com/containous/traefik/tracing/zipkin"
"github.com/containous/traefik/types"
assetfs "github.com/elazarl/go-bindata-assetfs"
"github.com/go-acme/lego/challenge/dns01"
jaegercli "github.com/uber/jaeger-client-go"
"github.com/xenolf/lego/challenge/dns01"
)

const (
Expand Down
Loading

0 comments on commit 87da752

Please sign in to comment.