2020-04-11 14:39:19 -04:00
|
|
|
module testbot
|
|
|
|
|
|
|
|
go 1.14
|
|
|
|
|
2020-04-11 16:26:59 -04:00
|
|
|
replace git.saintnet.tech/stryan/vega/botlib => /home/stryan/code/vega/botlib
|
|
|
|
|
2020-04-15 16:11:58 -04:00
|
|
|
replace git.saintnet.tech/stryan/vega/weatherbot => /home/stryan/code/vega/weatherbot
|
|
|
|
|
2020-04-11 16:26:59 -04:00
|
|
|
require (
|
2020-04-15 16:11:58 -04:00
|
|
|
git.saintnet.tech/stryan/vega v0.0.0-20200415191842-4fc91fae8f17
|
2020-04-11 16:26:59 -04:00
|
|
|
git.saintnet.tech/stryan/vega/botlib v0.0.0-20200411185307-3aa502fe6aad
|
2020-04-15 16:11:58 -04:00
|
|
|
git.saintnet.tech/stryan/vega/weatherbot v0.0.0-00010101000000-000000000000
|
|
|
|
github.com/go-co-op/gocron v0.1.1
|
2020-04-11 16:26:59 -04:00
|
|
|
github.com/prologic/go-gopher v0.0.0-20191226035442-664dbdb49f44 // indirect
|
2020-04-15 16:11:58 -04:00
|
|
|
github.com/spf13/viper v1.6.3
|
2020-04-11 16:26:59 -04:00
|
|
|
golang.org/x/net v0.0.0-20200324143707-d3edc9973b7e // indirect
|
|
|
|
maunium.net/go/mautrix v0.1.0-beta.2
|
|
|
|
)
|