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/histogram.go | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'examples/histogram.go') diff --git a/examples/histogram.go b/examples/histogram.go index 55a9f59..baabf34 100644 --- a/examples/histogram.go +++ b/examples/histogram.go @@ -8,8 +8,8 @@ import ( "math/rand" "time" - "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