From be271308c9456ebecf316ec06362f96c6f85fea8 Mon Sep 17 00:00:00 2001 From: Alex Bramley Date: Fri, 3 Feb 2012 23:48:20 +0000 Subject: [PATCH] Correct import path, again. --- client/connection_test.go | 2 +- client/handlers_test.go | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/client/connection_test.go b/client/connection_test.go index b7b4888..5bada41 100644 --- a/client/connection_test.go +++ b/client/connection_test.go @@ -5,7 +5,7 @@ import ( "github.com/fluffle/goevent/event" "github.com/fluffle/golog/logging" "github.com/fluffle/goirc/state" - "gomock.googlecode.com/hg/gomock" + gomock "github.com/dsymonds/gomock/gomock" "testing" "time" ) diff --git a/client/handlers_test.go b/client/handlers_test.go index e4b3e78..55e21d6 100644 --- a/client/handlers_test.go +++ b/client/handlers_test.go @@ -2,7 +2,7 @@ package client import ( "github.com/fluffle/goirc/state" - "gomock.googlecode.com/hg/gomock" + gomock "github.com/dsymonds/gomock/gomock" "testing" )