module github.com/mgerb/top-of-reddit go 1.20 require ( github.com/boltdb/bolt v1.3.1 github.com/olekukonko/tablewriter v0.0.0-20180130162743-b8a9be070da4 github.com/tidwall/gjson v1.1.0 ) require ( github.com/mattn/go-runewidth v0.0.2 // indirect github.com/tidwall/match v1.0.0 // indirect golang.org/x/sys v0.0.0-20180224232135-f6cff0780e54 // indirect )