From a884c98393556f937d7352e4f39e3ac6206a0961 Mon Sep 17 00:00:00 2001 From: Andrey Beletsky Date: Tue, 17 Sep 2019 22:48:33 +0700 Subject: [PATCH] Go mod tidy --- go.mod | 2 -- 1 file changed, 2 deletions(-) diff --git a/go.mod b/go.mod index 4c3fb680..cc024292 100644 --- a/go.mod +++ b/go.mod @@ -19,8 +19,6 @@ require ( github.com/lbryio/types v0.0.0-20190715201353-fe180635eafe // indirect github.com/lib/pq v1.1.1 github.com/magiconair/properties v1.8.1 // indirect - github.com/modern-go/concurrent v0.0.0-20180306012644-bacd9c7ef1dd // indirect - github.com/modern-go/reflect2 v1.0.1 // indirect github.com/nlopes/slack v0.6.0 // indirect github.com/onsi/ginkgo v1.10.1 // indirect github.com/onsi/gomega v1.7.0 // indirect