Fixed import paths since I changed by github id
This commit is contained in:
parent
c072b077a3
commit
13bacfa58c
@ -30,9 +30,9 @@ import (
|
||||
|
||||
"golang.org/x/sync/errgroup"
|
||||
|
||||
"github.com/IanLewis/cloud-dyndns-client/pkg/backend"
|
||||
"github.com/IanLewis/cloud-dyndns-client/pkg/backend/gcp"
|
||||
"github.com/IanLewis/cloud-dyndns-client/pkg/sync"
|
||||
"github.com/ianlewis/cloud-dyndns-client/pkg/backend"
|
||||
"github.com/ianlewis/cloud-dyndns-client/pkg/backend/gcp"
|
||||
"github.com/ianlewis/cloud-dyndns-client/pkg/sync"
|
||||
)
|
||||
|
||||
// VERSION is the current version of the application.
|
||||
|
@ -22,7 +22,7 @@ import (
|
||||
"golang.org/x/oauth2/google"
|
||||
dns "google.golang.org/api/dns/v1"
|
||||
|
||||
"github.com/IanLewis/cloud-dyndns-client/pkg/backend"
|
||||
"github.com/ianlewis/cloud-dyndns-client/pkg/backend"
|
||||
)
|
||||
|
||||
var cloudDnsScopes = []string{
|
||||
|
@ -23,7 +23,7 @@ import (
|
||||
"sync"
|
||||
"time"
|
||||
|
||||
"github.com/IanLewis/cloud-dyndns-client/pkg/backend"
|
||||
"github.com/ianlewis/cloud-dyndns-client/pkg/backend"
|
||||
)
|
||||
|
||||
type Record struct {
|
||||
|
Loading…
x
Reference in New Issue
Block a user