1
0
mirror of https://github.com/go-acme/lego.git synced 2025-04-11 19:58:11 +02:00

handle move of egoscale to exoscale (#430)

This commit is contained in:
Sean Brandt 2017-09-13 17:40:58 -04:00 committed by Matt Holt
parent e370f2a4c5
commit 49b9503635

View File

@ -7,7 +7,7 @@ import (
"fmt"
"os"
"github.com/pyr/egoscale/src/egoscale"
"github.com/exoscale/egoscale"
"github.com/xenolf/lego/acme"
)