Skip to content

Commit 9c29fee

Browse files
committed
Remove crawler
1 parent b64743f commit 9c29fee

4 files changed

Lines changed: 0 additions & 373 deletions

File tree

cmd/crawler/README.md

Lines changed: 0 additions & 13 deletions
This file was deleted.

cmd/crawler/main.go

Lines changed: 0 additions & 337 deletions
This file was deleted.

go.mod

Lines changed: 0 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -4,21 +4,14 @@ go 1.25.0
44

55
require (
66
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
107
github.com/stretchr/testify v1.11.1
11-
github.com/valyala/fasthttp v1.71.0
128
github.com/vearutop/dynhist-go v1.2.3
139
golang.org/x/time v0.15.0
1410
)
1511

1612
require (
17-
github.com/andybalholm/brotli v1.2.1 // indirect
1813
github.com/davecgh/go-spew v1.1.1 // indirect
1914
github.com/kr/text v0.2.0 // indirect
2015
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
2316
gopkg.in/yaml.v3 v3.0.1 // indirect
2417
)

0 commit comments

Comments
 (0)