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-02-18 14:02:14 +00:00
|
|
|
github.com/ProtonMail/go-crypto v0.0.0-20230217124315-7d5c6f04bbb8 // 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-02-09 09:09:27 +00:00
|
|
|
golang.org/x/crypto v0.6.0 // indirect
|
2023-02-18 14:02:14 +00:00
|
|
|
golang.org/x/net v0.7.0 // indirect
|
2023-02-07 22:31:53 +00:00
|
|
|
golang.org/x/sys v0.5.0 // indirect
|
2023-02-09 09:09:27 +00:00
|
|
|
golang.org/x/text v0.7.0 // indirect
|
2022-04-17 15:16:29 +00:00
|
|
|
)
|