all repos — mdget @ 509eee2768c7a02a0c6c106e93313d46dc846f67

Unnamed repository; edit this file 'description' to name the repository.

go.mod (view raw)

 1module maxwelljensen/mdget
 2
 3go 1.25.8
 4
 5require (
 6	github.com/JohannesKaufmann/html-to-markdown/v2 v2.5.0
 7	github.com/imroc/req/v3 v3.57.0
 8)
 9
10require (
11	github.com/JohannesKaufmann/dom v0.2.0 // indirect
12	github.com/alexflint/go-arg v1.6.1
13	github.com/alexflint/go-scalar v1.2.0 // indirect
14	github.com/andybalholm/brotli v1.2.0 // indirect
15	github.com/google/go-querystring v1.1.0 // indirect
16	github.com/icholy/digest v1.1.0 // indirect
17	github.com/klauspost/compress v1.18.2 // indirect
18	github.com/quic-go/qpack v0.6.0 // indirect
19	github.com/quic-go/quic-go v0.57.1 // indirect
20	github.com/refraction-networking/utls v1.8.1 // indirect
21	golang.org/x/crypto v0.50.0 // indirect
22	golang.org/x/net v0.53.0 // indirect
23	golang.org/x/sys v0.43.0 // indirect
24	golang.org/x/text v0.36.0 // indirect
25)