cmd icon indicating copy to clipboard operation
cmd copied to clipboard

cant go get

Open jianxuanluyc opened this issue 3 years ago • 2 comments

github.com/go-cmd/[email protected]: invalid version: should be v0 or v1, not v2

jianxuanluyc avatar Aug 12 '22 02:08 jianxuanluyc

commented above is the error when i go get

jianxuanluyc avatar Aug 12 '22 02:08 jianxuanluyc

i add follow code to my go.mod, then it solve my problem. code : require ( github.com/go-cmd/cmd v1 )

jianxuanluyc avatar Aug 12 '22 02:08 jianxuanluyc

Yep, this is no v2 yet.

daniel-nichter avatar Mar 03 '23 01:03 daniel-nichter