diff --git a/domains_test.go b/domains_test.go index e538d94..176abf8 100644 --- a/domains_test.go +++ b/domains_test.go @@ -9,7 +9,7 @@ import ( "github.com/stretchr/testify/assert" - "github.com/Sighery/gonjalla/mocks" + "git.tcp.direct/kayos/gonjalla/mocks" ) func TestListDomainsExpected(t *testing.T) { diff --git a/go.mod b/go.mod index 65db709..60c499a 100644 --- a/go.mod +++ b/go.mod @@ -1,4 +1,4 @@ -module github.com/Sighery/gonjalla +module git.tcp.direct/kayos/gonjalla go 1.14 diff --git a/records_test.go b/records_test.go index 2daf1c8..8207a6c 100644 --- a/records_test.go +++ b/records_test.go @@ -8,7 +8,7 @@ import ( "github.com/stretchr/testify/assert" - "github.com/Sighery/gonjalla/mocks" + "git.tcp.direct/kayos/gonjalla/mocks" ) func TestListRecordsExpected(t *testing.T) {