Need to break from the parent soon...

This commit is contained in:
Matt Joiner 2014-11-28 10:34:19 -06:00
parent cdfba7a1ac
commit e68810f29c
2 changed files with 2 additions and 2 deletions

View File

@ -3,7 +3,7 @@ package metainfo
import (
"crypto/sha1"
"errors"
"github.com/nsf/libtorgo/bencode"
"github.com/anacrolix/libtorgo/bencode"
"hash"
"io"
"os"

View File

@ -2,7 +2,7 @@ package metainfo
import (
"crypto/sha1"
"github.com/nsf/libtorgo/bencode"
"github.com/anacrolix/libtorgo/bencode"
"io"
"os"
)