go mod tidy
This commit is contained in:
parent
0c46ce57ab
commit
a48f62c0cf
2
go.mod
2
go.mod
@ -5,7 +5,6 @@ go 1.20
|
||||
require (
|
||||
github.com/AlecAivazis/survey/v2 v2.3.6
|
||||
github.com/DaRealFreak/cloudflare-bp-go v1.0.4
|
||||
github.com/EDDYCJY/fake-useragent v0.2.0
|
||||
github.com/artdarek/go-unzip v1.0.0
|
||||
github.com/blang/semver v3.5.1+incompatible
|
||||
github.com/creack/pty v1.1.18
|
||||
@ -25,6 +24,7 @@ require (
|
||||
)
|
||||
|
||||
require (
|
||||
github.com/EDDYCJY/fake-useragent v0.2.0 // indirect
|
||||
github.com/PuerkitoBio/goquery v1.8.1 // indirect
|
||||
github.com/andybalholm/cascadia v1.3.1 // indirect
|
||||
github.com/davecgh/go-spew v1.1.1 // indirect
|
||||
|
Loading…
x
Reference in New Issue
Block a user