simpbot/go.mod

12 lines
307 B
Modula-2
Raw Permalink Normal View History

2021-10-13 17:28:47 -04:00
module git.saintnet.tech/stryan/simpbot
2021-05-21 12:45:24 -04:00
go 1.15
require (
2021-08-07 13:02:50 -04:00
github.com/fsnotify/fsnotify v1.4.9 // indirect
2021-05-21 13:39:54 -04:00
github.com/spf13/viper v1.7.1
2021-05-21 12:45:24 -04:00
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
)