diff options
-rw-r--r-- | Godeps/Godeps.json | 8 | ||||
-rw-r--r-- | Godeps/_workspace/.gitignore | 2 | ||||
-rw-r--r-- | go.mod | 3 |
3 files changed, 3 insertions, 10 deletions
diff --git a/Godeps/Godeps.json b/Godeps/Godeps.json deleted file mode 100644 index e5e5bcd..0000000 --- a/Godeps/Godeps.json +++ /dev/null @@ -1,8 +0,0 @@ -{ - "ImportPath": "github.com/benburwell/zipserver", - "GoVersion": "go1.5.1", - "Packages": [ - "./..." - ], - "Deps": [] -} diff --git a/Godeps/_workspace/.gitignore b/Godeps/_workspace/.gitignore deleted file mode 100644 index f037d68..0000000 --- a/Godeps/_workspace/.gitignore +++ /dev/null @@ -1,2 +0,0 @@ -/pkg -/bin @@ -0,0 +1,3 @@ +module bnbl.io/zipserver + +go 1.13 |