14 lines
413 B
Modula-2
14 lines
413 B
Modula-2
module testbot
|
|
|
|
go 1.14
|
|
|
|
replace git.saintnet.tech/stryan/vega/botlib => /home/stryan/code/vega/botlib
|
|
|
|
require (
|
|
git.saintnet.tech/stryan/vega/botlib v0.0.0-20200411185307-3aa502fe6aad
|
|
github.com/prologic/go-gopher v0.0.0-20191226035442-664dbdb49f44 // indirect
|
|
github.com/spf13/viper v1.6.3 // indirect
|
|
golang.org/x/net v0.0.0-20200324143707-d3edc9973b7e // indirect
|
|
maunium.net/go/mautrix v0.1.0-beta.2
|
|
)
|