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 building under go version go1.12. 
And things were fine before go1.12. 

Where the problem is? 
How to fix it? -- I've tried.

go get -v -u github.com/mkideal/cli

and

go get -v -u github.com/mkideal/cli/clis

but neither works. 

Is it because how the package is defined? But that's not much different 
from:
https://github.com/mkideal/cli/blob/41df2d00b0edfa4614da67cf68f41df9d4e55539/ext/decoders.go#L1
but how come that package is OK? 

Thx

-- 
You received this message because you are subscribed to the Google Groups 
"golang-nuts" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to golang-nuts+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/golang-nuts/8ed57e68-4b13-4869-a9b8-efe69e49dda7%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.

Reply via email to