From 20bc1faef7e1381c939afb4ebc3ae77376c49ed2 Mon Sep 17 00:00:00 2001 From: "kayos@tcp.direct" Date: Sat, 28 Aug 2021 02:29:15 -0700 Subject: [PATCH] go mod --- domains_test.go | 2 +- go.mod | 2 +- records_test.go | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) 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) {