diff options
| author | Jeff Carr <[email protected]> | 2023-12-20 15:12:26 -0600 |
|---|---|---|
| committer | Jeff Carr <[email protected]> | 2023-12-20 15:12:26 -0600 |
| commit | bb662ccd82cbf07742896075127920493c1a4aaf (patch) | |
| tree | 5f51893e5ba935ed24dfa2ed95dd69e4d92fe8dc /hostname.go | |
| parent | 4c3be58461858c511a25da62e63e29c9b90a63a6 (diff) | |
rename to go.wit.com/control-panel-dnsv0.2.0
Signed-off-by: Jeff Carr <[email protected]>
Diffstat (limited to 'hostname.go')
| -rw-r--r-- | hostname.go | 8 |
1 files changed, 3 insertions, 5 deletions
diff --git a/hostname.go b/hostname.go index 06e2ce7..a0da280 100644 --- a/hostname.go +++ b/hostname.go @@ -6,12 +6,10 @@ package main import ( - "git.wit.org/wit/shell" + "go.wit.com/shell" - // dnssec IPv6 socket library - "git.wit.org/jcarr/dnssecsocket" - - "git.wit.org/jcarr/control-panel-dns/cloudflare" + "go.wit.com/control-panel-dns/cloudflare" + "go.wit.com/control-panel-dns/dnssecsocket" ) // will try to get this hosts FQDN |
