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.mod4
1 files changed, 0 insertions, 4 deletions
diff --git a/go.mod b/go.mod
index 2ef4b51..42edc46 100644
--- a/go.mod
+++ b/go.mod
@@ -4,11 +4,7 @@ go 1.13
 
 require (
 	git.darknebu.la/chaosdorf/freitagsfoo/src/db v0.0.0-00010101000000-000000000000
-<<<<<<< HEAD
 	git.darknebu.la/chaosdorf/freitagsfoo/src/structs v0.0.0-20200718235609-fc63adf55849
-=======
-	git.darknebu.la/chaosdorf/freitagsfoo/src/structs v0.0.0-00010101000000-000000000000
->>>>>>> refs/remotes/origin/master
 	github.com/go-pg/pg/v9 v9.1.6
 	github.com/google/uuid v1.1.1
 	github.com/gorilla/mux v1.7.4