initial attempt to integrate surf http client
This commit is contained in:
@@ -1,10 +1,34 @@
|
||||
module github.com/vartanbeno/go-reddit/v2
|
||||
|
||||
go 1.15
|
||||
go 1.24.0
|
||||
|
||||
require (
|
||||
github.com/enetx/surf v1.0.173
|
||||
github.com/google/go-querystring v1.0.0
|
||||
github.com/stretchr/testify v1.5.1
|
||||
golang.org/x/net v0.0.0-20190108225652-1e06a53dbb7e
|
||||
github.com/stretchr/testify v1.11.1
|
||||
golang.org/x/net v0.49.0
|
||||
golang.org/x/oauth2 v0.0.0-20200107190931-bf48bf16ab8d
|
||||
)
|
||||
|
||||
require (
|
||||
github.com/andybalholm/brotli v1.2.0 // indirect
|
||||
github.com/davecgh/go-spew v1.1.1 // indirect
|
||||
github.com/enetx/g v1.0.202 // indirect
|
||||
github.com/enetx/http v1.0.24 // indirect
|
||||
github.com/enetx/http2 v1.0.24 // indirect
|
||||
github.com/enetx/http3 v1.0.6 // indirect
|
||||
github.com/enetx/iter v0.0.0-20250912135656-f1583323588f // indirect
|
||||
github.com/enetx/utls v0.0.0-20260115181616-c525a7d559c8 // indirect
|
||||
github.com/golang/protobuf v1.2.0 // indirect
|
||||
github.com/klauspost/compress v1.18.3 // indirect
|
||||
github.com/kr/text v0.2.0 // indirect
|
||||
github.com/pmezard/go-difflib v1.0.0 // indirect
|
||||
github.com/quic-go/qpack v0.6.0 // indirect
|
||||
github.com/quic-go/quic-go v0.59.0 // indirect
|
||||
github.com/wzshiming/socks5 v0.7.0 // indirect
|
||||
golang.org/x/crypto v0.47.0 // indirect
|
||||
golang.org/x/sys v0.40.0 // indirect
|
||||
golang.org/x/text v0.33.0 // indirect
|
||||
google.golang.org/appengine v1.4.0 // indirect
|
||||
gopkg.in/yaml.v3 v3.0.1 // indirect
|
||||
)
|
||||
|
||||
Reference in New Issue
Block a user