mirror of
https://github.com/gospider007/requests.git
synced 2025-12-24 13:57:52 +08:00
45 lines
1.9 KiB
Modula-2
45 lines
1.9 KiB
Modula-2
module github.com/gospider007/requests
|
|
|
|
go 1.21.1
|
|
|
|
require (
|
|
github.com/gospider007/bar v0.0.0-20231015040703-7d4e67e1741a
|
|
github.com/gospider007/bs4 v0.0.0-20231015041001-064efde5bd08
|
|
github.com/gospider007/gson v0.0.0-20231015042048-4fae1418931b
|
|
github.com/gospider007/gtls v0.0.0-20231015064159-7a2b27c0a8ef
|
|
github.com/gospider007/ja3 v0.0.0-20231018145748-a5a4695e5ec9
|
|
github.com/gospider007/net v0.0.0-20231021032248-9d6039f6176a
|
|
github.com/gospider007/re v0.0.0-20231015023348-717c984874af
|
|
github.com/gospider007/tools v0.0.0-20231015122431-2acd695704d6
|
|
github.com/gospider007/websocket v0.0.0-20231021032557-2e1e47d58b54
|
|
github.com/refraction-networking/utls v1.5.4
|
|
golang.org/x/exp v0.0.0-20231006140011-7918f672742d
|
|
golang.org/x/net v0.17.0
|
|
)
|
|
|
|
require (
|
|
github.com/PuerkitoBio/goquery v1.8.1 // indirect
|
|
github.com/andybalholm/brotli v1.0.6 // indirect
|
|
github.com/andybalholm/cascadia v1.3.2 // indirect
|
|
github.com/cloudflare/circl v1.3.5 // indirect
|
|
github.com/gaukas/godicttls v0.0.4 // indirect
|
|
github.com/gospider007/blog v0.0.0-20231015040505-4b08187c11ee // indirect
|
|
github.com/gospider007/kinds v0.0.0-20231015025159-69ab7d8d9b94 // indirect
|
|
github.com/json-iterator/go v1.1.12 // indirect
|
|
github.com/klauspost/compress v1.17.1 // indirect
|
|
github.com/modern-go/concurrent v0.0.0-20180306012644-bacd9c7ef1dd // indirect
|
|
github.com/modern-go/reflect2 v1.0.2 // indirect
|
|
github.com/quic-go/quic-go v0.39.1 // indirect
|
|
github.com/tidwall/gjson v1.17.0 // indirect
|
|
github.com/tidwall/match v1.1.1 // indirect
|
|
github.com/tidwall/pretty v1.2.1 // indirect
|
|
go.mongodb.org/mongo-driver v1.12.1 // indirect
|
|
go.uber.org/multierr v1.11.0 // indirect
|
|
go.uber.org/zap v1.26.0 // indirect
|
|
golang.org/x/crypto v0.14.0 // indirect
|
|
golang.org/x/image v0.13.0 // indirect
|
|
golang.org/x/sys v0.13.0 // indirect
|
|
golang.org/x/text v0.13.0 // indirect
|
|
nhooyr.io/websocket v1.8.9 // indirect
|
|
)
|