Change "gomock" repository URL

This commit is contained in:
Romain Soufflet 2015-06-15 13:59:14 +02:00
parent 5df3729ce8
commit 2db4b19502
3 changed files with 3 additions and 3 deletions

View File

@ -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"
"github.com/golang/mock/gomock"
"strings" "strings"
"testing" "testing"
"time" "time"

View File

@ -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"
"github.com/golang/mock/gomock"
"testing" "testing"
"time" "time"
) )

View File

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