From 74748a31789ce0ff491841327bfcc34543eb8da6 Mon Sep 17 00:00:00 2001
From: Gospodin Bodurov <gospodin@bodurov.net>
Date: Wed, 4 Dec 2019 20:21:58 +0200
Subject: [PATCH] Fix branch

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

diff --git a/Gopkg.toml b/Gopkg.toml
index 337f386..0d2f354 100644
--- a/Gopkg.toml
+++ b/Gopkg.toml
@@ -25,7 +25,7 @@
 #   unused-packages = true
 
 [[constraint]]
-  branch = "master"
+  branch = "vcard-qr-code"
   name = "code.vereign.com/code/restful-api"
 
 [prune]
-- 
GitLab