update domain
This commit is contained in:
parent
a1328c3c44
commit
589e6c3a4b
|
@ -6,8 +6,8 @@ import (
|
|||
"net/http"
|
||||
"testing"
|
||||
|
||||
httpmock "code.ewintr.nl/go-kit/doc"
|
||||
"code.ewintr.nl/go-kit/test"
|
||||
httpmock "go-mod.ewintr.nl/go-kit/doc"
|
||||
"go-mod.ewintr.nl/go-kit/test"
|
||||
)
|
||||
|
||||
func TestFooClientDoStuff(t *testing.T) {
|
||||
|
|
2
go.mod
2
go.mod
|
@ -1,4 +1,4 @@
|
|||
module code.ewintr.nl/go-kit
|
||||
module go-mod.ewintr.nl/go-kit
|
||||
|
||||
go 1.21.5
|
||||
|
||||
|
|
|
@ -5,8 +5,8 @@ import (
|
|||
"fmt"
|
||||
"testing"
|
||||
|
||||
"code.ewintr.nl/go-kit/log"
|
||||
"code.ewintr.nl/go-kit/test"
|
||||
"go-mod.ewintr.nl/go-kit/log"
|
||||
"go-mod.ewintr.nl/go-kit/test"
|
||||
)
|
||||
|
||||
func TestGoKitIOLogger(t *testing.T) {
|
||||
|
|
|
@ -4,8 +4,8 @@ import (
|
|||
"errors"
|
||||
"testing"
|
||||
|
||||
"code.ewintr.nl/go-kit/log"
|
||||
"code.ewintr.nl/go-kit/test"
|
||||
"go-mod.ewintr.nl/go-kit/log"
|
||||
"go-mod.ewintr.nl/go-kit/test"
|
||||
)
|
||||
|
||||
func TestTestLogger(t *testing.T) {
|
||||
|
|
|
@ -3,7 +3,7 @@ package slugify_test
|
|||
import (
|
||||
"testing"
|
||||
|
||||
"code.ewintr.nl/go-kit/slugify"
|
||||
"go-mod.ewintr.nl/go-kit/slugify"
|
||||
)
|
||||
|
||||
var tests = []struct{ in, out string }{
|
||||
|
|
|
@ -10,7 +10,7 @@ import (
|
|||
"net/url"
|
||||
"testing"
|
||||
|
||||
"code.ewintr.nl/go-kit/test"
|
||||
"go-mod.ewintr.nl/go-kit/test"
|
||||
)
|
||||
|
||||
func TestHTTPMock(t *testing.T) {
|
||||
|
|
|
@ -4,7 +4,7 @@ import (
|
|||
"errors"
|
||||
"testing"
|
||||
|
||||
"code.ewintr.nl/go-kit/test"
|
||||
"go-mod.ewintr.nl/go-kit/test"
|
||||
)
|
||||
|
||||
func TestTest(t *testing.T) {
|
||||
|
|
Loading…
Reference in New Issue