From 01e9a34952bd6ddd383680b0ca2312e476ad07a6 Mon Sep 17 00:00:00 2001 From: horus_arch Date: Sun, 19 Apr 2015 22:09:52 +0200 Subject: Initial commit. --- Godeps/Godeps.json | 18 ++++++++++++++++++ 1 file changed, 18 insertions(+) create mode 100644 Godeps/Godeps.json (limited to 'Godeps/Godeps.json') diff --git a/Godeps/Godeps.json b/Godeps/Godeps.json new file mode 100644 index 0000000..1df2628 --- /dev/null +++ b/Godeps/Godeps.json @@ -0,0 +1,18 @@ +{ + "ImportPath": "github.com/gophergala/ImgurGo", + "GoVersion": "go1.4.1", + "Deps": [ + { + "ImportPath": "github.com/mitchellh/goamz/aws", + "Rev": "2441a8d0fab90553ec345cfdf3db24bb61ea61c3" + }, + { + "ImportPath": "github.com/mitchellh/goamz/s3", + "Rev": "2441a8d0fab90553ec345cfdf3db24bb61ea61c3" + }, + { + "ImportPath": "github.com/vaughan0/go-ini", + "Rev": "a98ad7ee00ec53921f08832bc06ecf7fd600e6a1" + } + ] +} -- cgit v1.2.3