lileio / lile

Easily generate gRPC services in Go ⚡️
MIT License
1.51k stars 88 forks source link

Replace github.com/golang/lint with golang.org/x/lint #62

Closed Neats29 closed 5 years ago

Neats29 commented 5 years ago

The dependency github.com/golang/lint has been moved to golang.org/x/lint so now when other services using lile install it, you get the error parsing go.mod: unexpected module path "golang.org/x/lint" More info: https://github.com/golang/go/wiki/Resolving-Problems-From-Modified-Module-Path

This should fix it