From e20e3c879bc3417848ce5192ff7e3a1a70a6703c Mon Sep 17 00:00:00 2001 From: Alexey Palazhchenko Date: Fri, 17 Apr 2020 12:07:35 +0300 Subject: [PATCH] Relax github.com/pkg/errors dependency. That way pmm-agent can use 0.9.1 without breaking other users. --- Gopkg.toml | 10 ---------- 1 file changed, 10 deletions(-) diff --git a/Gopkg.toml b/Gopkg.toml index 370f3586..b8bc2875 100644 --- a/Gopkg.toml +++ b/Gopkg.toml @@ -22,16 +22,6 @@ branch = "master" name = "github.com/pborman/getopt" -[[constraint]] - name = "github.com/pkg/errors" - version = "0.8.0" - [[constraint]] name = "github.com/shirou/gopsutil" version = "2.17.11" - -[[constraint]] - name = "github.com/sirupsen/logrus" - -[[constraint]] - name = "go.mongodb.org/mongo-driver"