From 33e7c165c9fb5594821005b7ee55826e5a305487 Mon Sep 17 00:00:00 2001 From: Antonio Jesus Navarro Perez Date: Tue, 7 Mar 2017 12:58:18 +0100 Subject: project: move imports from srcd.works to gopkg.in To be able to fix #261 we will move again to gopkg.in before v4 stable release. --- _examples/clone/main.go | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to '_examples/clone') diff --git a/_examples/clone/main.go b/_examples/clone/main.go index 27d043b..3b24af2 100644 --- a/_examples/clone/main.go +++ b/_examples/clone/main.go @@ -4,8 +4,8 @@ import ( "fmt" "os" - "srcd.works/go-git.v4" - . "srcd.works/go-git.v4/_examples" + "gopkg.in/src-d/go-git.v4" + . "gopkg.in/src-d/go-git.v4/_examples" ) // Basic example of how to clone a repository using clone options. -- cgit