2020-04-23 07:11:37 +00:00
|
|
|
module salsa.debian.org/mdosch/go-sendxmpp
|
2020-01-22 17:32:35 +00:00
|
|
|
|
2024-01-10 15:21:39 +00:00
|
|
|
go 1.21.5
|
2020-01-22 17:32:35 +00:00
|
|
|
|
|
|
|
require (
|
2024-02-09 02:07:20 +00:00
|
|
|
github.com/ProtonMail/gopenpgp/v2 v2.7.5
|
2024-05-14 18:54:21 +00:00
|
|
|
github.com/beevik/etree v1.4.0
|
2023-10-13 08:13:09 +00:00
|
|
|
github.com/gabriel-vasile/mimetype v1.4.3
|
2024-04-09 08:59:00 +00:00
|
|
|
github.com/google/uuid v1.6.0
|
2020-08-30 08:40:54 +00:00
|
|
|
github.com/pborman/getopt/v2 v2.1.0
|
2024-05-14 19:03:41 +00:00
|
|
|
github.com/xmppo/go-xmpp v0.2.1
|
2024-05-06 19:15:05 +00:00
|
|
|
golang.org/x/crypto v0.23.0
|
2024-01-19 18:26:33 +00:00
|
|
|
salsa.debian.org/mdosch/xmppsrv v0.2.6
|
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 (
|
2024-01-18 19:05:04 +00:00
|
|
|
github.com/ProtonMail/go-crypto v1.0.0 // indirect
|
2023-03-24 11:30:29 +00:00
|
|
|
github.com/ProtonMail/go-mime v0.0.0-20230322103455-7d82a3887f2f // indirect
|
2024-04-26 18:49:05 +00:00
|
|
|
github.com/cloudflare/circl v1.3.8 // indirect
|
2022-04-17 15:16:29 +00:00
|
|
|
github.com/pkg/errors v0.9.1 // indirect
|
2024-05-06 19:15:05 +00:00
|
|
|
golang.org/x/net v0.25.0 // indirect
|
|
|
|
golang.org/x/sys v0.20.0 // indirect
|
|
|
|
golang.org/x/text v0.15.0 // indirect
|
2022-04-17 15:16:29 +00:00
|
|
|
)
|