Move from nspcc-dev to TrueCloudLab

Signed-off-by: Evgenii Stratonikov <e.stratonikov@yadro.com>
This commit is contained in:
Evgenii Stratonikov 2022-12-12 17:57:18 +03:00 committed by Stanislav Bogatyrev
parent 22b833d972
commit 997b540432
2 changed files with 2 additions and 2 deletions

View file

@ -43,7 +43,7 @@ package main
import (
"fmt"
"github.com/nspcc-dev/hrw"
"github.com/TrueCloudLab/hrw"
)
func main() {

2
go.mod
View file

@ -1,4 +1,4 @@
module github.com/nspcc-dev/hrw
module github.com/TrueCloudLab/hrw
go 1.14