[go-nuts] go version go1.12 and cannot find module providing package

2019-05-31 Thread 'Bryan Mills' via golang-nuts
The highest release tag on that module is v0.0.2, and that version indeed does not provide the clis package. If you want a commit that is more recent than the latest release, you need to request that commit to 'go get' explicitly. -- You received this message because you are subscribed to the

[go-nuts] go version go1.12 and cannot find module providing package

2019-05-30 Thread Tong Sun
Hi, For this line, https://github.com/go-jsonfile/jsonfiddle/blob/f44996d66c751dac409d15e5f132a65ece42da59/cmd_x2j.go#L17 I'm getting build github.com/go-jsonfile/jsonfiddle: cannot load github.com/mkideal/cli/clis: cannot find module providing package github.com/mkideal/cli/clis when build