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-10-27 22:13:58 +00:00
|
|
|
github.com/ProtonMail/gopenpgp/v2 v2.7.4
|
2023-05-14 10:21:58 +00:00
|
|
|
github.com/beevik/etree v1.2.0
|
2023-10-13 08:13:09 +00:00
|
|
|
github.com/gabriel-vasile/mimetype v1.4.3
|
2023-11-02 22:00:58 +00:00
|
|
|
github.com/mdosch/go-xmpp v0.0.2-0.20231102215621-6aa1b0e3374c
|
2020-08-30 08:40:54 +00:00
|
|
|
github.com/pborman/getopt/v2 v2.1.0
|
2023-03-29 20:38:09 +00:00
|
|
|
salsa.debian.org/mdosch/xmppsrv v0.2.5
|
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-09-24 13:28:13 +00:00
|
|
|
github.com/ProtonMail/go-crypto v0.0.0-20230923063757-afb1ddc0824c // indirect
|
2023-03-24 11:30:29 +00:00
|
|
|
github.com/ProtonMail/go-mime v0.0.0-20230322103455-7d82a3887f2f // indirect
|
2023-10-28 13:24:35 +00:00
|
|
|
github.com/cloudflare/circl v1.3.6 // indirect
|
2022-04-17 15:16:29 +00:00
|
|
|
github.com/pkg/errors v0.9.1 // indirect
|
2023-10-06 13:10:58 +00:00
|
|
|
golang.org/x/crypto v0.14.0 // indirect
|
2023-10-13 08:13:09 +00:00
|
|
|
golang.org/x/net v0.17.0 // indirect
|
2023-10-06 13:10:58 +00:00
|
|
|
golang.org/x/sys v0.13.0 // indirect
|
2023-09-03 08:36:44 +00:00
|
|
|
golang.org/x/text v0.13.0 // indirect
|
2022-04-17 15:16:29 +00:00
|
|
|
)
|