-
Notifications
You must be signed in to change notification settings - Fork 59
Open
Description
Repro:
go clean -modcache
go mod init test
echo 'package main
import (
_ "github.com/chromedp/chromedp"
)
func main() {}' > main.go
go get -u allResult:
go: all: module github.com/chromedp/cdproto@upgrade found (v0.0.0-20250113203156-3ff4b409e0d4), but does not contain package github.com/chromedp/cdproto/database
Metadata
Metadata
Assignees
Labels
No labels