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