diff --git a/selfupdate/selfupdate.go b/selfupdate/selfupdate.go index c48346f..9e75ea3 100644 --- a/selfupdate/selfupdate.go +++ b/selfupdate/selfupdate.go @@ -42,7 +42,7 @@ import ( "runtime" "time" - "bitbucket.org/kardianos/osext" + "github.com/kardianos/osext" "github.com/inconshreveable/go-update" "github.com/kr/binarydist" )