diff options
Diffstat (limited to 'Godeps')
-rw-r--r-- | Godeps/Godeps.json | 8 | ||||
-rw-r--r-- | Godeps/_workspace/.gitignore | 2 |
2 files changed, 10 insertions, 0 deletions
diff --git a/Godeps/Godeps.json b/Godeps/Godeps.json new file mode 100644 index 0000000..e5e5bcd --- /dev/null +++ b/Godeps/Godeps.json @@ -0,0 +1,8 @@ +{ + "ImportPath": "github.com/benburwell/zipserver", + "GoVersion": "go1.5.1", + "Packages": [ + "./..." + ], + "Deps": [] +} diff --git a/Godeps/_workspace/.gitignore b/Godeps/_workspace/.gitignore new file mode 100644 index 0000000..f037d68 --- /dev/null +++ b/Godeps/_workspace/.gitignore @@ -0,0 +1,2 @@ +/pkg +/bin |