Change module name to distribyted/distribyted ()

Signed-off-by: Antonio Navarro Perez <antnavper@gmail.com>
This commit is contained in:
Antonio Navarro Perez 2021-03-01 17:43:28 +01:00 committed by GitHub
parent 42f7e0ebd3
commit 0f513ef8b3
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
13 changed files with 23 additions and 23 deletions

View file

@ -6,7 +6,7 @@ import (
"os"
"path"
"github.com/ajnavarro/distribyted"
"github.com/distribyted/distribyted"
"github.com/sirupsen/logrus"
"gopkg.in/yaml.v3"
)