1
0
mirror of https://github.com/StackExchange/dnscontrol.git synced 2024-05-11 05:55:12 +00:00

Update version in go.mod (#2382)

This commit is contained in:
nemunaire
2023-05-20 19:21:45 +02:00
committed by GitHub
parent 7e87d5f085
commit 5ae231030e
196 changed files with 508 additions and 508 deletions

View File

@@ -11,7 +11,7 @@ import (
"strings"
"time"
"github.com/StackExchange/dnscontrol/v3/pkg/printer"
"github.com/StackExchange/dnscontrol/v4/pkg/printer"
"github.com/mattn/go-isatty"
)

View File

@@ -1,8 +1,8 @@
package cscglobal
import (
"github.com/StackExchange/dnscontrol/v3/models"
"github.com/StackExchange/dnscontrol/v3/pkg/rejectif"
"github.com/StackExchange/dnscontrol/v4/models"
"github.com/StackExchange/dnscontrol/v4/pkg/rejectif"
)
// AuditRecords returns a list of errors corresponding to the records

View File

@@ -5,7 +5,7 @@ package cscglobal
import (
"net"
"github.com/StackExchange/dnscontrol/v3/models"
"github.com/StackExchange/dnscontrol/v4/models"
)
// nativeToRecordA takes an A record from DNS and returns a native RecordConfig struct.

View File

@@ -5,7 +5,7 @@ import (
"fmt"
"strings"
"github.com/StackExchange/dnscontrol/v3/providers"
"github.com/StackExchange/dnscontrol/v4/providers"
)
/*

View File

@@ -3,9 +3,9 @@ package cscglobal
import (
"strings"
"github.com/StackExchange/dnscontrol/v3/models"
"github.com/StackExchange/dnscontrol/v3/pkg/diff"
"github.com/StackExchange/dnscontrol/v3/pkg/diff2"
"github.com/StackExchange/dnscontrol/v4/models"
"github.com/StackExchange/dnscontrol/v4/pkg/diff"
"github.com/StackExchange/dnscontrol/v4/pkg/diff2"
)
// GetZoneRecords gets the records of a zone and returns them in RecordConfig format.

View File

@@ -5,7 +5,7 @@ import (
"sort"
"strings"
"github.com/StackExchange/dnscontrol/v3/models"
"github.com/StackExchange/dnscontrol/v4/models"
)
// GetRegistrarCorrections gathers corrections that would being n to match dc.