about summary refs log tree commit diff
path: root/go.mod
diff options
context:
space:
mode:
Diffstat (limited to 'go.mod')
-rw-r--r--go.mod17
1 files changed, 17 insertions, 0 deletions
diff --git a/go.mod b/go.mod
new file mode 100644
index 0000000..5eef6ae
--- /dev/null
+++ b/go.mod
@@ -0,0 +1,17 @@
+module git.darknebu.la/chaosdorf/freitagsfoo
+
+go 1.13
+
+require (
+	git.darknebu.la/chaosdorf/freitagsfoo/src/db v0.0.0-00010101000000-000000000000
+	git.darknebu.la/chaosdorf/freitagsfoo/src/structs v0.0.0-00010101000000-000000000000
+	github.com/go-pg/pg/v9 v9.1.6
+	github.com/google/uuid v1.1.1
+	github.com/gorilla/mux v1.7.4
+	github.com/sirupsen/logrus v1.6.0
+	github.com/spf13/viper v1.7.0
+)
+
+replace git.darknebu.la/chaosdorf/freitagsfoo/src/structs => ./src/structs
+
+replace git.darknebu.la/chaosdorf/freitagsfoo/src/db => ./src/db