From 916e1713d807046b0ea6adbc8016f8f2a233fb0e Mon Sep 17 00:00:00 2001 From: Brendan Le Glaunec Date: Mon, 12 Mar 2018 14:16:44 +0100 Subject: [PATCH] Update dependencies --- Gopkg.toml | 8 -------- 1 file changed, 8 deletions(-) diff --git a/Gopkg.toml b/Gopkg.toml index 78335ae..fb167a8 100644 --- a/Gopkg.toml +++ b/Gopkg.toml @@ -37,10 +37,6 @@ branch = "master" name = "github.com/gernest/wow" -[[constraint]] - name = "github.com/gorilla/websocket" - version = "1.2.0" - [[constraint]] name = "github.com/pkg/errors" version = "0.8.0" @@ -61,10 +57,6 @@ name = "gopkg.in/go-playground/validator.v9" version = "9.9.3" -[[constraint]] - name = "gopkg.in/tylerb/graceful.v1" - version = "1.2.15" - [prune] go-tests = true unused-packages = true