machinery icon indicating copy to clipboard operation
machinery copied to clipboard

go get failed because v1.10.5 requires v2.0.4

Open chowyi opened this issue 3 years ago • 2 comments

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 ?

chowyi avatar Jun 02 '21 09:06 chowyi

Can you try now?

RichardKnop avatar Jun 05 '21 19:06 RichardKnop

I found you update the version from 1.10.5 to 1.10.6, now it' ok. Thank you very much.

chowyi avatar Jun 07 '21 02:06 chowyi