From baa4e976e2bff67087fe3174a8f0a3fe556055a3 Mon Sep 17 00:00:00 2001 From: Ben Millington-Drake Date: Tue, 27 Aug 2024 19:09:57 +0400 Subject: [PATCH] Update import --- example/src/hello-updater/main.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/example/src/hello-updater/main.go b/example/src/hello-updater/main.go index 90446fe..eb4ae1c 100644 --- a/example/src/hello-updater/main.go +++ b/example/src/hello-updater/main.go @@ -3,7 +3,7 @@ package main import ( "log" - "github.com/sanbornm/go-selfupdate/selfupdate" + "github.com/rackerlabs/go-selfupdate/selfupdate" ) // The purpose of this app is to provide a simple example that just prints