Skip to content

Commit

Permalink
Use correct host in link
Browse files Browse the repository at this point in the history
Use an updated version of gin-contrib/location to get the correct host
PR already opened here: gin-contrib/location#13

fix #49
  • Loading branch information
kinnou02 committed Apr 30, 2018
1 parent 74837e1 commit 02fa88b
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 11 deletions.
17 changes: 6 additions & 11 deletions Gopkg.lock

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

5 changes: 5 additions & 0 deletions Gopkg.toml
Original file line number Diff line number Diff line change
Expand Up @@ -61,6 +61,11 @@
name = "github.com/prometheus/client_golang"
branch = "master"

[[constraint]]
name = "github.com/gin-contrib/location"
branch = "fix-host"
source = "github.com/kinnou02/location"

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

0 comments on commit 02fa88b

Please sign in to comment.