mirror of https://github.com/fluffle/goirc
Bah, dsymonds moved gomock again.
This commit is contained in:
parent
b98fabe44e
commit
c85f891c6b
|
@ -2,10 +2,10 @@ package client
|
||||||
|
|
||||||
import (
|
import (
|
||||||
"bufio"
|
"bufio"
|
||||||
|
"code.google.com/p/gomock/gomock"
|
||||||
"github.com/fluffle/goevent/event"
|
"github.com/fluffle/goevent/event"
|
||||||
"github.com/fluffle/golog/logging"
|
"github.com/fluffle/golog/logging"
|
||||||
"github.com/fluffle/goirc/state"
|
"github.com/fluffle/goirc/state"
|
||||||
gomock "github.com/dsymonds/gomock/gomock"
|
|
||||||
"strings"
|
"strings"
|
||||||
"testing"
|
"testing"
|
||||||
"time"
|
"time"
|
||||||
|
|
|
@ -1,8 +1,8 @@
|
||||||
package client
|
package client
|
||||||
|
|
||||||
import (
|
import (
|
||||||
|
"code.google.com/p/gomock/gomock"
|
||||||
"github.com/fluffle/goirc/state"
|
"github.com/fluffle/goirc/state"
|
||||||
gomock "github.com/dsymonds/gomock/gomock"
|
|
||||||
"testing"
|
"testing"
|
||||||
)
|
)
|
||||||
|
|
||||||
|
|
|
@ -4,7 +4,7 @@
|
||||||
package state
|
package state
|
||||||
|
|
||||||
import (
|
import (
|
||||||
gomock "github.com/dsymonds/gomock/gomock"
|
gomock "code.google.com/p/gomock/gomock"
|
||||||
)
|
)
|
||||||
|
|
||||||
// Mock of StateTracker interface
|
// Mock of StateTracker interface
|
||||||
|
|
|
@ -1,8 +1,8 @@
|
||||||
package state
|
package state
|
||||||
|
|
||||||
import (
|
import (
|
||||||
|
"code.google.com/p/gomock/gomock"
|
||||||
"github.com/fluffle/golog/logging"
|
"github.com/fluffle/golog/logging"
|
||||||
gomock "github.com/dsymonds/gomock/gomock"
|
|
||||||
"testing"
|
"testing"
|
||||||
)
|
)
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue