forked from TrueCloudLab/lego
Update the path to the go lib
This commit is contained in:
parent
815d8bba0c
commit
adc8afbb89
1 changed files with 1 additions and 1 deletions
|
@ -5,7 +5,7 @@ import (
|
||||||
"os"
|
"os"
|
||||||
"strings"
|
"strings"
|
||||||
|
|
||||||
"github.com/weppos/go-dnsimple/dnsimple"
|
"github.com/weppos/dnsimple-go/dnsimple"
|
||||||
)
|
)
|
||||||
|
|
||||||
// DNSProviderDNSimple is an implementation of the DNSProvider interface.
|
// DNSProviderDNSimple is an implementation of the DNSProvider interface.
|
||||||
|
|
Loading…
Reference in a new issue