Try "go mod why $dependency"; e.g.,
> go mod why github.com/sourcegraph/jsonrpc2
# github.com/sourcegraph/jsonrpc2
src.elv.sh/pkg/lsp
github.com/sourcegraph/jsonrpc2
There's also "go mod graph".
On Thu, Jul 11, 2024 at 4:44 PM Alvaro Crespo <
alvaro.andres.cre...@gmail.com> wrote:
> Hi there!
>
Hi there!
I'm not an expert go dev but I'm
using https://cs.opensource.google/go/x/mobile to build a domain layer for
both an Android and an iOS app. First of all, congrats on the good work.
The project is amazing.
I recently updated the gomobile package version and found out a strange
lookin