hnbot/go.mod

10 lines
162 B
Modula-2
Raw Normal View History

module gitlab.com/ekzyis/hnbot
go 1.20
2023-04-19 22:20:32 +00:00
require (
github.com/dustin/go-humanize v1.0.1
2024-04-07 03:49:38 +00:00
github.com/ekzyis/snappy v0.4.2
2024-03-17 20:49:17 +00:00
github.com/mattn/go-sqlite3 v1.14.22
)