From b4da7e4c20b62f5e8df5e882335586ff00b10385 Mon Sep 17 00:00:00 2001
From: Sasha Ilieva <sasha.ilieva@vereign.com>
Date: Fri, 20 Nov 2020 14:48:22 +0200
Subject: [PATCH] Change constraint branch

---
 Gopkg.toml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/Gopkg.toml b/Gopkg.toml
index 337f386..3afddee 100644
--- a/Gopkg.toml
+++ b/Gopkg.toml
@@ -25,7 +25,7 @@
 #   unused-packages = true
 
 [[constraint]]
-  branch = "master"
+  branch = "393-implement-guestlog-endpoints"
   name = "code.vereign.com/code/restful-api"
 
 [prune]
-- 
GitLab