Rename package name

Due to source code relocation from GitHub.

Signed-off-by: Alex Vanin <a.vanin@yadro.com>
pull/7/head v1.2.0
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