From 331a5e6e23795a391e63cf919d2c02677f586272 Mon Sep 17 00:00:00 2001 From: Damyan Mitev <damyan.mitev@vereign.com> Date: Tue, 10 Sep 2019 18:26:05 +0300 Subject: [PATCH] change gopkg.toml --- Gopkg.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Gopkg.toml b/Gopkg.toml index 337f386..ff1e5ad 100644 --- a/Gopkg.toml +++ b/Gopkg.toml @@ -25,7 +25,7 @@ # unused-packages = true [[constraint]] - branch = "master" + branch = "5-implement-integrity-check-of-documents" name = "code.vereign.com/code/restful-api" [prune] -- GitLab