hnbot/go.mod

12 lines
214 B
Modula-2
Raw Normal View History

2025-02-03 22:49:27 +01:00
module github.com/ekzyis/hnbot
go 1.20
2023-04-20 00:20:32 +02:00
require (
github.com/dustin/go-humanize v1.0.1
2024-12-28 00:50:33 +01:00
github.com/ekzyis/snappy v0.7.0
2024-03-17 20:49:17 +00:00
github.com/mattn/go-sqlite3 v1.14.22
)
2024-12-28 00:50:33 +01:00
require gopkg.in/guregu/null.v4 v4.0.0 // indirect