Skip to content

Commit 87da752

Browse files
ldeztraefiker
authored andcommitted
Migrate to go-acme/lego.
1 parent 4a68d29 commit 87da752

File tree

286 files changed

+14020
-2500
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

286 files changed

+14020
-2500
lines changed

.gitattributes

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
# vendor/github.com/xenolf/lego/providers/dns/cloudxns/cloudxns.go eol=crlf
1+
# vendor/github.com/go-acme/lego/providers/dns/cloudxns/cloudxns.go eol=crlf

Gopkg.lock

Lines changed: 112 additions & 98 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Gopkg.toml

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -178,8 +178,9 @@
178178
name = "github.com/vulcand/oxy"
179179

180180
[[constraint]]
181-
name = "github.com/xenolf/lego"
182-
version = "2.2.0"
181+
branch = "master"
182+
name = "github.com/go-acme/lego"
183+
# version = "2.4.0"
183184

184185
[[constraint]]
185186
name = "google.golang.org/grpc"

config/static/static_config.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,8 +31,8 @@ import (
3131
"github.com/containous/traefik/tracing/zipkin"
3232
"github.com/containous/traefik/types"
3333
assetfs "github.com/elazarl/go-bindata-assetfs"
34+
"github.com/go-acme/lego/challenge/dns01"
3435
jaegercli "github.com/uber/jaeger-client-go"
35-
"github.com/xenolf/lego/challenge/dns01"
3636
)
3737

3838
const (

0 commit comments

Comments
 (0)