improve wayback/archist display / refactor cycletls transport with PR in ext lib
This commit is contained in:
20
go.mod
20
go.mod
@@ -3,8 +3,8 @@ module ladder
|
||||
go 1.21.1
|
||||
|
||||
require (
|
||||
github.com/Danny-Dasilva/fhttp v0.0.0-20220524230104-f801520157d6
|
||||
github.com/Danny-Dasilva/utls v0.0.0-20220604023528-30cb107b834e
|
||||
github.com/Danny-Dasilva/CycleTLS/cycletls v0.0.0-20231128002513-4df48e6bd744
|
||||
github.com/Danny-Dasilva/fhttp v0.0.0-20231127034941-9494939f30fa
|
||||
github.com/akamensky/argparse v1.4.0
|
||||
github.com/gofiber/fiber/v2 v2.50.0
|
||||
github.com/stretchr/testify v1.8.4
|
||||
@@ -12,8 +12,14 @@ require (
|
||||
)
|
||||
|
||||
require (
|
||||
github.com/Danny-Dasilva/utls v0.0.0-20220604023528-30cb107b834e // indirect
|
||||
github.com/cloudflare/circl v1.3.6 // indirect
|
||||
github.com/dsnet/compress v0.0.1 // indirect
|
||||
golang.org/x/crypto v0.15.0 // indirect
|
||||
github.com/gaukas/godicttls v0.0.4 // indirect
|
||||
github.com/gorilla/websocket v1.5.1 // indirect
|
||||
github.com/quic-go/quic-go v0.40.0 // indirect
|
||||
github.com/refraction-networking/utls v1.5.4 // indirect
|
||||
golang.org/x/crypto v0.16.0 // indirect
|
||||
golang.org/x/text v0.14.0 // indirect
|
||||
)
|
||||
|
||||
@@ -21,7 +27,7 @@ require (
|
||||
github.com/andybalholm/brotli v1.0.6 // indirect
|
||||
github.com/davecgh/go-spew v1.1.1 // indirect
|
||||
github.com/google/uuid v1.4.0 // indirect
|
||||
github.com/klauspost/compress v1.17.2 // indirect
|
||||
github.com/klauspost/compress v1.17.3 // indirect
|
||||
github.com/mattn/go-colorable v0.1.13 // indirect
|
||||
github.com/mattn/go-isatty v0.0.20 // indirect
|
||||
github.com/mattn/go-runewidth v0.0.15 // indirect
|
||||
@@ -30,7 +36,7 @@ require (
|
||||
github.com/valyala/bytebufferpool v1.0.0 // indirect
|
||||
github.com/valyala/fasthttp v1.50.0 // indirect
|
||||
github.com/valyala/tcplisten v1.0.0 // indirect
|
||||
golang.org/x/net v0.18.0
|
||||
golang.org/x/sys v0.14.0 // indirect
|
||||
golang.org/x/term v0.14.0
|
||||
golang.org/x/net v0.19.0
|
||||
golang.org/x/sys v0.15.0 // indirect
|
||||
golang.org/x/term v0.15.0
|
||||
)
|
||||
|
||||
Reference in New Issue
Block a user