From 3b129e97795b2391d891b7d658f71f702fb372e1 Mon Sep 17 00:00:00 2001 From: Chris Arcand Date: Wed, 24 May 2017 21:29:15 -0500 Subject: [PATCH] lol silly golang --- Godeps/Godeps.json | 16 ++++++++++++++++ Godeps/Readme | 5 +++++ 2 files changed, 21 insertions(+) create mode 100644 Godeps/Godeps.json create mode 100644 Godeps/Readme diff --git a/Godeps/Godeps.json b/Godeps/Godeps.json new file mode 100644 index 0000000..90fb846 --- /dev/null +++ b/Godeps/Godeps.json @@ -0,0 +1,16 @@ +{ + "ImportPath": "github.com/chrisarcand/miqversions", + "GoVersion": "go1.8", + "GodepVersion": "v79", + "Deps": [ + { + "ImportPath": "github.com/mattn/go-runewidth", + "Comment": "v0.0.2-3-g97311d9", + "Rev": "97311d9f7767e3d6f422ea06661bc2c7a19e8a5d" + }, + { + "ImportPath": "github.com/olekukonko/tablewriter", + "Rev": "febf2d34b54a69ce7530036c7503b1c9fbfdf0bb" + } + ] +} diff --git a/Godeps/Readme b/Godeps/Readme new file mode 100644 index 0000000..4cdaa53 --- /dev/null +++ b/Godeps/Readme @@ -0,0 +1,5 @@ +This directory tree is generated automatically by godep. + +Please do not edit. + +See https://github.com/tools/godep for more information.