From 2a263380091311c9987fbabfb7ccb2f288e58064 Mon Sep 17 00:00:00 2001 From: Dave Henderson Date: Thu, 3 Oct 2019 23:20:12 -0400 Subject: Moving to go modules Signed-off-by: Dave Henderson --- vendor/github.com/Shopify/ejson/dev.yml | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) create mode 100644 vendor/github.com/Shopify/ejson/dev.yml (limited to 'vendor/github.com/Shopify/ejson/dev.yml') diff --git a/vendor/github.com/Shopify/ejson/dev.yml b/vendor/github.com/Shopify/ejson/dev.yml new file mode 100644 index 00000000..ca552fc6 --- /dev/null +++ b/vendor/github.com/Shopify/ejson/dev.yml @@ -0,0 +1,16 @@ +name: ejson + +up: + - homebrew: + - glide + - ruby: 2.3.3 + - go: 1.8.3 + - bundler + - custom: + name: Install vendored dependencies + met?: test -e vendor + meet: glide install + +commands: + build: make + test: go test $(glide nv) -- cgit v1.2.3