14 lines
398 B
Modula-2
14 lines
398 B
Modula-2
module git.saintnet.tech/stryan/simpbot
|
|
|
|
go 1.15
|
|
|
|
require (
|
|
github.com/fsnotify/fsnotify v1.5.1
|
|
github.com/spf13/viper v1.9.0
|
|
golang.org/x/crypto v0.0.0-20210921155107-089bfa567519 // indirect
|
|
golang.org/x/net v0.0.0-20211014172544-2b766c08f1c0 // indirect
|
|
golang.org/x/sys v0.0.0-20211013075003-97ac67df715c // indirect
|
|
golang.org/x/text v0.3.7 // indirect
|
|
maunium.net/go/mautrix v0.9.29
|
|
)
|