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 (
|
2023-01-26 17:44:25 +00:00
|
|
|
github.com/ProtonMail/gopenpgp/v2 v2.5.2
|
2022-04-17 15:16:29 +00:00
|
|
|
github.com/beevik/etree v1.1.0
|
2022-07-08 15:25:17 +00:00
|
|
|
github.com/gabriel-vasile/mimetype v1.4.1
|
2022-07-13 19:05:57 +00:00
|
|
|
github.com/mattn/go-xmpp v0.0.0-20220712221724-2eb234970ce7
|
2020-08-30 08:40:54 +00:00
|
|
|
github.com/pborman/getopt/v2 v2.1.0
|
2022-08-15 08:22:23 +00:00
|
|
|
salsa.debian.org/mdosch/xmppsrv v0.2.4
|
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 (
|
2023-01-30 20:44:15 +00:00
|
|
|
github.com/ProtonMail/go-crypto v0.0.0-20230127202215-f7f10de891d5 // indirect
|
2022-11-03 20:22:31 +00:00
|
|
|
github.com/ProtonMail/go-mime v0.0.0-20221031134845-8fd9bc37cf08 // indirect
|
2023-01-31 18:22:22 +00:00
|
|
|
github.com/cloudflare/circl v1.3.2 // indirect
|
2022-04-17 15:16:29 +00:00
|
|
|
github.com/pkg/errors v0.9.1 // indirect
|
2023-01-04 20:31:10 +00:00
|
|
|
golang.org/x/crypto v0.5.0 // indirect
|
|
|
|
golang.org/x/net v0.5.0 // indirect
|
|
|
|
golang.org/x/sys v0.4.0 // indirect
|
|
|
|
golang.org/x/text v0.6.0 // indirect
|
2022-04-17 15:16:29 +00:00
|
|
|
)
|