simpbot/go.mod

14 lines
398 B
Modula-2
Raw Normal View History

2021-10-13 21:28:47 +00:00
module git.saintnet.tech/stryan/simpbot
2021-05-21 16:45:24 +00:00
go 1.15
require (
2021-10-14 21:19:20 +00:00
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
2021-05-21 16:45:24 +00:00
)