Skip to content

Commit

Permalink
switch to dep for dependency management
Browse files Browse the repository at this point in the history
  • Loading branch information
mattfenwick committed Oct 18, 2018
1 parent c221869 commit 82abda1
Show file tree
Hide file tree
Showing 379 changed files with 68 additions and 80,873 deletions.
34 changes: 34 additions & 0 deletions Gopkg.lock

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

34 changes: 34 additions & 0 deletions Gopkg.toml
Original file line number Diff line number Diff line change
@@ -0,0 +1,34 @@
# 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/sirupsen/logrus"
version = "1.0.4"

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

This file was deleted.

4 changes: 0 additions & 4 deletions glide.yaml

This file was deleted.

83 changes: 0 additions & 83 deletions vendor/github.com/sirupsen/logrus/alt_exit_test.go

This file was deleted.

77 changes: 0 additions & 77 deletions vendor/github.com/sirupsen/logrus/entry_test.go

This file was deleted.

69 changes: 0 additions & 69 deletions vendor/github.com/sirupsen/logrus/example_basic_test.go

This file was deleted.

35 changes: 0 additions & 35 deletions vendor/github.com/sirupsen/logrus/example_hook_test.go

This file was deleted.

Loading

0 comments on commit 82abda1

Please sign in to comment.