From f95910d77b202384a4e631f2ed2d310ba991ee8c Mon Sep 17 00:00:00 2001 From: Martin Boehm Date: Fri, 29 Jun 2018 14:18:40 +0200 Subject: [PATCH] Remove gorilla/handlers from Gopkg.toml --- Gopkg.toml | 4 ---- 1 file changed, 4 deletions(-) diff --git a/Gopkg.toml b/Gopkg.toml index e0144613..d9c354a1 100644 --- a/Gopkg.toml +++ b/Gopkg.toml @@ -37,10 +37,6 @@ branch = "master" name = "github.com/golang/glog" -[[constraint]] - name = "github.com/gorilla/handlers" - version = "1.3.0" - [[constraint]] name = "github.com/gorilla/mux" version = "1.6.1"