1
0
mirror of https://github.com/mgerb/top-of-reddit synced 2026-01-10 18:42:50 +00:00
Files
top-of-reddit/src/go.mod

16 lines
367 B
Modula-2

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
)