about summary refs log tree commit diff
path: root/go.mod
diff options
context:
space:
mode:
authorEmile <hanemile@protonmail.com>2019-10-18 22:42:18 +0200
committerEmile <hanemile@protonmail.com>2019-10-18 22:42:18 +0200
commit02e63b59571e356ab36b67c456b88c524241ccc6 (patch)
tree9d5b4a229d89067a44a591a67a456ecc50eb8a0e /go.mod
parent01d0033d47af2cd37e7e9f9b827171d6ce3a8539 (diff)
go module
Diffstat (limited to 'go.mod')
-rw-r--r--go.mod8
1 files changed, 8 insertions, 0 deletions
diff --git a/go.mod b/go.mod
new file mode 100644
index 0000000..8185e18
--- /dev/null
+++ b/go.mod
@@ -0,0 +1,8 @@
+module git.darknebu.la/circus/circus-challengeprovider
+
+go 1.13
+
+require (
+	github.com/gorilla/mux v1.7.3
+	github.com/lib/pq v1.2.0
+)