moth/go.mod

12 lines
255 B
Modula-2
Raw Normal View History

2020-02-29 16:53:08 -07:00
module github.com/dirtbags/moth
go 1.13
require (
2022-05-10 13:20:54 -06:00
github.com/go-redis/redis/v8 v8.11.4
2021-01-29 17:41:35 -07:00
github.com/kr/text v0.2.0 // indirect
github.com/yuin/goldmark v1.3.1
gopkg.in/check.v1 v1.0.0-20201130134442-10cb98267c6c // indirect
gopkg.in/yaml.v2 v2.4.0
2020-02-29 16:53:08 -07:00
)