Skip to content

Commit

Permalink
use latest dep; ensure deps (#16)
Browse files Browse the repository at this point in the history
  • Loading branch information
fardog authored Nov 19, 2017
1 parent a98d2fe commit a322853
Show file tree
Hide file tree
Showing 8 changed files with 66 additions and 86 deletions.
33 changes: 33 additions & 0 deletions Gopkg.lock

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

30 changes: 30 additions & 0 deletions Gopkg.toml
Original file line number Diff line number Diff line change
@@ -0,0 +1,30 @@

# Gopkg.toml example
#
# Refer to https://github.com/golang/dep/blob/master/docs/Gopkg.toml.md
# 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"


[[constraint]]
name = "github.com/Sirupsen/logrus"
version = "1.0.3"

[[constraint]]
branch = "master"
name = "github.com/miekg/dns"
38 changes: 0 additions & 38 deletions lock.json

This file was deleted.

10 changes: 0 additions & 10 deletions manifest.json

This file was deleted.

8 changes: 2 additions & 6 deletions vendor/github.com/Sirupsen/logrus/README.md

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

5 changes: 1 addition & 4 deletions vendor/github.com/Sirupsen/logrus/entry.go

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

22 changes: 0 additions & 22 deletions vendor/github.com/Sirupsen/logrus/hook_test.go

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

6 changes: 0 additions & 6 deletions vendor/github.com/Sirupsen/logrus/logger.go

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

0 comments on commit a322853

Please sign in to comment.