mirror of
https://github.com/rramiachraf/dumb.git
synced 2025-04-04 05:17:36 +03:00
chore: bump go version and upgrade dependencies
This commit is contained in:
parent
8f838a20e6
commit
56c745d6f5
4 changed files with 33 additions and 46 deletions
25
go.mod
25
go.mod
|
@ -1,14 +1,12 @@
|
|||
module github.com/rramiachraf/dumb
|
||||
|
||||
go 1.21
|
||||
|
||||
toolchain go1.22.0
|
||||
go 1.22.2
|
||||
|
||||
require (
|
||||
github.com/Danny-Dasilva/CycleTLS/cycletls v1.0.26
|
||||
github.com/Danny-Dasilva/fhttp v0.0.0-20240217042913-eeeb0b347ce1
|
||||
github.com/PuerkitoBio/goquery v1.9.1
|
||||
github.com/a-h/templ v0.2.598
|
||||
github.com/PuerkitoBio/goquery v1.9.2
|
||||
github.com/a-h/templ v0.2.663
|
||||
github.com/allegro/bigcache/v3 v3.1.0
|
||||
github.com/caffix/cloudflare-roundtripper v0.0.0-20181218223503-4c29d231c9cb
|
||||
github.com/gorilla/handlers v1.5.2
|
||||
|
@ -19,16 +17,15 @@ require (
|
|||
require (
|
||||
github.com/andybalholm/brotli v1.1.0 // indirect
|
||||
github.com/andybalholm/cascadia v1.3.2 // indirect
|
||||
github.com/cloudflare/circl v1.3.7 // indirect
|
||||
github.com/felixge/httpsnoop v1.0.3 // indirect
|
||||
github.com/cloudflare/circl v1.3.8 // indirect
|
||||
github.com/felixge/httpsnoop v1.0.4 // indirect
|
||||
github.com/gorilla/websocket v1.5.1 // indirect
|
||||
github.com/klauspost/compress v1.17.7 // indirect
|
||||
github.com/quic-go/quic-go v0.41.0 // indirect
|
||||
github.com/refraction-networking/utls v1.6.3 // indirect
|
||||
github.com/robertkrimen/otto v0.3.0 // indirect
|
||||
golang.org/x/crypto v0.21.0 // indirect
|
||||
golang.org/x/net v0.22.0 // indirect
|
||||
golang.org/x/sys v0.18.0 // indirect
|
||||
github.com/klauspost/compress v1.17.8 // indirect
|
||||
github.com/refraction-networking/utls v1.6.5 // indirect
|
||||
github.com/robertkrimen/otto v0.4.0 // indirect
|
||||
golang.org/x/crypto v0.22.0 // indirect
|
||||
golang.org/x/net v0.24.0 // indirect
|
||||
golang.org/x/sys v0.19.0 // indirect
|
||||
golang.org/x/text v0.14.0 // indirect
|
||||
gopkg.in/sourcemap.v1 v1.0.5 // indirect
|
||||
h12.io/socks v1.0.3 // indirect
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue