From 687abe78034739fdffdd794efdf4db8f5ebf6728 Mon Sep 17 00:00:00 2001 From: Nick Craig-Wood Date: Sun, 6 Nov 2016 14:50:52 +0000 Subject: [PATCH] Fix godep update --- Godeps/Godeps.json | 30 ++++++++++++++++++++++++++++++ Makefile | 2 +- 2 files changed, 31 insertions(+), 1 deletion(-) diff --git a/Godeps/Godeps.json b/Godeps/Godeps.json index 78232dd5b..a92661761 100644 --- a/Godeps/Godeps.json +++ b/Godeps/Godeps.json @@ -368,6 +368,36 @@ { "ImportPath": "google.golang.org/appengine/internal/remote_api", "Rev": "c98f627282072b1230c8795abe98e2914c8a1de9" + }, + { + "ImportPath": "github.com/aws/aws-sdk-go/vendor/github.com/go-ini/ini", + "Comment": "v1.1.7", + "Rev": "13a12060f716145019378a10e2806c174356b857" + }, + { + "ImportPath": "github.com/aws/aws-sdk-go/vendor/github.com/jmespath/go-jmespath", + "Comment": "v1.1.7", + "Rev": "13a12060f716145019378a10e2806c174356b857" + }, + { + "ImportPath": "github.com/cpuguy83/go-md2man/vendor/github.com/russross/blackfriday", + "Comment": "v1.0.6", + "Rev": "a65d4d2de4d5f7c74868dfa9b202a3c8be315aaa" + }, + { + "ImportPath": "github.com/cpuguy83/go-md2man/vendor/github.com/shurcooL/sanitized_anchor_name", + "Comment": "v1.0.6", + "Rev": "a65d4d2de4d5f7c74868dfa9b202a3c8be315aaa" + }, + { + "ImportPath": "github.com/stretchr/testify/vendor/github.com/davecgh/go-spew/spew", + "Comment": "v1.1.3-4-g1f4a164", + "Rev": "1f4a1643a57e798696635ea4c126e9127adb7d3c" + }, + { + "ImportPath": "github.com/stretchr/testify/vendor/github.com/pmezard/go-difflib/difflib", + "Comment": "v1.1.3-4-g1f4a164", + "Rev": "1f4a1643a57e798696635ea4c126e9127adb7d3c" } ] } diff --git a/Makefile b/Makefile index 22b7387f4..699382931 100644 --- a/Makefile +++ b/Makefile @@ -55,7 +55,7 @@ endif # Update dependencies update: go get -t -u -f -v ./... - godep save ./... + godep update ./... doc: rclone.1 MANUAL.html MANUAL.txt