BibleBot/go.mod

9 lines
189 B
Modula-2
Raw Permalink Normal View History

2022-12-19 03:22:21 +00:00
module fsdfsd.net/GeneralHurricane/BibleBot
go 1.15
2022-12-19 22:04:45 +00:00
require (
github.com/go-sql-driver/mysql v1.7.0
github.com/xconstruct/go-pushbullet v0.0.0-20171206132031-67759df45fbb // indirect
)