From a0e3e0159f975f5450423a43191836ad89c61539 Mon Sep 17 00:00:00 2001 From: Derik Evangelista Date: Wed, 26 Jun 2019 10:12:50 +0100 Subject: [PATCH] Update Gopkg.lock --- Gopkg.lock | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Gopkg.lock b/Gopkg.lock index 462599f0..157a9f42 100644 --- a/Gopkg.lock +++ b/Gopkg.lock @@ -53,6 +53,7 @@ packages = [ ".", "config", + "extensions/table", "internal/codelocation", "internal/containernode", "internal/failer", @@ -172,6 +173,7 @@ "github.com/drewolson/testflight", "github.com/gorilla/mux", "github.com/onsi/ginkgo", + "github.com/onsi/ginkgo/extensions/table", "github.com/onsi/gomega", "github.com/onsi/gomega/gbytes", "github.com/pborman/uuid",