From be714f62997898f72e017c0a534bbd284e42296b Mon Sep 17 00:00:00 2001 From: Evgenii Stratonikov Date: Sat, 10 Dec 2022 13:15:37 +0300 Subject: [PATCH] Move from nspcc-dev to TrueCloudLab Signed-off-by: Evgenii Stratonikov --- cmd/homo/main.go | 2 +- cmd/tzsum/main.go | 2 +- go.mod | 2 +- tz/digest.go | 2 +- tz/digets_amd64.go | 2 +- tz/sl2.go | 2 +- tz/sl2_test.go | 2 +- 7 files changed, 7 insertions(+), 7 deletions(-) diff --git a/cmd/homo/main.go b/cmd/homo/main.go index e51f08f..6591faa 100644 --- a/cmd/homo/main.go +++ b/cmd/homo/main.go @@ -7,7 +7,7 @@ import ( "fmt" "os" - "github.com/nspcc-dev/tzhash/tz" + "github.com/TrueCloudLab/tzhash/tz" ) var ( diff --git a/cmd/tzsum/main.go b/cmd/tzsum/main.go index 1707e74..4337c74 100644 --- a/cmd/tzsum/main.go +++ b/cmd/tzsum/main.go @@ -10,7 +10,7 @@ import ( "runtime" "runtime/pprof" - "github.com/nspcc-dev/tzhash/tz" + "github.com/TrueCloudLab/tzhash/tz" "golang.org/x/sys/cpu" ) diff --git a/go.mod b/go.mod index d2f51f7..033b764 100644 --- a/go.mod +++ b/go.mod @@ -1,4 +1,4 @@ -module github.com/nspcc-dev/tzhash +module github.com/TrueCloudLab/tzhash go 1.16 diff --git a/tz/digest.go b/tz/digest.go index bcde95b..4a0be2f 100644 --- a/tz/digest.go +++ b/tz/digest.go @@ -1,7 +1,7 @@ package tz import ( - "github.com/nspcc-dev/tzhash/gf127" + "github.com/TrueCloudLab/tzhash/gf127" ) const ( diff --git a/tz/digets_amd64.go b/tz/digets_amd64.go index 462bfff..341ac1f 100644 --- a/tz/digets_amd64.go +++ b/tz/digets_amd64.go @@ -4,7 +4,7 @@ package tz import ( - "github.com/nspcc-dev/tzhash/gf127" + "github.com/TrueCloudLab/tzhash/gf127" "golang.org/x/sys/cpu" ) diff --git a/tz/sl2.go b/tz/sl2.go index 7852eb1..54de417 100644 --- a/tz/sl2.go +++ b/tz/sl2.go @@ -3,7 +3,7 @@ package tz import ( "errors" - "github.com/nspcc-dev/tzhash/gf127" + "github.com/TrueCloudLab/tzhash/gf127" ) type ( diff --git a/tz/sl2_test.go b/tz/sl2_test.go index 884d64c..71bda36 100644 --- a/tz/sl2_test.go +++ b/tz/sl2_test.go @@ -5,7 +5,7 @@ import ( "testing" "time" - "github.com/nspcc-dev/tzhash/gf127" + "github.com/TrueCloudLab/tzhash/gf127" "github.com/stretchr/testify/require" ) -- 2.45.2