update domain
This commit is contained in:
parent
a1328c3c44
commit
589e6c3a4b
|
@ -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
2
go.mod
|
@ -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
|
||||||
|
|
||||||
|
|
|
@ -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) {
|
||||||
|
|
|
@ -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) {
|
||||||
|
|
|
@ -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 }{
|
||||||
|
|
|
@ -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) {
|
||||||
|
|
|
@ -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) {
|
||||||
|
|
Loading…
Reference in New Issue