You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
go-sendxmpp/go.mod

24 lines
743 B
Modula-2

module salsa.debian.org/mdosch/go-sendxmpp
go 1.21.5
require (
github.com/ProtonMail/gopenpgp/v2 v2.7.4
github.com/beevik/etree v1.3.0
github.com/gabriel-vasile/mimetype v1.4.3
github.com/pborman/getopt/v2 v2.1.0
github.com/xmppo/go-xmpp v0.0.2-0.20240118190409-62928b348398
salsa.debian.org/mdosch/xmppsrv v0.2.6-0.20240119174453-0a507b26bc3c
)
require (
github.com/ProtonMail/go-crypto v1.0.0 // indirect
github.com/ProtonMail/go-mime v0.0.0-20230322103455-7d82a3887f2f // indirect
github.com/cloudflare/circl v1.3.7 // indirect
github.com/pkg/errors v0.9.1 // indirect
golang.org/x/crypto v0.18.0 // indirect
golang.org/x/net v0.20.0 // indirect
golang.org/x/sys v0.16.0 // indirect
golang.org/x/text v0.14.0 // indirect
)