diff options
| author | Felix Hanley <felix@userspace.com.au> | 2019-10-29 10:58:47 +0000 |
|---|---|---|
| committer | Felix Hanley <felix@userspace.com.au> | 2019-10-29 10:58:47 +0000 |
| commit | eda2530094e72463f6aef6e7f9bf524002e248fa (patch) | |
| tree | 66e987a6229a159c0eb19c448b3af04db5f56733 /cmd/main.go | |
| parent | fbc564026fa84c7f9142cdcf60accdf6b5bdaeaf (diff) | |
| download | dhtsearch-eda2530094e72463f6aef6e7f9bf524002e248fa.tar.gz dhtsearch-eda2530094e72463f6aef6e7f9bf524002e248fa.tar.bz2 | |
Remove vendored files and create go.mod
Diffstat (limited to 'cmd/main.go')
| -rw-r--r-- | cmd/main.go | 10 |
1 files changed, 5 insertions, 5 deletions
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" ) |
