summaryrefslogtreecommitdiff
path: root/Gopkg.lock
diff options
context:
space:
mode:
authorDan Duvall <dduvall@wikimedia.org>2017-11-15 10:54:55 -0800
committerDan Duvall <dduvall@wikimedia.org>2017-11-16 13:02:18 -0800
commit00820cbd6bbcc98321c5a0d279394673425d0783 (patch)
treecc7915d20f368c44823e1ab56b03c2f0cb5ca043 /Gopkg.lock
parent3e2708071d7ea71e65792709b798c734415b3a3c (diff)
downloadblubber-00820cbd6bbcc98321c5a0d279394673425d0783.tar.gz
Use dep for dependency management and commit vendor
Summary: Our current lack of dependency management is leading to issues with Debian packaging and risks inconsistent builds. Let's use `dep`, the "official experiment" for go dependency management, and commit the vendor directory which is small enough following a `dep prune`. Fixes T180530 Depends on D881 Test Plan: Run `make` or `go build -v` and examine output to ensure use of `vendor/` packages. Reviewers: thcipriani, Joe, #release-engineering-team Reviewed By: thcipriani, #release-engineering-team Tags: #release-engineering-team Maniphest Tasks: T180530 Differential Revision: https://phabricator.wikimedia.org/D882
Diffstat (limited to 'Gopkg.lock')
-rw-r--r--Gopkg.lock57
1 files changed, 57 insertions, 0 deletions
diff --git a/Gopkg.lock b/Gopkg.lock
new file mode 100644
index 0000000..8a4aeee
--- /dev/null
+++ b/Gopkg.lock
@@ -0,0 +1,57 @@
+# This file is autogenerated, do not edit; changes may be undone by the next 'dep ensure'.
+
+
+[[projects]]
+ name = "github.com/davecgh/go-spew"
+ packages = ["spew"]
+ revision = "346938d642f2ec3594ed81d874461961cd0faa76"
+ version = "v1.1.0"
+
+[[projects]]
+ name = "github.com/docker/distribution"
+ packages = ["digest","reference"]
+ revision = "48294d928ced5dd9b378f7fd7c6f5da3ff3f2c89"
+ version = "v2.6.2"
+
+[[projects]]
+ name = "github.com/go-playground/locales"
+ packages = [".","currency"]
+ revision = "e4cbcb5d0652150d40ad0646651076b6bd2be4f6"
+ version = "v0.11.2"
+
+[[projects]]
+ name = "github.com/go-playground/universal-translator"
+ packages = ["."]
+ revision = "b32fa301c9fe55953584134cb6853a13c87ec0a1"
+ version = "v0.16.0"
+
+[[projects]]
+ name = "github.com/pmezard/go-difflib"
+ packages = ["difflib"]
+ revision = "792786c7400a136282c1664665ae0a8db921c6c2"
+ version = "v1.0.0"
+
+[[projects]]
+ name = "github.com/stretchr/testify"
+ packages = ["assert"]
+ revision = "69483b4bd14f5845b5a1e55bca19e954e827f1d0"
+ version = "v1.1.4"
+
+[[projects]]
+ name = "gopkg.in/go-playground/validator.v9"
+ packages = ["."]
+ revision = "61caf9d3038e1af346dbf5c2e16f6678e1548364"
+ version = "v9.9.0"
+
+[[projects]]
+ branch = "v2"
+ name = "gopkg.in/yaml.v2"
+ packages = ["."]
+ revision = "eb3733d160e74a9c7e442f435eb3bea458e1d19f"
+
+[solve-meta]
+ analyzer-name = "dep"
+ analyzer-version = 1
+ inputs-digest = "a207dfcd5255a9f7ed6e08d3982f8f3075d29d45b7d0bb7ad31709e04755a649"
+ solver-name = "gps-cdcl"
+ solver-version = 1