Rename package name #7

Merged
alexvanin merged 1 commits from alexvanin/hrw:git-migration into master 2023-03-07 12:09:23 +00:00
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