From 000923ca274a78182d1f943cf6339d0431c70329 Mon Sep 17 00:00:00 2001 From: Alexandre Jacquin Date: Wed, 25 Apr 2018 16:38:52 +0200 Subject: [PATCH] Use correct host in link Use an updated version of gin-contrib/location to get the correct host PR already opened here: https://github.com/gin-contrib/location/pull/13 fix #49 --- Gopkg.lock | 7 ++++--- Gopkg.toml | 5 +++++ 2 files changed, 9 insertions(+), 3 deletions(-) diff --git a/Gopkg.lock b/Gopkg.lock index 255e7e7..dab8b63 100644 --- a/Gopkg.lock +++ b/Gopkg.lock @@ -124,10 +124,11 @@ version = "v1.2" [[projects]] - branch = "master" + branch = "fix-host" name = "github.com/gin-contrib/location" packages = ["."] - revision = "911ef8299476b8a48e11ec0c26f2a0810345b690" + revision = "37c679faaceeb9f24920361c38eda1204211a8b7" + source = "github.com/kinnou02/location" [[projects]] branch = "master" @@ -489,6 +490,6 @@ [solve-meta] analyzer-name = "dep" analyzer-version = 1 - inputs-digest = "ce18e72781d432abce0feb4f9d88e260e5e69204d3526ca607f033a559eee66a" + inputs-digest = "9a2ee152bed236d8bbd57eea5d8d528149fbd16c85fa2f07b2f46cb45eb1e45d" solver-name = "gps-cdcl" solver-version = 1 diff --git a/Gopkg.toml b/Gopkg.toml index 289e8bd..42f4dad 100644 --- a/Gopkg.toml +++ b/Gopkg.toml @@ -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