2
0
mirror of synced 2025-02-24 22:58:28 +00:00

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 ( import (
"crypto/sha1" "crypto/sha1"
"errors" "errors"
"github.com/nsf/libtorgo/bencode" "github.com/anacrolix/libtorgo/bencode"
"hash" "hash"
"io" "io"
"os" "os"

View File

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