Skip to content

Commit 0a374c7

Browse files
committed
fix dependency version for go-update
1 parent ecd1472 commit 0a374c7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

‎updater/updater.go

+1-1
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ import (
1515
"time"
1616

1717
log "github.com/Sirupsen/logrus"
18-
"github.com/inconshreveable/go-update"
18+
"gopkg.in/inconshreveable/go-update.v0"
1919
"github.com/kr/binarydist"
2020

2121
"github.com/kardianos/osext"

0 commit comments

Comments
 (0)