-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Update module github.com/chromedp/chromedp to v0.11.1
- Loading branch information
1 parent
f3ad459
commit cd9af9d
Showing
2 changed files
with
18 additions
and
6 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,19 +1,21 @@ | ||
module github.com/mmichaelb/website-cookie-analyzer | ||
|
||
go 1.20 | ||
go 1.23 | ||
|
||
toolchain go1.23.2 | ||
|
||
require ( | ||
github.com/chromedp/cdproto v0.0.0-20240602235142-49d0e97b7881 | ||
github.com/chromedp/chromedp v0.9.5 | ||
github.com/chromedp/cdproto v0.0.0-20241022234722-4d5d5faf59fb | ||
github.com/chromedp/chromedp v0.11.1 | ||
github.com/sirupsen/logrus v1.9.3 | ||
) | ||
|
||
require ( | ||
github.com/chromedp/sysutil v1.0.0 // indirect | ||
github.com/chromedp/sysutil v1.1.0 // indirect | ||
github.com/gobwas/httphead v0.1.0 // indirect | ||
github.com/gobwas/pool v0.2.1 // indirect | ||
github.com/gobwas/ws v1.3.2 // indirect | ||
github.com/gobwas/ws v1.4.0 // indirect | ||
github.com/josharian/intern v1.0.0 // indirect | ||
github.com/mailru/easyjson v0.7.7 // indirect | ||
golang.org/x/sys v0.16.0 // indirect | ||
golang.org/x/sys v0.26.0 // indirect | ||
) |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters