From 9f101c9335e173b4a1bb70c419b1a0f13a2780fc Mon Sep 17 00:00:00 2001 From: WayfinderAK Date: Sat, 21 Mar 2026 12:38:49 -0800 Subject: [PATCH] Switch module path to Gitea --- errors_test.go | 2 +- go.mod | 2 +- types_test.go | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) mode change 100644 => 100755 errors_test.go mode change 100644 => 100755 go.mod mode change 100644 => 100755 types_test.go 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) {