summaryrefslogtreecommitdiff
path: root/rr.go
diff options
context:
space:
mode:
authorJeff Carr <[email protected]>2024-01-21 02:10:00 -0600
committerJeff Carr <[email protected]>2024-01-21 02:10:00 -0600
commitafaa9dede241feac32181ce6a1afb284704fa40c (patch)
treecedcb5f1a35b187c61c00b011889c52eca3ac9f1 /rr.go
parentf0b712faf865b460b8be7a9edfd78e1b3852cae5 (diff)
fixes for new paths
Signed-off-by: Jeff Carr <[email protected]>
Diffstat (limited to 'rr.go')
-rw-r--r--rr.go2
1 files changed, 1 insertions, 1 deletions
diff --git a/rr.go b/rr.go
index 565b00a..de2d275 100644
--- a/rr.go
+++ b/rr.go
@@ -9,7 +9,7 @@ package cloudflare
import (
"os"
- "go.wit.com/gui/gui"
+ "go.wit.com/gui"
"go.wit.com/lib/gadgets"
"go.wit.com/log"
)