Skip to content

Commit

Permalink
Update version of fsnotify
Browse files Browse the repository at this point in the history
License: MIT
Signed-off-by: Jakub Sztandera <kubuxu@protonmail.ch>
  • Loading branch information
Kubuxu committed Jun 9, 2016
1 parent d562409 commit 9a1a2a0
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion cmd/ipfswatch/main.go
Original file line number Diff line number Diff line change
Expand Up @@ -15,8 +15,8 @@ import (
config "github.com/ipfs/go-ipfs/repo/config"
fsrepo "github.com/ipfs/go-ipfs/repo/fsrepo"
process "gx/ipfs/QmQopLATEYMNg7dVqZRNDfeE2S1yKy8zrRh5xnYiuqeZBn/goprocess"
fsnotify "gx/ipfs/QmVfrhNJ2Zy5zxCb2vToejfb97agG5mWkbR1evgWEVqbjm/fsnotify.v1"
context "gx/ipfs/QmZy2y8t9zQH2a1b8q2ZSLKp17ATuJoCNxxyMFG5qFExpt/go-net/context"
fsnotify "gx/ipfs/QmczzCMvJ3HV57WBKDy8b4ucp7quT325JjDbixYRS5Pwvv/fsnotify.v1"
)

var http = flag.Bool("http", false, "expose IPFS HTTP API")
Expand Down
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -138,9 +138,9 @@
},
{
"author": "kubuxu",
"hash": "QmVfrhNJ2Zy5zxCb2vToejfb97agG5mWkbR1evgWEVqbjm",
"hash": "QmczzCMvJ3HV57WBKDy8b4ucp7quT325JjDbixYRS5Pwvv",
"name": "fsnotify.v1",
"version": "0.0.0"
"version": "1.3.0"
}
],
"gxVersion": "0.4.0",
Expand Down

0 comments on commit 9a1a2a0

Please sign in to comment.