Update domain

This commit is contained in:
Elara 2023-04-20 20:02:33 -07:00
parent 3b73d98c47
commit daf2d2e697
7 changed files with 7 additions and 7 deletions

View File

@ -4,7 +4,7 @@ import (
"fmt" "fmt"
"unsafe" "unsafe"
"go.arsenm.dev/pcre/lib" "go.elara.ws/pcre/lib"
"modernc.org/libc" "modernc.org/libc"
"modernc.org/libc/sys/types" "modernc.org/libc/sys/types"

View File

@ -7,7 +7,7 @@ import (
"strings" "strings"
"unsafe" "unsafe"
"go.arsenm.dev/pcre/lib" "go.elara.ws/pcre/lib"
"modernc.org/libc" "modernc.org/libc"
) )

View File

@ -4,7 +4,7 @@ import (
"os" "os"
"testing" "testing"
"go.arsenm.dev/pcre" "go.elara.ws/pcre"
) )
func TestCompileGlob(t *testing.T) { func TestCompileGlob(t *testing.T) {

2
go.mod
View File

@ -1,4 +1,4 @@
module go.arsenm.dev/pcre module go.elara.ws/pcre
go 1.18 go 1.18

View File

@ -14,7 +14,7 @@ import (
"sync" "sync"
"unsafe" "unsafe"
"go.arsenm.dev/pcre/lib" "go.elara.ws/pcre/lib"
"modernc.org/libc" "modernc.org/libc"
) )

View File

@ -5,7 +5,7 @@ import (
"sync" "sync"
"testing" "testing"
"go.arsenm.dev/pcre" "go.elara.ws/pcre"
) )
func TestCompileError(t *testing.T) { func TestCompileError(t *testing.T) {

View File

@ -1,6 +1,6 @@
package pcre package pcre
import "go.arsenm.dev/pcre/lib" import "go.elara.ws/pcre/lib"
type CompileOption uint32 type CompileOption uint32