update domain

This commit is contained in:
Erik Winter 2024-09-15 10:46:33 +02:00
parent a1328c3c44
commit 589e6c3a4b
7 changed files with 10 additions and 10 deletions

View File

@ -6,8 +6,8 @@ import (
"net/http" "net/http"
"testing" "testing"
httpmock "code.ewintr.nl/go-kit/doc" httpmock "go-mod.ewintr.nl/go-kit/doc"
"code.ewintr.nl/go-kit/test" "go-mod.ewintr.nl/go-kit/test"
) )
func TestFooClientDoStuff(t *testing.T) { func TestFooClientDoStuff(t *testing.T) {

2
go.mod
View File

@ -1,4 +1,4 @@
module code.ewintr.nl/go-kit module go-mod.ewintr.nl/go-kit
go 1.21.5 go 1.21.5

View File

@ -5,8 +5,8 @@ import (
"fmt" "fmt"
"testing" "testing"
"code.ewintr.nl/go-kit/log" "go-mod.ewintr.nl/go-kit/log"
"code.ewintr.nl/go-kit/test" "go-mod.ewintr.nl/go-kit/test"
) )
func TestGoKitIOLogger(t *testing.T) { func TestGoKitIOLogger(t *testing.T) {

View File

@ -4,8 +4,8 @@ import (
"errors" "errors"
"testing" "testing"
"code.ewintr.nl/go-kit/log" "go-mod.ewintr.nl/go-kit/log"
"code.ewintr.nl/go-kit/test" "go-mod.ewintr.nl/go-kit/test"
) )
func TestTestLogger(t *testing.T) { func TestTestLogger(t *testing.T) {

View File

@ -3,7 +3,7 @@ package slugify_test
import ( import (
"testing" "testing"
"code.ewintr.nl/go-kit/slugify" "go-mod.ewintr.nl/go-kit/slugify"
) )
var tests = []struct{ in, out string }{ var tests = []struct{ in, out string }{

View File

@ -10,7 +10,7 @@ import (
"net/url" "net/url"
"testing" "testing"
"code.ewintr.nl/go-kit/test" "go-mod.ewintr.nl/go-kit/test"
) )
func TestHTTPMock(t *testing.T) { func TestHTTPMock(t *testing.T) {

View File

@ -4,7 +4,7 @@ import (
"errors" "errors"
"testing" "testing"
"code.ewintr.nl/go-kit/test" "go-mod.ewintr.nl/go-kit/test"
) )
func TestTest(t *testing.T) { func TestTest(t *testing.T) {