fix: use own dht pkg

This commit is contained in:
2020-06-21 18:42:33 +02:00
parent ec7cad4555
commit 9ee9742aff
4 changed files with 23 additions and 62 deletions

View File

@ -6,7 +6,7 @@ import (
"git.cryptic.systems/volker.raschek/flucky/pkg/internal/format"
"git.cryptic.systems/volker.raschek/flucky/pkg/types"
"github.com/go-flucky/go-dht"
"git.cryptic.systems/volker.raschek/go-dht"
uuid "github.com/satori/go.uuid"
)

View File

@ -6,7 +6,7 @@ import (
"git.cryptic.systems/volker.raschek/flucky/pkg/internal/format"
"git.cryptic.systems/volker.raschek/flucky/pkg/types"
"github.com/go-flucky/go-dht"
"git.cryptic.systems/volker.raschek/go-dht"
uuid "github.com/satori/go.uuid"
)