google / google/deps.dev

Serve "observed at" times for Go modules

Open
#48 1 comment 0 reactions 0 assignees View on GitHub
enhancement
Dominant language
Go
Stars
443
Forks
54
Avg merge
1d 22h
Merged PRs (30d)
3

Description

"Published" is empty for GO package versions on the website https://deps.dev/go/github.com%2Frs%2Fzerolog/v1.31.0/versions :
![image](https://github.com/google/deps.dev/assets/12129478/3af4f05f-e732-4090-86d4-6ddd9b379c35)

Same for the REST API:
NPM: https://api.deps.dev/v3alpha/systems/npm/packages/typescript
![image](https://github.com/google/deps.dev/assets/12129478/3ed339dd-30a6-4989-a9d6-5e8cf6e8db12)

GO: https://api.deps.dev/v3alpha/systems/go/packages/github.com%2Frs%2Fzerolog
![image](https://github.com/google/deps.dev/assets/12129478/21d49dbd-048a-46b9-91a1-ecdab2e581d8)

I checked all systems and GO and NUGET seem to be incomplete? The REST API documentation does not mention why some attributes are missing in these systems.

#### available: versions + published_at + dependents
CARGO https://deps.dev/cargo/rand/0.8.5/versions
NPM https://deps.dev/npm/react/18.2.0/versions
PYPI https://deps.dev/pypi/beautifulsoup4/4.12.2/versions
MAVEN https://deps.dev/maven/org.springframework%3Aspring-core/6.1.1/versions
#### available: versions + dependents
GO https://deps.dev/go/github.com%2Frs%2Fzerolog/v1.31.0/versions
#### available: versions + published_at
NUGET https://deps.dev/nuget/hangfire.core/1.8.6

### Is it possible to add the published timestamp?
The underlying source https://index.golang.org/index has timestamp so I am wondering why that aren't available on deps.dev. I need this information to be available in my project to be able to build package timelines.

Contributor guide

Open the contributing guide

Assessment

This issue has not been assessed yet.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.