reading github.com/panjf2000/ants/go.mod at revision v1.3.0: unknown revision v1.3.0 #17

Closed
opened 2026-02-16 00:19:05 -05:00 by yindo · 1 comment
Owner

Originally created by @AkisAya on GitHub (Feb 28, 2025).

$ go mod tidy
go: downloading github.com/panjf2000/ants v1.3.0
go: github.com/langgenius/dify-plugin-daemon/internal/utils/routine imports
github.com/panjf2000/ants: reading github.com/panjf2000/ants/go.mod at revision v1.3.0: unknown revision v1.3.0

it seems v1.3.0 tag not exists in https://github.com/panjf2000/ants

Image

Originally created by @AkisAya on GitHub (Feb 28, 2025). $ go mod tidy go: downloading github.com/panjf2000/ants v1.3.0 go: github.com/langgenius/dify-plugin-daemon/internal/utils/routine imports github.com/panjf2000/ants: reading github.com/panjf2000/ants/go.mod at revision v1.3.0: unknown revision v1.3.0 it seems v1.3.0 tag not exists in https://github.com/panjf2000/ants ![Image](https://github.com/user-attachments/assets/a2676a73-306a-4698-bd90-e30bcf344545)
yindo closed this issue 2026-02-16 00:19:05 -05:00
Author
Owner

@AkisAya commented on GitHub (Feb 28, 2025):

export GOPROXY=https://proxy.golang.org,direct

i change proxy to this one, and successfully pulled the package

@AkisAya commented on GitHub (Feb 28, 2025): `export GOPROXY=https://proxy.golang.org,direct` i change proxy to this one, and successfully pulled the package
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: langgenius/dify-plugin-daemon#17