12 lines
214 B
Modula-2
12 lines
214 B
Modula-2
module github.com/ekzyis/hnbot
|
|
|
|
go 1.20
|
|
|
|
require (
|
|
github.com/dustin/go-humanize v1.0.1
|
|
github.com/ekzyis/snappy v0.7.0
|
|
github.com/mattn/go-sqlite3 v1.14.22
|
|
)
|
|
|
|
require gopkg.in/guregu/null.v4 v4.0.0 // indirect
|