about summary refs log tree commit diff
path: root/go.mod
diff options
context:
space:
mode:
authorEmile <hanemile@protonmail.com>2019-10-20 13:28:58 +0200
committerEmile <hanemile@protonmail.com>2019-10-20 13:28:58 +0200
commitbfb4b508bddb96359d53c6f0e0b7139f2492f2be (patch)
treea23e61fb0ff9eb7375c99b841b73a201a5aab224 /go.mod
parentf28288dd3208aa99381c22c6bb9713a6e7714b5e (diff)
moved the go module files
Diffstat (limited to 'go.mod')
-rw-r--r--go.mod8
1 files changed, 0 insertions, 8 deletions
diff --git a/go.mod b/go.mod
deleted file mode 100644
index 1545ec5..0000000
--- a/go.mod
+++ /dev/null
@@ -1,8 +0,0 @@
-module git.darknebu.la/circus/circus-manager
-
-go 1.13
-
-require (
-	github.com/gorilla/mux v1.7.3
-	github.com/lib/pq v1.2.0
-)