From 40593c7f7e0982283ee7f8a8a18ba83635ea3338 Mon Sep 17 00:00:00 2001 From: David McPike <7037366+mcdafydd@users.noreply.github.com> Date: Sun, 14 Apr 2019 18:18:06 -0500 Subject: [PATCH] change go-azuredevops package constraint location --- Gopkg.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Gopkg.toml b/Gopkg.toml index db303bb4a..f905e9f97 100644 --- a/Gopkg.toml +++ b/Gopkg.toml @@ -98,7 +98,7 @@ [[constraint]] branch = "master" - name = "github.com/benmatselby/go-azuredevops" + name = "github.com/mcdafydd/go-azuredevops" [[constraint]] name = "github.com/go-test/deep"