From af0e165a23f5d739dbb1408d79fa33846d67efb3 Mon Sep 17 00:00:00 2001 From: Pedro Pombeiro Date: Thu, 22 Feb 2018 18:50:58 +0100 Subject: [PATCH] Remove obsolete directive from `Gopkg.toml`. Part of #692 --- Gopkg.toml | 2 -- 1 file changed, 2 deletions(-) diff --git a/Gopkg.toml b/Gopkg.toml index 87a487835..2f29adbad 100644 --- a/Gopkg.toml +++ b/Gopkg.toml @@ -1,5 +1,3 @@ -ignored = ["github.com/ethereum/go-ethereum/whisper/notifications"] - [prune] unused-packages = true go-tests = true