diff --git a/README.md b/README.md index 33aff4f..10052e1 100644 --- a/README.md +++ b/README.md @@ -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 diff --git a/go.mod b/go.mod index f7b9c26..c6c8f60 100644 --- a/go.mod +++ b/go.mod @@ -1,3 +1,3 @@ -module github.com/scorpionknifes/go-pcre +module git.company.lan/gopkg/go-pcre go 1.16