mirror of
https://github.com/hibiken/asynqmon.git
synced 2026-04-26 09:35:49 +03:00
[GH-ISSUE #318] Security Error when obtaining this package as a library #787
Labels
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/asynqmon#787
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Originally created by @rockyprabowo on GitHub (Dec 5, 2023).
Original GitHub issue: https://github.com/hibiken/asynqmon/issues/318
I can't download this package latest tag/release due to security error below.
I have to specify the last commit before the
v0.7.2tag in order to use this library.@hiredman commented on GitHub (Dec 15, 2023):
I think what is going on here is asynqmon v0.7.2 hasn't actually been released. The most recent release in the github releases appears to be v0.7.1, but the tag for v0.7.2 exists and is maybe getting moved to match HEAD of master until such time as v0.7.2 is released (this is speculation based the github release pages and looking at what proxy.golang.org has cached for asynqmon v0.7.2 vs. what the tag currently points at here on github, so I know that the tag has changed once and doesn't appear to be "released").
This pattern of changing what a tag points to completely breaks proxy.golang.org and sum.golang.org, so is maybe not a good idea
@livingston0318 commented on GitHub (Jul 1, 2024):
Same issue, as I use failoverclientOpt, I can't back to v0.7.1, any idea how I can use it?
@livingston0318 commented on GitHub (Jul 1, 2024):
I set GOPROXY As https://proxy.golang.org,direct and then, run go mod tidy,it works