2023-04-07 08:56:18 +02:00
|
|
|
module gitlab.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
|
2023-04-07 08:56:18 +02:00
|
|
|
)
|
2024-12-28 00:50:33 +01:00
|
|
|
|
|
|
|
require gopkg.in/guregu/null.v4 v4.0.0 // indirect
|