diff options
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" ) |
