From 37f42ddabd81ef1a9f9e262b6cc5b48e1a766446 Mon Sep 17 00:00:00 2001 From: Nickolai Zeldovich Date: Thu, 13 Jun 2019 13:26:35 -0400 Subject: [PATCH] cleanup Gopkg.toml based on suggestions from "dep ensure" (#4) --- Gopkg.toml | 5 ----- 1 file changed, 5 deletions(-) diff --git a/Gopkg.toml b/Gopkg.toml index f9b0cca36b..c4ec479f80 100644 --- a/Gopkg.toml +++ b/Gopkg.toml @@ -31,7 +31,6 @@ [[prune.project]] name = "github.com/karalabe/hid" - non-go = false unused-packages = false # The current version of logrus, v1.2.0, implements UnmarshalText but not MarshalText. @@ -75,10 +74,6 @@ name = "github.com/jmoiron/sqlx" version = "1.2.0" -[[constraint]] - name = "gopkg.in/yaml.v2" - version = "2.2.2" - [[constraint]] name = "github.com/algorand/websocket" branch = "master"