Skip to content
This repository has been archived by the owner on Oct 25, 2019. It is now read-only.

Commit

Permalink
Merge pull request #2 from kautsig/bugfix/fix-build-deps
Browse files Browse the repository at this point in the history
Adjust build to moved/changed upstream dependencies, fixes bitly#592
  • Loading branch information
simeonlamhk01 authored Aug 8, 2018
2 parents e56eb6f + 2f78b9d commit 4717606
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
4 changes: 2 additions & 2 deletions Gopkg.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions Gopkg.toml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
#

[[constraint]]
name = "github.com/18F/hmacauth"
name = "github.com/mbland/hmacauth"
version = "~1.0.1"

[[constraint]]
Expand Down Expand Up @@ -36,7 +36,7 @@
name = "google.golang.org/api"

[[constraint]]
name = "gopkg.in/fsnotify.v1"
name = "gopkg.in/fsnotify/fsnotify.v1"
version = "~1.2.0"

[[constraint]]
Expand Down
2 changes: 1 addition & 1 deletion watcher.go
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ import (
"path/filepath"
"time"

"gopkg.in/fsnotify.v1"
"gopkg.in/fsnotify/fsnotify.v1"
)

func WaitForReplacement(filename string, op fsnotify.Op,
Expand Down

0 comments on commit 4717606

Please sign in to comment.