In-reply-to » ahh this is useful https://go.dev/doc/modules/managing-dependencies. the go culture doesn't typically have large dependency graphs like Ruby or JS.

I don’t get it 😒

$ go mod why github.com/golang/protobuf
# github.com/golang/protobuf
(main module does not need package github.com/golang/protobuf)

@lyse@lyse.isobeef.org What is go mod graph really showing? πŸ€”

​ Read More