aboutsummaryrefslogtreecommitdiffstats
path: root/Godeps/Godeps.json
diff options
context:
space:
mode:
authorPetter Rasmussen2016-04-17 13:11:19 +0200
committerPetter Rasmussen2016-04-17 13:11:19 +0200
commit97981f7fd205353907135eacfc0e0ade24b88269 (patch)
tree1fdb61a7138642a1612bb201434e8ebda141cc8a /Godeps/Godeps.json
parent8de8e05c483c6b5f23b14742315f1860211dcef7 (diff)
parentb5eb2866cfceb69b0d4dd4948273d679a884fbb2 (diff)
downloadgdrive-97981f7fd205353907135eacfc0e0ade24b88269.tar.bz2
Merge pull request #140 from paulz/godep
add Go dependencies by godep
Diffstat (limited to 'Godeps/Godeps.json')
-rw-r--r--Godeps/Godeps.json48
1 files changed, 48 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"
+ }
+ ]
+}