mirror of
https://github.com/mgerb/top-of-reddit
synced 2026-01-14 04:22:51 +00:00
update go, add 2021 and 2022 lists
This commit is contained in:
15
src/go.mod
Normal file
15
src/go.mod
Normal file
@@ -0,0 +1,15 @@
|
||||
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
|
||||
)
|
||||
Reference in New Issue
Block a user