Bah, dsymonds moved gomock again.

This commit is contained in:
Alex Bramley 2012-06-26 11:20:57 +01:00
parent b98fabe44e
commit c85f891c6b
4 changed files with 4 additions and 4 deletions

View File

@ -2,10 +2,10 @@ package client
import (
"bufio"
"code.google.com/p/gomock/gomock"
"github.com/fluffle/goevent/event"
"github.com/fluffle/golog/logging"
"github.com/fluffle/goirc/state"
gomock "github.com/dsymonds/gomock/gomock"
"strings"
"testing"
"time"

View File

@ -1,8 +1,8 @@
package client
import (
"code.google.com/p/gomock/gomock"
"github.com/fluffle/goirc/state"
gomock "github.com/dsymonds/gomock/gomock"
"testing"
)

View File

@ -4,7 +4,7 @@
package state
import (
gomock "github.com/dsymonds/gomock/gomock"
gomock "code.google.com/p/gomock/gomock"
)
// Mock of StateTracker interface

View File

@ -1,8 +1,8 @@
package state
import (
"code.google.com/p/gomock/gomock"
"github.com/fluffle/golog/logging"
gomock "github.com/dsymonds/gomock/gomock"
"testing"
)