From 7d8892020e95d9cd98baf0d309b5404564e426d3 Mon Sep 17 00:00:00 2001 From: Jan De Dobbeleer Date: Mon, 21 Sep 2020 20:25:06 +0200 Subject: [PATCH] chore: remove unused dependency --- Gopkg.toml | 5 ----- 1 file changed, 5 deletions(-) diff --git a/Gopkg.toml b/Gopkg.toml index e8f43bd2..224d7398 100755 --- a/Gopkg.toml +++ b/Gopkg.toml @@ -39,11 +39,6 @@ version = "1.6.1" source = "github.com/stretchr/testify" -[[constraint]] - name = "github.com/stretchr/objx" - version = "v0.3.0" - source = "github.com/stretchr/objx" - [[constraint]] name = "github.com/mitchellh/go-ps" branch = "master"