chore: change module name after fork

This commit is contained in:
2024-04-02 16:57:14 +03:00
parent 77486363b7
commit a01f0350de
2 changed files with 3 additions and 3 deletions
+2 -2
View File
@@ -17,13 +17,13 @@ Current version is PCRE 8.45
Install the package with the following:
go get github.com/scorpionknifes/go-pcre
go get git.company.lan/gopkg/go-pcre
## Usage
Go programs that depend on this package should import this package as follows to allow automatic downloading:
import "github.com/scorpionknifes/go-pcre"
import "git.company.lan/gopkg/go-pcre"
## History
+1 -1
View File
@@ -1,3 +1,3 @@
module github.com/scorpionknifes/go-pcre
module git.company.lan/gopkg/go-pcre
go 1.16