refactor: remove old acme provider.

This commit is contained in:
Fernandez Ludovic 2019-01-08 14:11:00 +01:00 committed by Traefiker Bot
parent 5d379dc3e3
commit 0b436563bd
9 changed files with 2 additions and 1387 deletions

View file

@ -11,9 +11,9 @@ import (
"time"
"github.com/containous/traefik/integration/try"
"github.com/containous/traefik/old/provider/acme"
"github.com/containous/traefik/old/types"
"github.com/containous/traefik/provider/acme"
"github.com/containous/traefik/testhelpers"
"github.com/containous/traefik/types"
"github.com/go-check/check"
"github.com/miekg/dns"
checker "github.com/vdemeester/shakers"