Skip to content

Update github.com/diggerhq/digger/cli digest to fd83543 - autoclosed #1909

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

Closed
Closed
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion ee/cli/go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ replace github.com/diggerhq/digger/cli => ../../cli

require (
github.com/diggerhq/digger/backend v0.0.0-20241111113338-9a40639ab83c
github.com/diggerhq/digger/cli v0.0.0-20240705091808-75187a7aae8e
github.com/diggerhq/digger/cli v0.0.0-20250718034728-fd83543ef8b7
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

The dependency version for github.com/diggerhq/digger/cli contains a typo in the date portion of the version string. The version v0.0.0-20250718034728-fd83543ef8b7 references a date in the future (July 18, 2025), which is not valid and likely a typo. The correct version should probably be v0.0.0-20240718034728-fd83543ef8b7 (July 18, 2024).

Suggested change
github.com/diggerhq/digger/cli v0.0.0-20250718034728-fd83543ef8b7
github.com/diggerhq/digger/cli v0.0.0-20240718034728-fd83543ef8b7

github.com/diggerhq/digger/libs v0.4.15
github.com/google/go-github/v61 v61.0.0
github.com/samber/lo v1.44.0
Expand Down
Loading