1
0
mirror of https://github.com/go-acme/lego.git synced 2025-01-26 06:55:18 +02:00

Update the path to the go lib

This commit is contained in:
Simone Carletti 2016-01-29 23:47:56 +01:00
parent 815d8bba0c
commit adc8afbb89

View File

@ -5,7 +5,7 @@ import (
"os"
"strings"
"github.com/weppos/go-dnsimple/dnsimple"
"github.com/weppos/dnsimple-go/dnsimple"
)
// DNSProviderDNSimple is an implementation of the DNSProvider interface.