15 lines
312 B
Modula-2
15 lines
312 B
Modula-2
|
module git.saintnet.tech/stryan/nunbot
|
||
|
|
||
|
go 1.18
|
||
|
|
||
|
require (
|
||
|
gopkg.in/yaml.v2 v2.4.0
|
||
|
maunium.net/go/mautrix v0.11.0
|
||
|
)
|
||
|
|
||
|
require (
|
||
|
github.com/stretchr/testify v1.8.0 // indirect
|
||
|
golang.org/x/crypto v0.0.0-20220513210258-46612604a0f9 // indirect
|
||
|
golang.org/x/net v0.0.0-20220513224357-95641704303c // indirect
|
||
|
)
|