diff --git a/state/tracker_test.go b/state/tracker_test.go index 30d7856..fd4699a 100644 --- a/state/tracker_test.go +++ b/state/tracker_test.go @@ -2,7 +2,7 @@ package state import ( "github.com/fluffle/golog/logging" - "gomock.googlecode.com/hg/gomock" + gomock "github.com/dsymonds/gomock/gomock" "testing" )