mirror of
https://github.com/fluffle/goirc
synced 2025-05-12 18:44:50 +00:00
Bah, dsymonds moved gomock again.
This commit is contained in:
parent
b98fabe44e
commit
c85f891c6b
4 changed files with 4 additions and 4 deletions
|
@ -4,7 +4,7 @@
|
|||
package state
|
||||
|
||||
import (
|
||||
gomock "github.com/dsymonds/gomock/gomock"
|
||||
gomock "code.google.com/p/gomock/gomock"
|
||||
)
|
||||
|
||||
// Mock of StateTracker interface
|
||||
|
|
|
@ -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"
|
||||
)
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue