Skip to content

Commit

Permalink
Update tollbooth versions
Browse files Browse the repository at this point in the history
  • Loading branch information
davemachado committed Feb 14, 2018
1 parent 35b4a0c commit 49b46ce
Show file tree
Hide file tree
Showing 2 changed files with 16 additions and 7 deletions.
8 changes: 4 additions & 4 deletions Gopkg.lock

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

15 changes: 12 additions & 3 deletions Gopkg.toml
Original file line number Diff line number Diff line change
Expand Up @@ -16,13 +16,18 @@
# source = "github.com/myfork/project2"
#
# [[override]]
# name = "github.com/x/y"
# version = "2.4.0"
# name = "github.com/x/y"
# version = "2.4.0"
#
# [prune]
# non-go = false
# go-tests = true
# unused-packages = true


[[constraint]]
name = "github.com/didip/tollbooth"
version = "3.0.2"
version = "4.0.0"

[[constraint]]
branch = "master"
Expand All @@ -35,3 +40,7 @@
[[constraint]]
name = "github.com/urfave/negroni"
version = "0.3.0"

[prune]
go-tests = true
unused-packages = true

0 comments on commit 49b46ce

Please sign in to comment.