From 30545808d932d4ff55e08fb8e54db3ae61f80d16 Mon Sep 17 00:00:00 2001 From: Julien Salleyron Date: Thu, 28 Mar 2019 13:46:04 +0100 Subject: [PATCH] Remove thoas/stats fork --- Gopkg.toml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Gopkg.toml b/Gopkg.toml index 9ec00d133..88039e137 100644 --- a/Gopkg.toml +++ b/Gopkg.toml @@ -46,9 +46,9 @@ source = "github.com/containous/go-http-auth" [[constraint]] - branch = "containous-fork" name = "github.com/thoas/stats" - source = "github.com/containous/stats" + # related to https://github.com/thoas/stats/pull/32 + revision = "4975baf6a358ed3ddaa42133996e1959f96c9300" [[constraint]] branch = "master"