google / deps.dev

Resources for the deps.dev API
https://deps.dev
Apache License 2.0
242 stars 18 forks source link

could not find module for package import #56

Closed 3052 closed 8 months ago

3052 commented 8 months ago

this page: https://deps.dev/go/154.pages.dev%2Fwidevine

shows this:

Warning We found errors while resolving dependencies that may result in an incomplete or inaccurate dependency graph. could not find module for package import: 154.pages.dev/protobuf

which is not valid:

> curl https://154.pages.dev/protobuf
<!doctype html>
<html lang="en">
<head>
<meta name="go-import" content="154.pages.dev/protobuf git https://github.com/3052/protobuf">
</head>
</html>

https://pkg.go.dev/154.pages.dev/protobuf https://godocs.io/154.pages.dev/protobuf

adg commented 8 months ago

Thanks for reporting this. Using this case we were able to diagnose and fix a bug in our data pipeline (related to custom module paths changing over time - the underlying repo used to be something else, right?).

3052 commented 8 months ago

yes, GitHub has this fun habit of banning my GitHub account without explanation, so securing my own domain and the go-import tag have been quite helpful in dealing with their crap.