Browse Source

pin against old go-update API

Alan Shreve 10 years ago
parent
commit
09cd37a1f3
1 changed files with 3 additions and 2 deletions
  1. 3 2
      src/ngrok/client/update_release.go

+ 3 - 2
src/ngrok/client/update_release.go

@@ -3,12 +3,13 @@
 package client
 
 import (
-	update "github.com/inconshreveable/go-update"
-	"github.com/inconshreveable/go-update/check"
 	"ngrok/client/mvc"
 	"ngrok/log"
 	"ngrok/version"
 	"time"
+
+	"gopkg.in/inconshreveable/go-update.v0"
+	"gopkg.in/inconshreveable/go-update.v0/check"
 )
 
 const (