Skip to content

Commit

Permalink
Revendor
Browse files Browse the repository at this point in the history
  • Loading branch information
diptadas committed Nov 27, 2017
1 parent 9f8e607 commit dd44975
Show file tree
Hide file tree
Showing 10 changed files with 586 additions and 65 deletions.
553 changes: 553 additions & 0 deletions glide.lock

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion glide.yaml
Expand Up @@ -2,7 +2,7 @@ package: github.com/appscode/stash
import:
- package: github.com/appscode/go
- package: github.com/appscode/kutil
version: 4b4f67973f42bf9a5355c6b4c2d00040833d4143
version: release-5.0
- package: github.com/appscode/pat
- package: github.com/cenkalti/backoff
version: v1.1.0
Expand Down
4 changes: 2 additions & 2 deletions pkg/cmds/check.go
Expand Up @@ -2,7 +2,7 @@ package cmds

import (
"github.com/appscode/go/log"
"github.com/appscode/kutil"
"github.com/appscode/kutil/meta"
"github.com/appscode/stash/client/typed/stash/v1alpha1"
"github.com/appscode/stash/pkg/check"
"github.com/spf13/cobra"
Expand Down Expand Up @@ -31,7 +31,7 @@ func NewCmdCheck() *cobra.Command {
c := check.New(
kubernetes.NewForConfigOrDie(config),
v1alpha1.NewForConfigOrDie(config),
kutil.Namespace(),
meta.Namespace(),
resticName,
hostName,
smartPrefix,
Expand Down
66 changes: 17 additions & 49 deletions vendor/github.com/cpuguy83/go-md2man/md2man/roff.go

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

2 changes: 1 addition & 1 deletion vendor/github.com/google/go-cmp/cmp/compare.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.

2 changes: 1 addition & 1 deletion vendor/github.com/google/uuid/hash.go

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

6 changes: 3 additions & 3 deletions vendor/github.com/google/uuid/time.go

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

12 changes: 6 additions & 6 deletions vendor/github.com/google/uuid/uuid.go

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

2 changes: 1 addition & 1 deletion vendor/github.com/google/uuid/version4.go

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

0 comments on commit dd44975

Please sign in to comment.