vega/testbot/go.mod

19 lines
666 B
Modula-2

module testbot
go 1.14
replace git.saintnet.tech/stryan/vega/botlib => /home/stryan/code/vega/botlib
replace git.saintnet.tech/stryan/vega/weatherbot => /home/stryan/code/vega/weatherbot
require (
git.saintnet.tech/stryan/vega v0.0.0-20200415191842-4fc91fae8f17
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
github.com/prologic/go-gopher v0.0.0-20191226035442-664dbdb49f44 // indirect
github.com/spf13/viper v1.6.3
golang.org/x/net v0.0.0-20200324143707-d3edc9973b7e // indirect
maunium.net/go/mautrix v0.1.0-beta.2
)