From a01f0350debf3296db3613debb8eb0ef3897af6b Mon Sep 17 00:00:00 2001 From: Sergey Solodyagin Date: Tue, 2 Apr 2024 16:57:14 +0300 Subject: [PATCH] chore: change module name after fork --- README.md | 4 ++-- go.mod | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) 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