aboutsummaryrefslogtreecommitdiffstats
path: root/go.mod
diff options
context:
space:
mode:
authorJames Mills <prologic@shortcircuit.net.au>2018-12-31 23:23:50 +1000
committerJames Mills <prologic@shortcircuit.net.au>2018-12-31 23:24:17 +1000
commit57877cbafa1a62d90f1db81796348a09e82f9ff7 (patch)
tree7b111deb903644e3d55caf1355595df76224eb4e /go.mod
parentAdd related projects to README (diff)
downloadgopherproxy-57877cbafa1a62d90f1db81796348a09e82f9ff7.tar.gz
gopherproxy-57877cbafa1a62d90f1db81796348a09e82f9ff7.tar.bz2
gopherproxy-57877cbafa1a62d90f1db81796348a09e82f9ff7.zip
Migrate to Drone CI, Codecov and Go11Modules
Diffstat (limited to 'go.mod')
-rw-r--r--go.mod6
1 files changed, 6 insertions, 0 deletions
diff --git a/go.mod b/go.mod
new file mode 100644
index 0000000..fa60472
--- /dev/null
+++ b/go.mod
@@ -0,0 +1,6 @@
1module github.com/prologic/gopherproxy
2
3require (
4 github.com/prologic/go-gopher v0.0.0-20181230133552-0c68ed5f58b0
5 github.com/temoto/robotstxt v0.0.0-20180810133444-97ee4a9ee6ea
6)