diff --git a/providers/namecheap/namecheap.go b/providers/namecheap/namecheap.go index 87b69c3fd..115db6e4d 100644 --- a/providers/namecheap/namecheap.go +++ b/providers/namecheap/namecheap.go @@ -4,9 +4,9 @@ import ( "fmt" "strings" - nc "github.com/billputer/go-namecheap" "github.com/StackExchange/dnscontrol/models" "github.com/StackExchange/dnscontrol/providers" + nc "github.com/billputer/go-namecheap" ) type Namecheap struct {