From 1a2dcde81a5e91c3a8a3d7c96e016f8175f3fff7 Mon Sep 17 00:00:00 2001 From: Mariano Cano <mariano@smallstep.com> Date: Mon, 4 Feb 2019 17:12:11 -0800 Subject: [PATCH] Update dependencies --- Gopkg.lock | 13 +------------ Gopkg.toml | 4 ---- 2 files changed, 1 insertion(+), 16 deletions(-) diff --git a/Gopkg.lock b/Gopkg.lock index 9855aa1..17e2f19 100644 --- a/Gopkg.lock +++ b/Gopkg.lock @@ -9,20 +9,9 @@ pruneopts = "UT" revision = "591f970eefbbeb04d7b37f334a0c4c3256e32876" -[[projects]] - digest = "1:cf31692c14422fa27c83a05292eb5cbe0fb2775972e8f1f8446a71549bd8980b" - name = "github.com/pkg/errors" - packages = ["."] - pruneopts = "UT" - revision = "ba968bfe8b2f7e042a574c888954fccecfa385b4" - version = "v0.8.1" - [solve-meta] analyzer-name = "dep" analyzer-version = 1 - input-imports = [ - "github.com/DHowett/go-plist", - "github.com/pkg/errors", - ] + input-imports = ["github.com/DHowett/go-plist"] solver-name = "gps-cdcl" solver-version = 1 diff --git a/Gopkg.toml b/Gopkg.toml index 91820cc..bfcdd0e 100644 --- a/Gopkg.toml +++ b/Gopkg.toml @@ -29,10 +29,6 @@ branch = "master" name = "github.com/DHowett/go-plist" -[[constraint]] - name = "github.com/pkg/errors" - version = "0.8.1" - [prune] go-tests = true unused-packages = true -- GitLab