Rename package name

Due to source code relocation from GitHub.

Signed-off-by: Alex Vanin <a.vanin@yadro.com>
This commit is contained in:
Alexey Vanin 2023-03-07 13:57:38 +03:00
parent 7e33833933
commit 08e14caaf3
2 changed files with 2 additions and 2 deletions

View file

@ -55,7 +55,7 @@ package main
import (
"fmt"
"github.com/TrueCloudLab/hrw"
"git.frostfs.info/TrueCloudLab/hrw"
)
func main() {

2
go.mod
View file

@ -1,4 +1,4 @@
module github.com/TrueCloudLab/hrw
module git.frostfs.info/TrueCloudLab/hrw
go 1.18