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.mod4
1 files changed, 4 insertions, 0 deletions
diff --git a/src/db/go.mod b/src/db/go.mod
index 4e70ab6..2c20fbf 100644
--- a/src/db/go.mod
+++ b/src/db/go.mod
@@ -3,6 +3,10 @@ module git.darknebu.la/chaosdorf/freitagsfoo/src/db
 go 1.13
 
 require (
+<<<<<<< HEAD
+	git.darknebu.la/chaosdorf/freitagsfoo/src/structs v0.0.0-20200718235609-fc63adf55849
+=======
+>>>>>>> refs/remotes/origin/master
 	github.com/go-pg/pg/v9 v9.1.6
 	github.com/google/uuid v1.1.1
 	github.com/sirupsen/logrus v1.6.0