Closed folliehiyuki closed 1 year ago
While it's not a good solution, nor a band-aid fix, ignore these until they are fixed.
They require some data that is missing from the repo.
While you are at it, maybe also updating go.mod
?
golang.org/x/net
(prior to 0.7.0)github.com/spf13/cobra
+ github.com/spf13/viper
are a few versions behind latestgithub.com/pkg/errors
has been archived upstream since 2020@FollieHiyuki Sorry for the delay, will update the deps and do something about the tests!
Thanks! I can see that the tests passed now. Also noticed the dependencies update.
Is there any plans to migrate away from github.com/pkg/errors
? That's the only blocker left in my request.
Another blocker on my packaging process.