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 25, 2018
1 parent 04f51cc commit 000923c
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 3 deletions.
7 changes: 4 additions & 3 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 @@ -57,6 +57,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 000923c

Please sign in to comment.