Skip to content

Commit

Permalink
Use personal fork of nightlyone/filelock
Browse files Browse the repository at this point in the history
  • Loading branch information
Acconut committed Sep 30, 2016
1 parent 5fceb7e commit 9753aae
Show file tree
Hide file tree
Showing 9 changed files with 149 additions and 208 deletions.
2 changes: 1 addition & 1 deletion filestore/filestore.go
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ import (
"github.com/tus/tusd"
"github.com/tus/tusd/uid"

"github.com/nightlyone/lockfile"
"gopkg.in/Acconut/lockfile.v1"
)

var defaultFilePerm = os.FileMode(0664)
Expand Down
196 changes: 0 additions & 196 deletions vendor/github.com/nightlyone/lockfile/lockfile.go

This file was deleted.

File renamed without changes.
135 changes: 135 additions & 0 deletions vendor/gopkg.in/Acconut/lockfile.v1/lockfile.go

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

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

12 changes: 6 additions & 6 deletions vendor/vendor.json
Original file line number Diff line number Diff line change
Expand Up @@ -38,12 +38,6 @@
"revision": "c12348ce28de40eed0136aa2b644d0ee0650e56c",
"revisionTime": "2016-04-24T11:30:07Z"
},
{
"checksumSHA1": "dSCW0yEU+VThfWk5v/GkSdrjIu4=",
"path": "github.com/nightlyone/lockfile",
"revision": "3d299f51e376213fcdcfd213a76afce6b290bf9d",
"revisionTime": "2016-06-19T19:46:32Z"
},
{
"checksumSHA1": "LuFv4/jlrmFNnDb/5SCSEPAM9vU=",
"path": "github.com/pmezard/go-difflib/difflib",
Expand Down Expand Up @@ -91,6 +85,12 @@
"path": "github.com/stretchr/testify/assert",
"revision": "d77da356e56a7428ad25149ca77381849a6a5232",
"revisionTime": "2016-06-15T09:26:46Z"
},
{
"checksumSHA1": "0zBf3a7Gzqypt1sWefwx4NkOEIc=",
"path": "gopkg.in/Acconut/lockfile.v1",
"revision": "941fc61ce4d67dd432b94ed0bd445ad5fb9391a9",
"revisionTime": "2016-05-20T15:30:20Z"
}
],
"rootPath": "github.com/tus/tusd"
Expand Down

0 comments on commit 9753aae

Please sign in to comment.