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

Commit

Permalink
update mod
Browse files Browse the repository at this point in the history
  • Loading branch information
boypt committed Aug 4, 2021
1 parent 5302556 commit 94e222a
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 112 deletions.
6 changes: 2 additions & 4 deletions go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ require (
github.com/andrew-d/go-termutil v0.0.0-20150726205930-009166a695a2 // indirect
github.com/boypt/scraper v1.0.3
github.com/c2h5oh/datasize v0.0.0-20200825124411-48ed595a09d2
github.com/dustin/go-humanize v1.0.0 // indirect
github.com/dustin/go-humanize v1.0.0
github.com/elithrar/simple-scrypt v1.3.0 // indirect
github.com/fatih/structs v1.1.0 // indirect
github.com/fsnotify/fsnotify v1.4.9
Expand All @@ -37,12 +37,10 @@ require (
github.com/yudai/gojsondiff v1.0.0 // indirect
github.com/yudai/golcs v0.0.0-20170316035057-ecda9a501e82 // indirect
golang.org/x/time v0.0.0-20210220033141-f8bda1e9f3ba
gopkg.in/yaml.v2 v2.4.0 // indirect
gopkg.in/yaml.v2 v2.4.0
)

replace (
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
)
Loading

0 comments on commit 94e222a

Please sign in to comment.