about summary refs log tree commit diff
path: root/src/db/go.mod
diff options
context:
space:
mode:
Diffstat (limited to 'src/db/go.mod')
-rw-r--r--src/db/go.mod10
1 files changed, 10 insertions, 0 deletions
diff --git a/src/db/go.mod b/src/db/go.mod
new file mode 100644
index 0000000..4e70ab6
--- /dev/null
+++ b/src/db/go.mod
@@ -0,0 +1,10 @@
+module git.darknebu.la/chaosdorf/freitagsfoo/src/db
+
+go 1.13
+
+require (
+	github.com/go-pg/pg/v9 v9.1.6
+	github.com/google/uuid v1.1.1
+	github.com/sirupsen/logrus v1.6.0
+	github.com/spf13/viper v1.7.0
+)