Repository: incubator-htrace Updated Branches: refs/heads/master 33ab96fbe -> 4e71d2d79
HTRACE-171. htraced godeps should use github.com/ugorji/go/codec rather than github.com/ugorji/go (Masatake Iwasaki via Colin P. McCabe) Project: http://git-wip-us.apache.org/repos/asf/incubator-htrace/repo Commit: http://git-wip-us.apache.org/repos/asf/incubator-htrace/commit/4e71d2d7 Tree: http://git-wip-us.apache.org/repos/asf/incubator-htrace/tree/4e71d2d7 Diff: http://git-wip-us.apache.org/repos/asf/incubator-htrace/diff/4e71d2d7 Branch: refs/heads/master Commit: 4e71d2d798cc576d75cea8ec8a3fd5f436bb2f89 Parents: 33ab96f Author: Colin P. Mccabe <[email protected]> Authored: Tue May 12 14:30:20 2015 -0700 Committer: Colin P. Mccabe <[email protected]> Committed: Tue May 12 14:30:20 2015 -0700 ---------------------------------------------------------------------- htrace-htraced/src/go/Godeps/Godeps.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/incubator-htrace/blob/4e71d2d7/htrace-htraced/src/go/Godeps/Godeps.json ---------------------------------------------------------------------- diff --git a/htrace-htraced/src/go/Godeps/Godeps.json b/htrace-htraced/src/go/Godeps/Godeps.json index 0677fd2..47aa90e 100644 --- a/htrace-htraced/src/go/Godeps/Godeps.json +++ b/htrace-htraced/src/go/Godeps/Godeps.json @@ -23,7 +23,7 @@ "Rev": "2c43dde93d0e056173706534afd514fcbc1dd578" }, { - "ImportPath": "github.com/ugorji/go", + "ImportPath": "github.com/ugorji/go/codec", "Rev": "08bbe4aa39b9f189f4e294b5c8408b5fa5787bb2" } ]
