From 1db4ed9a301500e3b5f5ed3a150fc33a3107fd50 Mon Sep 17 00:00:00 2001 From: Jeff Carr Date: Sun, 14 Jan 2024 20:12:25 -0600 Subject: clean gomod Signed-off-by: Jeff Carr --- examples/drawtext.go | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'examples/drawtext.go') diff --git a/examples/drawtext.go b/examples/drawtext.go index 0aaeb7d..5d203ba 100644 --- a/examples/drawtext.go +++ b/examples/drawtext.go @@ -7,8 +7,8 @@ package main // TODO probably a bug in libui: changing the font away from skia leads to a crash import ( - "github.com/andlabs/ui" - _ "github.com/andlabs/ui/winmanifest" + "go.wit.com/dev/andlabs/ui" + _ "go.wit.com/dev/andlabs/ui/winmanifest" ) var ( -- cgit v1.2.3