machinery
machinery copied to clipboard
go get failed because v1.10.5 requires v2.0.4
I would install machinery/v1 by below command:
go get github.com/RichardKnop/machinery/v1
go get: github.com/RichardKnop/[email protected] updating to
github.com/RichardKnop/[email protected] requires
github.com/RichardKnop/machinery/[email protected]: reading github.com/RichardKnop/machinery/go.mod at revision v2.0.4: unknown revision v2.0.4
The file go.mod
at v1.10.5
contains
require github.com/RichardKnop/machinery/v2 v2.0.4 // indirect
but there is no v2.0.4.
Is it a wrong require ?
Can you try now?
I found you update the version from 1.10.5 to 1.10.6, now it' ok. Thank you very much.