1
0
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:
2023-03-04 16:11:05 -06:00
parent 23e053fc2b
commit 913bbcd4f6
13 changed files with 1892 additions and 743 deletions

15
src/go.mod Normal file
View 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
)