12 lines
307 B
Modula-2
12 lines
307 B
Modula-2
module git.saintnet.tech/stryan/simpbot
|
|
|
|
go 1.15
|
|
|
|
require (
|
|
github.com/fsnotify/fsnotify v1.4.9 // indirect
|
|
github.com/spf13/viper v1.7.1
|
|
golang.org/x/crypto v0.0.0-20210513164829-c07d793c2f9a // indirect
|
|
golang.org/x/net v0.0.0-20210520170846-37e1c6afe023 // indirect
|
|
maunium.net/go/mautrix v0.9.12
|
|
)
|