32 lines
1.1 KiB
Modula-2
32 lines
1.1 KiB
Modula-2
module github.com/rramiachraf/dumb
|
|
|
|
go 1.22.2
|
|
|
|
require (
|
|
github.com/Danny-Dasilva/CycleTLS/cycletls v1.0.26
|
|
github.com/Danny-Dasilva/fhttp v0.0.0-20240217042913-eeeb0b347ce1
|
|
github.com/PuerkitoBio/goquery v1.9.2
|
|
github.com/a-h/templ v0.2.663
|
|
github.com/allegro/bigcache/v3 v3.1.0
|
|
github.com/caffix/cloudflare-roundtripper v0.0.0-20181218223503-4c29d231c9cb
|
|
github.com/gorilla/handlers v1.5.2
|
|
github.com/gorilla/mux v1.8.1
|
|
)
|
|
|
|
require (
|
|
github.com/andybalholm/brotli v1.1.0 // indirect
|
|
github.com/andybalholm/cascadia v1.3.2 // indirect
|
|
github.com/cloudflare/circl v1.3.8 // indirect
|
|
github.com/felixge/httpsnoop v1.0.4 // indirect
|
|
github.com/gorilla/websocket v1.5.1 // indirect
|
|
github.com/klauspost/compress v1.17.8 // indirect
|
|
github.com/refraction-networking/utls v1.6.5 // indirect
|
|
github.com/robertkrimen/otto v0.4.0 // indirect
|
|
golang.org/x/crypto v0.22.0 // indirect
|
|
golang.org/x/net v0.24.0 // indirect
|
|
golang.org/x/sys v0.19.0 // indirect
|
|
golang.org/x/text v0.14.0 // indirect
|
|
gopkg.in/sourcemap.v1 v1.0.5 // indirect
|
|
h12.io/socks v1.0.3 // indirect
|
|
)
|