diff options
Diffstat (limited to 'models/torrent.go')
| -rw-r--r-- | models/torrent.go | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/models/torrent.go b/models/torrent.go index 14f33aa..7818021 100644 --- a/models/torrent.go +++ b/models/torrent.go @@ -8,8 +8,8 @@ import ( "strings" "time" - "github.com/felix/dhtsearch/krpc" - "github.com/felix/go-bencode" + "src.userspace.com.au/dhtsearch/krpc" + "src.userspace.com.au/go-bencode" ) // Data for persistent storage |
