diff --git a/error.go b/error.go index 22da503..996e421 100644 --- a/error.go +++ b/error.go @@ -4,7 +4,7 @@ import ( "fmt" "unsafe" - "go.arsenm.dev/pcre/lib" + "go.elara.ws/pcre/lib" "modernc.org/libc" "modernc.org/libc/sys/types" diff --git a/glob.go b/glob.go index 30f4920..7c8f093 100644 --- a/glob.go +++ b/glob.go @@ -7,7 +7,7 @@ import ( "strings" "unsafe" - "go.arsenm.dev/pcre/lib" + "go.elara.ws/pcre/lib" "modernc.org/libc" ) diff --git a/glob_test.go b/glob_test.go index 4b6ddda..77890a7 100644 --- a/glob_test.go +++ b/glob_test.go @@ -4,7 +4,7 @@ import ( "os" "testing" - "go.arsenm.dev/pcre" + "go.elara.ws/pcre" ) func TestCompileGlob(t *testing.T) { diff --git a/go.mod b/go.mod index e3e5159..d7965bd 100644 --- a/go.mod +++ b/go.mod @@ -1,4 +1,4 @@ -module go.arsenm.dev/pcre +module go.elara.ws/pcre go 1.18 diff --git a/pcre.go b/pcre.go index 024c719..828b036 100644 --- a/pcre.go +++ b/pcre.go @@ -14,7 +14,7 @@ import ( "sync" "unsafe" - "go.arsenm.dev/pcre/lib" + "go.elara.ws/pcre/lib" "modernc.org/libc" ) diff --git a/pcre_test.go b/pcre_test.go index 59f2c24..008b32d 100644 --- a/pcre_test.go +++ b/pcre_test.go @@ -5,7 +5,7 @@ import ( "sync" "testing" - "go.arsenm.dev/pcre" + "go.elara.ws/pcre" ) func TestCompileError(t *testing.T) { diff --git a/types.go b/types.go index 1a4b5d0..9b15d4d 100644 --- a/types.go +++ b/types.go @@ -1,6 +1,6 @@ package pcre -import "go.arsenm.dev/pcre/lib" +import "go.elara.ws/pcre/lib" type CompileOption uint32