diff options
| author | Jeff Carr <[email protected]> | 2023-12-20 14:15:00 -0600 |
|---|---|---|
| committer | Jeff Carr <[email protected]> | 2023-12-20 14:15:00 -0600 |
| commit | 9f7da73c67e391e1797479f99a0578bde0fe2c0e (patch) | |
| tree | e635091058c4fd6da949e6ccbd1291fa3c929cb3 /examples/cloudflare/main.go | |
| parent | 85b9a036c289fe840e69e1852866f429b87cf63e (diff) | |
move to go.wit.com/guiv0.9.0
Signed-off-by: Jeff Carr <[email protected]>
Diffstat (limited to 'examples/cloudflare/main.go')
| -rw-r--r-- | examples/cloudflare/main.go | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/examples/cloudflare/main.go b/examples/cloudflare/main.go index aeb8570..64dabc5 100644 --- a/examples/cloudflare/main.go +++ b/examples/cloudflare/main.go @@ -8,8 +8,8 @@ import ( "bufio" "strings" - "git.wit.org/wit/gui" - "git.wit.org/jcarr/control-panel-dns/cloudflare" + "go.wit.com/gui" + "go.wit.com/control-panel-dns/cloudflare" ) var title string = "Cloudflare DNS Control Panel" |
