From 67795424693454f257a7f868c1ee7696e67f71d1 Mon Sep 17 00:00:00 2001
From: Sasha Ilieva <sasha.ilieva@vereign.com>
Date: Mon, 26 Oct 2020 10:08:39 +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..1bbb9f5 100644
--- a/Gopkg.toml
+++ b/Gopkg.toml
@@ -25,7 +25,7 @@
 #   unused-packages = true
 
 [[constraint]]
-  branch = "master"
+  branch = "new-baikal"
   name = "code.vereign.com/code/restful-api"
 
 [prune]
-- 
GitLab