mirror of
https://github.com/StackExchange/dnscontrol.git
synced 2025-12-11 14:45:52 +08:00
m
This commit is contained in:
parent
c310c59d0d
commit
6bc0116573
1 changed files with 4 additions and 5 deletions
|
|
@ -12,11 +12,6 @@ import (
|
||||||
"sync/atomic"
|
"sync/atomic"
|
||||||
"time"
|
"time"
|
||||||
|
|
||||||
"github.com/nozzle/throttler"
|
|
||||||
"github.com/urfave/cli/v2"
|
|
||||||
"golang.org/x/exp/slices"
|
|
||||||
"golang.org/x/net/idna"
|
|
||||||
|
|
||||||
"github.com/StackExchange/dnscontrol/v4/models"
|
"github.com/StackExchange/dnscontrol/v4/models"
|
||||||
"github.com/StackExchange/dnscontrol/v4/pkg/bindserial"
|
"github.com/StackExchange/dnscontrol/v4/pkg/bindserial"
|
||||||
"github.com/StackExchange/dnscontrol/v4/pkg/credsfile"
|
"github.com/StackExchange/dnscontrol/v4/pkg/credsfile"
|
||||||
|
|
@ -27,6 +22,10 @@ import (
|
||||||
"github.com/StackExchange/dnscontrol/v4/pkg/rfc4183"
|
"github.com/StackExchange/dnscontrol/v4/pkg/rfc4183"
|
||||||
"github.com/StackExchange/dnscontrol/v4/pkg/zonerecs"
|
"github.com/StackExchange/dnscontrol/v4/pkg/zonerecs"
|
||||||
"github.com/StackExchange/dnscontrol/v4/providers"
|
"github.com/StackExchange/dnscontrol/v4/providers"
|
||||||
|
"github.com/nozzle/throttler"
|
||||||
|
"github.com/urfave/cli/v2"
|
||||||
|
"golang.org/x/exp/slices"
|
||||||
|
"golang.org/x/net/idna"
|
||||||
)
|
)
|
||||||
|
|
||||||
type cmdZoneCache struct {
|
type cmdZoneCache struct {
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue