aboutsummaryrefslogtreecommitdiffstats
path: root/Godeps
diff options
context:
space:
mode:
authorPaul Zabelin2016-04-17 03:22:31 -0700
committerPaul Zabelin2016-04-17 03:22:31 -0700
commitb5eb2866cfceb69b0d4dd4948273d679a884fbb2 (patch)
tree1fdb61a7138642a1612bb201434e8ebda141cc8a /Godeps
parent8de8e05c483c6b5f23b14742315f1860211dcef7 (diff)
downloadgdrive-b5eb2866cfceb69b0d4dd4948273d679a884fbb2.tar.bz2
add Go dependencies by godep
see https://github.com/tools/godep
Diffstat (limited to 'Godeps')
-rw-r--r--Godeps/Godeps.json48
-rw-r--r--Godeps/Readme5
2 files changed, 53 insertions, 0 deletions
diff --git a/Godeps/Godeps.json b/Godeps/Godeps.json
new file mode 100644
index 0000000..e6f8032
--- /dev/null
+++ b/Godeps/Godeps.json
@@ -0,0 +1,48 @@
+{
+ "ImportPath": "github.com/prasmussen/gdrive",
+ "GoVersion": "go1.6",
+ "GodepVersion": "v61",
+ "Deps": [
+ {
+ "ImportPath": "github.com/sabhiram/go-git-ignore",
+ "Rev": "228fcfa2a06e870a3ef238d54c45ea847f492a37"
+ },
+ {
+ "ImportPath": "github.com/soniakeys/graph",
+ "Comment": "svg-v0-58-gc265d96",
+ "Rev": "c265d9676750b13b9520ba4ad4f8359fa1aed9fd"
+ },
+ {
+ "ImportPath": "golang.org/x/net/context",
+ "Rev": "fb93926129b8ec0056f2f458b1f519654814edf0"
+ },
+ {
+ "ImportPath": "golang.org/x/net/context/ctxhttp",
+ "Rev": "fb93926129b8ec0056f2f458b1f519654814edf0"
+ },
+ {
+ "ImportPath": "golang.org/x/oauth2",
+ "Rev": "7e9cd5d59563851383f8f81a7fbb01213709387c"
+ },
+ {
+ "ImportPath": "golang.org/x/oauth2/internal",
+ "Rev": "7e9cd5d59563851383f8f81a7fbb01213709387c"
+ },
+ {
+ "ImportPath": "google.golang.org/api/drive/v3",
+ "Rev": "9737cc9e103c00d06a8f3993361dec083df3d252"
+ },
+ {
+ "ImportPath": "google.golang.org/api/gensupport",
+ "Rev": "9737cc9e103c00d06a8f3993361dec083df3d252"
+ },
+ {
+ "ImportPath": "google.golang.org/api/googleapi",
+ "Rev": "9737cc9e103c00d06a8f3993361dec083df3d252"
+ },
+ {
+ "ImportPath": "google.golang.org/api/googleapi/internal/uritemplates",
+ "Rev": "9737cc9e103c00d06a8f3993361dec083df3d252"
+ }
+ ]
+}
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.