Package manager
Go
Import go.mod and watch changelogs, release notes and security updates.
Track service dependencies with release notes and security signals.
Platforms: Go, backend, tooling
What you get
A single monitor with clear alerts and clean summaries.
- Release notes and changelog summaries
- Security and breaking change signals
- Alerts sent to email or webhooks
Monitor Go dependencies with DepLog.dev
We track public registries and read release notes when available. Alerts follow your version ranges so you only see relevant changes.
Supported inputs
Paste the full file, a dependency section or a clean list.
go.mod
Recommended file format for Go projects.
List format
One package per line. Example: golang.org/x/net v0.26.0.
Example input
Example only. Your file can include more fields.
module example.com/app
require (
golang.org/x/net v0.26.0
github.com/google/uuid v1.6.0
)How to import dependencies
Follow these steps before you save the monitor.
1
Open go.mod and copy the dependencies.
2
Paste into DepLog and confirm the list.
3
Choose alert rules and a delivery channel.
4
Save the monitor and wait for the first scan.
Alerting tips
Pinned versions do not trigger alerts. Use the range syntax your manager supports if you want more updates.
FAQ
Common questions about Go
Which file should I paste for Go?
Paste go.mod. You can also paste a line list.
Can I paste a line list like golang.org/x/net v0.26.0?
Yes. Use one package per line with versions when possible.
Do you read replace or exclude blocks?
Not yet. We read module entries from require blocks in go.mod.
Do you support private registries?
Not yet. We monitor public registries only. Private packages are not supported.