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-01-05 14:32:23 +00:00
|
|
|
github.com/beevik/etree v1.3.0
|
2023-10-13 08:13:09 +00:00
|
|
|
github.com/gabriel-vasile/mimetype v1.4.3
|
2020-08-30 08:40:54 +00:00
|
|
|
github.com/pborman/getopt/v2 v2.1.0
|
2024-03-10 12:45:59 +00:00
|
|
|
github.com/xmppo/go-xmpp v0.1.3-0.20240310124433-73f06c9f3d1f
|
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-01-05 14:32:23 +00:00
|
|
|
github.com/cloudflare/circl v1.3.7 // indirect
|
2022-04-17 15:16:29 +00:00
|
|
|
github.com/pkg/errors v0.9.1 // indirect
|
2024-03-05 18:40:03 +00:00
|
|
|
golang.org/x/crypto v0.21.0 // indirect
|
|
|
|
golang.org/x/net v0.22.0 // indirect
|
|
|
|
golang.org/x/sys v0.18.0 // indirect
|
2023-11-05 11:40:38 +00:00
|
|
|
golang.org/x/text v0.14.0 // indirect
|
2022-04-17 15:16:29 +00:00
|
|
|
)
|