hnbot/go.mod

14 lines
378 B
Modula-2
Raw Normal View History

module gitlab.com/ekzyis/hnbot
go 1.20
require (
2023-04-16 15:53:49 +00:00
github.com/davecgh/go-spew v1.1.1 // indirect
2023-04-16 19:05:10 +00:00
github.com/dustin/go-humanize v1.0.1 // indirect
github.com/joho/godotenv v1.5.1 // indirect
github.com/namsral/flag v1.7.4-pre // indirect
2023-04-16 15:53:49 +00:00
github.com/pmezard/go-difflib v1.0.0 // indirect
github.com/stretchr/testify v1.8.2 // indirect
gopkg.in/yaml.v3 v3.0.1 // indirect
)