2020-04-23 07:11:37 +00:00
|
|
|
module salsa.debian.org/mdosch/go-sendxmpp
|
2020-01-22 17:32:35 +00:00
|
|
|
|
2022-03-19 14:28:58 +00:00
|
|
|
go 1.17
|
2020-01-22 17:32:35 +00:00
|
|
|
|
|
|
|
require (
|
2022-04-17 15:16:29 +00:00
|
|
|
github.com/ProtonMail/gopenpgp/v2 v2.4.6
|
|
|
|
github.com/beevik/etree v1.1.0
|
2021-10-22 07:47:11 +00:00
|
|
|
github.com/gabriel-vasile/mimetype v1.4.0
|
2022-04-10 06:02:58 +00:00
|
|
|
github.com/mattn/go-xmpp v0.0.0-20220410054612-99ddfc1aa46a
|
2020-08-30 08:40:54 +00:00
|
|
|
github.com/pborman/getopt/v2 v2.1.0
|
2022-02-12 11:04:55 +00:00
|
|
|
salsa.debian.org/mdosch/xmppsrv v0.1.1
|
2020-01-22 17:32:35 +00:00
|
|
|
)
|
2022-03-19 14:28:58 +00:00
|
|
|
|
2022-04-17 15:16:29 +00:00
|
|
|
require (
|
|
|
|
github.com/ProtonMail/go-crypto v0.0.0-20220407094043-a94812496cf5 // indirect
|
|
|
|
github.com/ProtonMail/go-mime v0.0.0-20220302105931-303f85f7fe0f // indirect
|
|
|
|
github.com/pkg/errors v0.9.1 // indirect
|
|
|
|
github.com/sirupsen/logrus v1.8.1 // indirect
|
|
|
|
golang.org/x/crypto v0.0.0-20220411220226-7b82a4e95df4 // indirect
|
|
|
|
golang.org/x/net v0.0.0-20220412020605-290c469a71a5 // indirect
|
|
|
|
golang.org/x/sys v0.0.0-20220412211240-33da011f77ad // indirect
|
|
|
|
golang.org/x/text v0.3.7 // indirect
|
|
|
|
)
|