You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
go clean -modcache
go mod init testecho'package mainimport ( _ "github.com/chromedp/chromedp")func main() {}'> main.go
go get -u all
Result:
go: all: module github.com/chromedp/cdproto@upgrade found (v0.0.0-20250113203156-3ff4b409e0d4), but does not contain package github.com/chromedp/cdproto/database
The text was updated successfully, but these errors were encountered:
Repro:
Result:
go: all: module github.com/chromedp/cdproto@upgrade found (v0.0.0-20250113203156-3ff4b409e0d4), but does not contain package github.com/chromedp/cdproto/database
The text was updated successfully, but these errors were encountered: