Skip to content

Commit

Permalink
vendor: convert from glide to dep
Browse files Browse the repository at this point in the history
```shell
go get -u -v github.com/golang/dep
dep init
```

Signed-off-by: Vincent Batts <vbatts@hashbangbash.com>
  • Loading branch information
vbatts committed Jan 21, 2019
1 parent 53e54ea commit 94a6c46
Show file tree
Hide file tree
Showing 678 changed files with 119 additions and 224,558 deletions.
72 changes: 72 additions & 0 deletions Gopkg.lock

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

42 changes: 42 additions & 0 deletions Gopkg.toml
@@ -0,0 +1,42 @@
# Gopkg.toml example
#
# Refer to https://golang.github.io/dep/docs/Gopkg.toml.html
# for detailed Gopkg.toml documentation.
#
# required = ["github.com/user/thing/cmd/thing"]
# ignored = ["github.com/user/project/pkgX", "bitbucket.org/user/project/pkgA/pkgY"]
#
# [[constraint]]
# name = "github.com/user/project"
# version = "1.0.0"
#
# [[constraint]]
# name = "github.com/user/project2"
# branch = "dev"
# source = "github.com/myfork/project2"
#
# [[override]]
# name = "github.com/x/y"
# version = "2.4.0"
#
# [prune]
# non-go = false
# go-tests = true
# unused-packages = true


[[constraint]]
name = "github.com/davecgh/go-spew"
version = "1.1.1"

[[constraint]]
name = "github.com/fatih/color"
version = "1.6.0"

[[constraint]]
name = "github.com/sirupsen/logrus"
version = "1.0.0"

[prune]
go-tests = true
unused-packages = true
21 changes: 0 additions & 21 deletions glide.lock

This file was deleted.

16 changes: 0 additions & 16 deletions glide.yaml

This file was deleted.

22 changes: 0 additions & 22 deletions vendor/github.com/davecgh/go-spew/.gitignore

This file was deleted.

28 changes: 0 additions & 28 deletions vendor/github.com/davecgh/go-spew/.travis.yml

This file was deleted.

0 comments on commit 94a6c46

Please sign in to comment.