From ea480a1d449dfe909760e36b8f9c90e259d96985 Mon Sep 17 00:00:00 2001 From: maximo tejeda Date: Wed, 7 Feb 2024 13:14:23 -0400 Subject: [PATCH] mod --- go.mod | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/go.mod b/go.mod index 9927286..fa2ac7a 100644 --- a/go.mod +++ b/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 ( 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 )