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
import (
"code.google.com/p/gomock/gomock"
"github.com/fluffle/goirc/state"
"github.com/golang/mock/gomock"
"strings"
"testing"
"time"

View File

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

View File

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