Skip to content

Commit

Permalink
Merge pull request #458 from restic/use-gb-vendor
Browse files Browse the repository at this point in the history
Properly vendor dependencies with gb-vendor
  • Loading branch information
fd0 committed Feb 20, 2016
2 parents 134d129 + eef73d4 commit 9334790
Show file tree
Hide file tree
Showing 39 changed files with 5,760 additions and 156 deletions.
82 changes: 82 additions & 0 deletions vendor/manifest
Original file line number Diff line number Diff line change
@@ -0,0 +1,82 @@
{
"version": 0,
"dependencies": [
{
"importpath": "bazil.org/fuse",
"repository": "https://github.com/bazil/fuse",
"revision": "18419ee53958df28fcfc9490fe6123bd59e237bb",
"branch": "HEAD"
},
{
"importpath": "github.com/jessevdk/go-flags",
"repository": "https://github.com/jessevdk/go-flags",
"revision": "1b89bf73cd2c3a911d7b2a279ab085c4a18cf539",
"branch": "HEAD"
},
{
"importpath": "github.com/juju/errors",
"repository": "https://github.com/juju/errors",
"revision": "4567a5e69fd3130ca0d89f69478e7ac025b67452",
"branch": "HEAD"
},
{
"importpath": "github.com/kr/fs",
"repository": "https://github.com/kr/fs",
"revision": "2788f0dbd16903de03cb8186e5c7d97b69ad387b",
"branch": "HEAD"
},
{
"importpath": "github.com/minio/minio-go",
"repository": "https://github.com/minio/minio-go",
"revision": "a4cd3caabd5f9c35ac100110eb60c2b80798f1af",
"branch": "HEAD"
},
{
"importpath": "github.com/pkg/sftp",
"repository": "https://github.com/pkg/sftp",
"revision": "e84cc8c755ca39b7b64f510fe1fffc1b51f210a5",
"branch": "HEAD"
},
{
"importpath": "github.com/restic/chunker",
"repository": "https://github.com/restic/chunker",
"revision": "fc45043175c38d59374024a38fb7123c40a64f20",
"branch": "HEAD"
},
{
"importpath": "golang.org/x/crypto/pbkdf2",
"repository": "https://go.googlesource.com/crypto",
"revision": "cc04154d65fb9296747569b107cfd05380b1ea3e",
"branch": "HEAD",
"path": "/pbkdf2"
},
{
"importpath": "golang.org/x/crypto/poly1305",
"repository": "https://go.googlesource.com/crypto",
"revision": "cc04154d65fb9296747569b107cfd05380b1ea3e",
"branch": "HEAD",
"path": "/poly1305"
},
{
"importpath": "golang.org/x/crypto/scrypt",
"repository": "https://go.googlesource.com/crypto",
"revision": "cc04154d65fb9296747569b107cfd05380b1ea3e",
"branch": "HEAD",
"path": "/scrypt"
},
{
"importpath": "golang.org/x/crypto/ssh",
"repository": "https://go.googlesource.com/crypto",
"revision": "cc04154d65fb9296747569b107cfd05380b1ea3e",
"branch": "HEAD",
"path": "/ssh"
},
{
"importpath": "golang.org/x/net/context",
"repository": "https://go.googlesource.com/net",
"revision": "7654728e381988afd88e58cabfd6363a5ea91810",
"branch": "HEAD",
"path": "/context"
}
]
}
2 changes: 0 additions & 2 deletions vendor/src/bazil.org/fuse/.gitattributes

This file was deleted.

11 changes: 0 additions & 11 deletions vendor/src/bazil.org/fuse/.gitignore

This file was deleted.

4 changes: 0 additions & 4 deletions vendor/src/bazil.org/fuse/doc/.gitignore

This file was deleted.

2 changes: 1 addition & 1 deletion vendor/src/bazil.org/fuse/fs/fstestutil/doc.go
Original file line number Diff line number Diff line change
@@ -1 +1 @@
package fstestutil
package fstestutil // import "bazil.org/fuse/fs/fstestutil"
2 changes: 1 addition & 1 deletion vendor/src/bazil.org/fuse/fs/fstestutil/record/record.go
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
package record
package record // import "bazil.org/fuse/fs/fstestutil/record"

import (
"sync"
Expand Down
2 changes: 1 addition & 1 deletion vendor/src/bazil.org/fuse/fs/serve.go
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
// FUSE service loop, for servers that wish to use it.

package fs
package fs // import "bazil.org/fuse/fs"

import (
"encoding/binary"
Expand Down
2 changes: 1 addition & 1 deletion vendor/src/bazil.org/fuse/fuse.go
Original file line number Diff line number Diff line change
Expand Up @@ -98,7 +98,7 @@
// Behavior and metadata of the mounted file system can be changed by
// passing MountOption values to Mount.
//
package fuse
package fuse // import "bazil.org/fuse"

import (
"bytes"
Expand Down
2 changes: 1 addition & 1 deletion vendor/src/bazil.org/fuse/fuseutil/fuseutil.go
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
package fuseutil
package fuseutil // import "bazil.org/fuse/fuseutil"

import (
"bazil.org/fuse"
Expand Down
2 changes: 1 addition & 1 deletion vendor/src/bazil.org/fuse/syscallx/doc.go
Original file line number Diff line number Diff line change
Expand Up @@ -10,4 +10,4 @@
//
// Options can be implemented with separate wrappers, in the style of
// Linux getxattr/lgetxattr/fgetxattr.
package syscallx
package syscallx // import "bazil.org/fuse/syscallx"
35 changes: 0 additions & 35 deletions vendor/src/github.com/jessevdk/go-flags/.travis.yml

This file was deleted.

23 changes: 0 additions & 23 deletions vendor/src/github.com/juju/errors/.gitignore

This file was deleted.

2 changes: 0 additions & 2 deletions vendor/src/github.com/minio/minio-go/.gitignore

This file was deleted.

23 changes: 0 additions & 23 deletions vendor/src/github.com/minio/minio-go/.travis.yml

This file was deleted.

0 comments on commit 9334790

Please sign in to comment.