-
Notifications
You must be signed in to change notification settings - Fork 180
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
74149bd
commit c9099e0
Showing
2 changed files
with
27 additions
and
9 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,24 +1,26 @@ | ||
module github.com/Danny-Dasilva/CycleTLS/cycletls | ||
|
||
go 1.20 | ||
go 1.21 | ||
|
||
toolchain go1.21.3 | ||
|
||
require ( | ||
github.com/Danny-Dasilva/fhttp v0.0.0-20231127034941-9494939f30fa | ||
github.com/Danny-Dasilva/fhttp v0.0.0-20240217042913-eeeb0b347ce1 | ||
github.com/PuerkitoBio/goquery v1.8.0 | ||
github.com/andybalholm/brotli v1.0.6 | ||
github.com/andybalholm/brotli v1.1.0 | ||
github.com/gorilla/websocket v1.5.1 | ||
github.com/refraction-networking/utls v1.6.0 | ||
golang.org/x/net v0.19.0 | ||
github.com/refraction-networking/utls v1.6.2 | ||
golang.org/x/net v0.21.0 | ||
h12.io/socks v1.0.3 | ||
) | ||
|
||
require ( | ||
github.com/andybalholm/cascadia v1.3.1 // indirect | ||
github.com/cloudflare/circl v1.3.7 // indirect | ||
github.com/gaukas/godicttls v0.0.4 // indirect | ||
github.com/klauspost/compress v1.17.4 // indirect | ||
github.com/quic-go/quic-go v0.40.1 // indirect | ||
golang.org/x/crypto v0.17.0 // indirect | ||
golang.org/x/sys v0.16.0 // indirect | ||
github.com/klauspost/compress v1.17.6 // indirect | ||
github.com/quic-go/quic-go v0.41.0 // indirect | ||
golang.org/x/crypto v0.19.0 // indirect | ||
golang.org/x/sys v0.17.0 // indirect | ||
golang.org/x/text v0.14.0 // indirect | ||
) |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters