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" )