mirror of
https://github.com/gospider007/requests.git
synced 2025-12-24 13:57:52 +08:00
53 lines
2.1 KiB
Modula-2
53 lines
2.1 KiB
Modula-2
module gitee.com/baixudong/requests
|
|
|
|
go 1.21.0
|
|
|
|
require (
|
|
gitee.com/baixudong/bar v0.0.0-20230726064206-c402a9061923
|
|
gitee.com/baixudong/bs4 v0.0.0-20230726070247-16e869055fa3
|
|
gitee.com/baixudong/ja3 v0.0.0-20230726070357-f35eae6532ad
|
|
gitee.com/baixudong/re v0.0.0-20230726070429-e1a623b3c133
|
|
gitee.com/baixudong/tools v0.0.0-20230726070525-d80da902e36d
|
|
gitee.com/baixudong/websocket v0.0.0-20230726070532-ab0f08baf667
|
|
github.com/refraction-networking/utls v1.3.3
|
|
github.com/tidwall/gjson v1.15.0
|
|
golang.org/x/net v0.13.0
|
|
)
|
|
|
|
require gitee.com/baixudong/http2 v0.0.0-20230726070349-0b364387f0f4
|
|
|
|
require (
|
|
gitee.com/baixudong/blog v0.0.0-20230726070237-ee8a30e182ac // indirect
|
|
gitee.com/baixudong/kinds v0.0.0-20230726070402-0bc6b1ebb086 // indirect
|
|
github.com/PuerkitoBio/goquery v1.8.1 // indirect
|
|
github.com/andybalholm/brotli v1.0.5 // indirect
|
|
github.com/andybalholm/cascadia v1.3.2 // indirect
|
|
github.com/bytedance/sonic v1.9.2 // indirect
|
|
github.com/gaukas/godicttls v0.0.4 // indirect
|
|
github.com/gin-gonic/gin v1.9.1 // indirect
|
|
github.com/go-playground/validator/v10 v10.14.1 // indirect
|
|
github.com/golang/protobuf v1.5.3 // indirect
|
|
github.com/google/go-cmp v0.5.9 // indirect
|
|
github.com/google/uuid v1.3.0 // indirect
|
|
github.com/gorilla/websocket v1.5.0 // indirect
|
|
github.com/json-iterator/go v1.1.12 // indirect
|
|
github.com/klauspost/compress v1.16.7 // indirect
|
|
github.com/klauspost/cpuid/v2 v2.2.5 // indirect
|
|
github.com/modern-go/concurrent v0.0.0-20180306012644-bacd9c7ef1dd // indirect
|
|
github.com/modern-go/reflect2 v1.0.2 // indirect
|
|
github.com/pelletier/go-toml/v2 v2.0.9 // indirect
|
|
github.com/tidwall/match v1.1.1 // indirect
|
|
github.com/tidwall/pretty v1.2.1 // indirect
|
|
go.uber.org/atomic v1.11.0 // indirect
|
|
go.uber.org/multierr v1.11.0 // indirect
|
|
go.uber.org/zap v1.24.0 // indirect
|
|
golang.org/x/arch v0.4.0 // indirect
|
|
golang.org/x/crypto v0.11.0 // indirect
|
|
golang.org/x/exp v0.0.0-20230801115018-d63ba01acd4b // indirect
|
|
golang.org/x/image v0.10.0 // indirect
|
|
golang.org/x/sys v0.10.0 // indirect
|
|
golang.org/x/text v0.11.0 // indirect
|
|
google.golang.org/protobuf v1.31.0 // indirect
|
|
nhooyr.io/websocket v1.8.7 // indirect
|
|
)
|