2025-02-03 22:49:27 +01:00
|
|
|
module github.com/ekzyis/hnbot
|
2023-04-07 08:56:18 +02:00
|
|
|
|
|
|
|
go 1.20
|
|
|
|
|
2023-04-20 00:20:32 +02:00
|
|
|
require (
|
|
|
|
github.com/dustin/go-humanize v1.0.1
|
2025-02-03 23:36:47 +01:00
|
|
|
github.com/ekzyis/snappy v0.8.0
|
|
|
|
github.com/joho/godotenv v1.5.1
|
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
|