-
-
Notifications
You must be signed in to change notification settings - Fork 101
/
go.mod
33 lines (30 loc) · 1.14 KB
/
go.mod
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
module github.com/raviqqe/muffet/v2
go 1.22.0
require (
github.com/andybalholm/brotli v1.1.1
github.com/bradleyjkemp/cupaloy v2.3.0+incompatible
github.com/jessevdk/go-flags v1.6.1
github.com/logrusorgru/aurora/v3 v3.0.0
github.com/mattn/go-colorable v0.1.13
github.com/mattn/go-isatty v0.0.20
github.com/oxffaa/gopher-parse-sitemap v0.0.0-20191021113419-005d2eb1def4
github.com/stretchr/testify v1.10.0
github.com/temoto/robotstxt v1.1.2
github.com/valyala/fasthttp v1.58.0
github.com/yhat/scrape v0.0.0-20161128144610-24b7890b0945
go.uber.org/ratelimit v0.3.1
golang.org/x/net v0.32.0
)
require (
github.com/benbjohnson/clock v1.3.0 // indirect
github.com/davecgh/go-spew v1.1.1 // indirect
github.com/klauspost/compress v1.17.11 // indirect
github.com/kr/text v0.2.0 // indirect
github.com/niemeyer/pretty v0.0.0-20200227124842-a10e7caefd8e // indirect
github.com/pmezard/go-difflib v1.0.0 // indirect
github.com/valyala/bytebufferpool v1.0.0 // indirect
golang.org/x/sys v0.28.0 // indirect
golang.org/x/text v0.21.0 // indirect
gopkg.in/check.v1 v1.0.0-20200227125254-8fa46927fb4f // indirect
gopkg.in/yaml.v3 v3.0.1 // indirect
)