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

Lines changed: 1 addition & 1 deletion
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)