Hi Andrew, > On 22. Feb, 2021, at 16:02, Andrew Werner <awerne...@gmail.com> wrote: > > Hi Paul, > > What makes you say that that is “heavyweight”? For what it’s worth, many of > those modules used to just be directories inside the pgx library. Splitting > them out has been good for the ecosystem. In general, I’d encourage you not > to worry about a small handful of transitive dependencies, especially if they > are standard “x” libraries and things from the library author as is the case > here. > > Best, > Andrew
for example go get saying: go: downloading github.com/jackc/pgx v3.6.2+incompatible and downloading much other stuff makes me think it's heavyweight (at least on the modcache). Why is it downloading v3 stuff when I explicitly stated v4 in my go get command? Maybe I'm wrong, maybe I just haven't grasped the module concept fully yet, I don't know. That's why I asked. As I said, I'm new to Go and just making my first steps beyond simple things. Cheers, Paul -- You received this message because you are subscribed to the Google Groups "golang-nuts" group. To unsubscribe from this group and stop receiving emails from it, send an email to golang-nuts+unsubscr...@googlegroups.com. To view this discussion on the web visit https://groups.google.com/d/msgid/golang-nuts/61D7DCAB-9EB9-4EAF-9040-27BE962603EC%40gmail.com.