↳
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.
β€ Read More
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? π€