We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b64743f commit 9c29feeCopy full SHA for 9c29fee
4 files changed
cmd/crawler/README.md
cmd/crawler/main.go
go.mod
@@ -4,21 +4,14 @@ go 1.25.0
4
5
require (
6
github.com/bool64/dev v0.2.45
7
- github.com/bool64/logz v1.3.2
8
- github.com/bool64/progress v0.3.23
9
- github.com/klauspost/compress v1.18.6
10
github.com/stretchr/testify v1.11.1
11
- github.com/valyala/fasthttp v1.71.0
12
github.com/vearutop/dynhist-go v1.2.3
13
golang.org/x/time v0.15.0
14
)
15
16
17
- github.com/andybalholm/brotli v1.2.1 // indirect
18
github.com/davecgh/go-spew v1.1.1 // indirect
19
github.com/kr/text v0.2.0 // indirect
20
github.com/pmezard/go-difflib v1.0.0 // indirect
21
- github.com/valyala/bytebufferpool v1.0.0 // indirect
22
- github.com/vearutop/lograte v1.2.2 // indirect
23
gopkg.in/yaml.v3 v3.0.1 // indirect
24
0 commit comments