change paths

Signed-off-by: Jeff Carr <jcarr@wit.com>
This commit is contained in:
Jeff Carr 2024-01-07 16:52:23 -06:00
parent 4ed6f6b35f
commit e14bd65844
4 changed files with 5 additions and 5 deletions

2
fix.go
View File

@ -4,7 +4,7 @@ package main
import (
"go.wit.com/log"
"go.wit.com/gui/cloudflare"
"go.wit.com/wit/control-panel-dns/smartwindow"
"go.wit.com/apps/control-panel-dns/smartwindow"
)
func fix() bool {

2
gui.go
View File

@ -12,7 +12,7 @@ import (
"go.wit.com/gui/cloudflare"
"go.wit.com/gui/debugger"
"go.wit.com/gui/gadgets/logsettings"
"go.wit.com/wit/control-panel-dns/smartwindow"
"go.wit.com/apps/control-panel-dns/smartwindow"
)
// This setups up the dns control panel window

View File

@ -14,7 +14,7 @@ import (
"go.wit.com/gui/gui"
"go.wit.com/gui/debugger"
"go.wit.com/wit/control-panel-dns/linuxstatus"
"go.wit.com/apps/control-panel-dns/linuxstatus"
"github.com/miekg/dns"
)

View File

@ -7,8 +7,8 @@ import (
"go.wit.com/gui/gui"
"go.wit.com/gui/gadgets"
// "go.wit.com/gui/cloudflare"
"go.wit.com/wit/control-panel-dns/linuxstatus"
"go.wit.com/wit/control-panel-dns/smartwindow"
"go.wit.com/apps/control-panel-dns/linuxstatus"
"go.wit.com/apps/control-panel-dns/smartwindow"
"github.com/miekg/dns"
)