This commit is contained in:
maximo tejeda 2024-02-07 13:14:23 -04:00
parent c0d350bad8
commit ea480a1d44

7
go.mod
View File

@ -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 (
github.com/danwakefield/fnmatch v0.0.0-20160403171240-cbb64ac3d964 // indirect
github.com/go-jose/go-jose/v3 v3.0.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
)