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.

@prologic@twtxt.net Then kill it with fire. ;-) github.com/vcraescu/go-paginator pulls in several databases such as github.com/mattn/go-sqlite3, github.com/go-sql-driver/mysql, github.com/denisenkom/go-mssqldb and a few other things. Admittedly, only in its tests, but still. Probably still worth looking for a replacement or doing it completely on our own, depending on what is actually needed. Also, I just noticed that this blackfriday markdown library is included in both v1 and v2. I’m sure there are other libraries with the same issue. Gotta do some spring cleaning.

⤋ Read More