vega/testbot/go.mod

19 lines
666 B
Modula-2
Raw Normal View History

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
replace git.saintnet.tech/stryan/vega/weatherbot => /home/stryan/code/vega/weatherbot
2020-04-11 16:26:59 -04:00
require (
git.saintnet.tech/stryan/vega v0.0.0-20200415191842-4fc91fae8f17
2020-04-21 16:42:39 -04:00
git.saintnet.tech/stryan/vega/botlib v0.0.0-20200421201809-03a5e56614c1
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
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
)