Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Broken build #27

Open
jimsnab opened this issue Jan 17, 2025 · 1 comment
Open

Broken build #27

jimsnab opened this issue Jan 17, 2025 · 1 comment

Comments

@jimsnab
Copy link

jimsnab commented Jan 17, 2025

Repro:

go clean -modcache
go mod init test
echo 'package main

import (
    _ "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

@jimsnab
Copy link
Author

jimsnab commented Jan 17, 2025

My workaround for now in go.mod

replace github.com/chromedp/cdproto => github.com/chromedp/cdproto v0.0.0-20250109193942-1ec2f6cf5d86

@kenshaw is this something you can help with?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant