2023-04-07 06:56:18 +00:00
|
|
|
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-07-02 21:56:59 +00:00
|
|
|
github.com/ekzyis/snappy v0.5.1-0.20240702214736-049ea1f1c076
|
2024-03-17 20:49:17 +00:00
|
|
|
github.com/mattn/go-sqlite3 v1.14.22
|
2023-04-07 06:56:18 +00:00
|
|
|
)
|