From eda2530094e72463f6aef6e7f9bf524002e248fa Mon Sep 17 00:00:00 2001 From: Felix Hanley Date: Tue, 29 Oct 2019 21:58:47 +1100 Subject: Remove vendored files and create go.mod --- cmd/main.go | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) (limited to 'cmd/main.go') diff --git a/cmd/main.go b/cmd/main.go index 1243d9f..b81ea4c 100644 --- a/cmd/main.go +++ b/cmd/main.go @@ -9,12 +9,12 @@ import ( "time" "unicode" - "github.com/felix/dhtsearch/bt" - "github.com/felix/dhtsearch/db" - "github.com/felix/dhtsearch/dht" - "github.com/felix/dhtsearch/models" - "github.com/felix/logger" "github.com/hashicorp/golang-lru" + "src.userspace.com.au/dhtsearch/bt" + "src.userspace.com.au/dhtsearch/db" + "src.userspace.com.au/dhtsearch/dht" + "src.userspace.com.au/dhtsearch/models" + "src.userspace.com.au/logger" //"github.com/pkg/profile" ) -- cgit v1.2.3