diff --git a/errors_test.go b/errors_test.go old mode 100644 new mode 100755 index e6ffbc2..b4bfec0 --- a/errors_test.go +++ b/errors_test.go @@ -4,7 +4,7 @@ import ( stdioerrors "errors" "testing" - "github.com/dustinpianalto/errors" + "gitea.wayfinderak.com/wayfinderak/errors" ) func TestE(t *testing.T) { diff --git a/go.mod b/go.mod old mode 100644 new mode 100755 index c9f94e4..b4bd59f --- a/go.mod +++ b/go.mod @@ -1,3 +1,3 @@ -module github.com/dustinpianalto/errors +module gitea.wayfinderak.com/wayfinderak/errors go 1.17 diff --git a/types_test.go b/types_test.go old mode 100644 new mode 100755 index 58434c8..bdcfaa9 --- a/types_test.go +++ b/types_test.go @@ -3,7 +3,7 @@ package errors_test import ( "testing" - "github.com/dustinpianalto/errors" + "gitea.wayfinderak.com/wayfinderak/errors" ) func TestString(t *testing.T) {