mirror of
https://github.com/rramiachraf/dumb.git
synced 2025-04-04 05:17:36 +03:00
chore: run go mod tidy
This commit is contained in:
parent
ea1a891ef1
commit
287c9a642f
2 changed files with 12 additions and 6 deletions
4
go.mod
4
go.mod
|
@ -5,6 +5,8 @@ go 1.21
|
|||
toolchain go1.22.0
|
||||
|
||||
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.8.1
|
||||
github.com/a-h/templ v0.2.598
|
||||
github.com/allegro/bigcache/v3 v3.0.2
|
||||
|
@ -14,8 +16,6 @@ require (
|
|||
)
|
||||
|
||||
require (
|
||||
github.com/Danny-Dasilva/CycleTLS/cycletls v1.0.26 // indirect
|
||||
github.com/Danny-Dasilva/fhttp v0.0.0-20240217042913-eeeb0b347ce1 // indirect
|
||||
github.com/andybalholm/brotli v1.1.0 // indirect
|
||||
github.com/andybalholm/cascadia v1.3.1 // indirect
|
||||
github.com/cloudflare/circl v1.3.7 // indirect
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue