mod
This commit is contained in:
parent
c0d350bad8
commit
ea480a1d44
7
go.mod
7
go.mod
@ -1,11 +1,12 @@
|
|||||||
module us_dop_crawler
|
module github.com/maximotejeda/us_dop_scrapper
|
||||||
|
|
||||||
go 1.21.0
|
go 1.22
|
||||||
|
|
||||||
|
require github.com/playwright-community/playwright-go v0.4001.0
|
||||||
|
|
||||||
require (
|
require (
|
||||||
github.com/danwakefield/fnmatch v0.0.0-20160403171240-cbb64ac3d964 // indirect
|
github.com/danwakefield/fnmatch v0.0.0-20160403171240-cbb64ac3d964 // indirect
|
||||||
github.com/go-jose/go-jose/v3 v3.0.1 // indirect
|
github.com/go-jose/go-jose/v3 v3.0.1 // indirect
|
||||||
github.com/go-stack/stack v1.8.1 // indirect
|
github.com/go-stack/stack v1.8.1 // indirect
|
||||||
github.com/playwright-community/playwright-go v0.4001.0 // indirect
|
|
||||||
go.uber.org/multierr v1.11.0 // indirect
|
go.uber.org/multierr v1.11.0 // indirect
|
||||||
)
|
)
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user