From ba5af93ddf8eb2d3711c757c393da4a01f52a0e4 Mon Sep 17 00:00:00 2001 From: Ben Burwell Date: Wed, 18 Sep 2019 10:33:16 -0400 Subject: switch to go modules --- Godeps/Godeps.json | 8 -------- Godeps/_workspace/.gitignore | 2 -- 2 files changed, 10 deletions(-) delete mode 100644 Godeps/Godeps.json delete mode 100644 Godeps/_workspace/.gitignore (limited to 'Godeps') 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 -- cgit v1.2.3