2022-07-13 15:07:01 -04:00
|
|
|
module git.saintnet.tech/stryan/nunbot
|
|
|
|
|
|
|
|
go 1.18
|
|
|
|
|
|
|
|
require (
|
2022-07-17 18:15:29 -04:00
|
|
|
git.saintnet.tech/stryan/matrixbotlib v0.1.2
|
2022-07-13 15:07:01 -04:00
|
|
|
maunium.net/go/mautrix v0.11.0
|
|
|
|
)
|
|
|
|
|
|
|
|
require (
|
|
|
|
github.com/stretchr/testify v1.8.0 // indirect
|
2022-07-17 18:15:29 -04:00
|
|
|
golang.org/x/crypto v0.0.0-20220622213112-05595931fe9d // indirect
|
|
|
|
golang.org/x/net v0.0.0-20220708220712-1185a9018129 // indirect
|
|
|
|
gopkg.in/yaml.v2 v2.4.0 // indirect
|
2022-07-13 15:07:01 -04:00
|
|
|
)
|