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" "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.