diff --git a/samples/edge.go b/samples/edge.go index 707a9a9..2080670 100644 --- a/samples/edge.go +++ b/samples/edge.go @@ -8,7 +8,7 @@ import ( "fmt" "os" - "code.google.com/p/go-opencv/opencv" + "github.com/lazywei/go-opencv" ) func main() { diff --git a/samples/hellocv.go b/samples/hellocv.go index c68cd63..0b87e56 100644 --- a/samples/hellocv.go +++ b/samples/hellocv.go @@ -8,7 +8,7 @@ import ( "fmt" "os" - "code.google.com/p/go-opencv/opencv" + "github.com/lazywei/go-opencv" ) func main() { diff --git a/samples/inpaint.go b/samples/inpaint.go index 7f190b6..a6eac14 100644 --- a/samples/inpaint.go +++ b/samples/inpaint.go @@ -8,7 +8,7 @@ import ( "fmt" "os" - "code.google.com/p/go-opencv/opencv" + "github.com/lazywei/go-opencv" ) func main() { diff --git a/samples/player.go b/samples/player.go index d098caa..f81b183 100644 --- a/samples/player.go +++ b/samples/player.go @@ -8,7 +8,7 @@ import ( "fmt" "os" - "code.google.com/p/go-opencv/opencv" + "github.com/lazywei/go-opencv" ) func main() {