1
0
mirror of https://github.com/taigrr/go-selfupdate synced 2025-01-18 04:33:12 -08:00

Merge pull request #8 from viovanov/patch-1

Fix osext import
This commit is contained in:
Mark 2015-04-06 11:02:48 -07:00
commit 7c966756f0

View File

@ -42,7 +42,7 @@ import (
"runtime"
"time"
"bitbucket.org/kardianos/osext"
"github.com/kardianos/osext"
"github.com/inconshreveable/go-update"
"github.com/kr/binarydist"
)