[go: up one dir, main page]

Skip to content

Commit

Permalink
pin against old go-update API
Browse files Browse the repository at this point in the history
  • Loading branch information
inconshreveable committed Aug 14, 2015
1 parent d7f9474 commit 09cd37a
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions src/ngrok/client/update_release.go
Original file line number Diff line number Diff line change
Expand Up @@ -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 (
Expand Down

0 comments on commit 09cd37a

Please sign in to comment.