Skip to content
This repository has been archived by the owner on Jun 15, 2023. It is now read-only.

Commit

Permalink
maintain our own version of dht for now
Browse files Browse the repository at this point in the history
  • Loading branch information
boypt committed Jul 22, 2021
1 parent 2c72f66 commit 949718d
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 1 addition & 1 deletion go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ require (
)

replace (
github.com/anacrolix/dht/v2 => github.com/anacrolix/dht/v2 v2.10.1
github.com/anacrolix/dht/v2 => github.com/boypt/dht/v2 v2.9.2
github.com/boltdb/bolt => github.com/boypt/bolt v1.3.2
github.com/jpillora/velox => github.com/boypt/velox v0.0.0-20210702064309-321adb7223d6
github.com/willf/bitset => github.com/bits-and-blooms/bitset v1.2.0
Expand Down
2 changes: 2 additions & 0 deletions go.sum
Original file line number Diff line number Diff line change
Expand Up @@ -210,6 +210,8 @@ github.com/bits-and-blooms/bitset v1.2.0 h1:Kn4yilvwNtMACtf1eYDlG8H77R07mZSPbMjL
github.com/bits-and-blooms/bitset v1.2.0/go.mod h1:gIdJ4wp64HaoK2YrL1Q5/N7Y16edYb8uY+O0FJTyyDA=
github.com/bketelsen/crypt v0.0.3-0.20200106085610-5cbc8cc4026c/go.mod h1:MKsuJmJgSg28kpZDP6UIiPt0e0Oz0kqKNGyRaWEPv84=
github.com/boypt/bolt v1.3.2/go.mod h1:r14Dd2KjxVj/kWf2QiNLPnVunAfIH/LVh021UFsli5Q=
github.com/boypt/dht/v2 v2.9.2 h1:mBpusucF24qbhsHgq/7B7JGPwQiZtONEYKlbZ3eKlL4=
github.com/boypt/dht/v2 v2.9.2/go.mod h1:ZyYcIQinN/TE3oKONCchQOLjhYR786Jaxz3jsBtih4A=
github.com/boypt/scraper v1.0.3 h1:ajUtvUdrzjBbEQ0v6wxF+Llz3r+nUpuvqmuAgsejbLI=
github.com/boypt/scraper v1.0.3/go.mod h1:BjrhbQpRoYzjoeCFVL0kLoqswBK1KP1cFu0qOE2banE=
github.com/boypt/velox v0.0.0-20210702064309-321adb7223d6 h1:wmCSxYsi6QNgybvjxMukfqtCcrDKyhV4RPQZrrOH47A=
Expand Down

0 comments on commit 949718d

Please sign in to comment.