diff --git a/README.md b/README.md index 3a5182c..33355fc 100644 --- a/README.md +++ b/README.md @@ -55,7 +55,7 @@ package main import ( "fmt" - "github.com/TrueCloudLab/hrw" + "git.frostfs.info/TrueCloudLab/hrw" ) func main() { diff --git a/go.mod b/go.mod index 8ebc7ee..65da441 100644 --- a/go.mod +++ b/go.mod @@ -1,4 +1,4 @@ -module github.com/TrueCloudLab/hrw +module git.frostfs.info/TrueCloudLab/hrw go 1.18