From a71f8700f66207906257a4605846e0f3dbf59f21 Mon Sep 17 00:00:00 2001 From: Alexey Lunin <alexey.lunin@vereign.com> Date: Fri, 31 Jan 2020 01:47:56 +0300 Subject: [PATCH] Change restful-api target branch --- Gopkg.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Gopkg.toml b/Gopkg.toml index 74bc0c1..f93e93c 100644 --- a/Gopkg.toml +++ b/Gopkg.toml @@ -25,7 +25,7 @@ # unused-packages = true [[constraint]] - branch = "get-signed-vcard-exchange-2016-support" + branch = "get-signed-vcard-exchange-2016-support-ews-methods" name = "code.vereign.com/code/restful-api" [prune] -- GitLab