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-04-25 16:28:44 +00:00
|
|
|
github.com/ProtonMail/gopenpgp/v2 v2.7.1
|
2023-05-02 04:59:34 +00:00
|
|
|
github.com/beevik/etree v1.1.3
|
2023-03-09 09:46:05 +00:00
|
|
|
github.com/gabriel-vasile/mimetype v1.4.2
|
2023-03-02 15:42:12 +00:00
|
|
|
github.com/mattn/go-xmpp v0.0.0-20230302152058-9129a110df1b
|
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-04-28 05:54:39 +00:00
|
|
|
github.com/ProtonMail/go-crypto v0.0.0-20230426101702-58e86b294756 // indirect
|
2023-03-24 11:30:29 +00:00
|
|
|
github.com/ProtonMail/go-mime v0.0.0-20230322103455-7d82a3887f2f // 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-04-09 12:57:47 +00:00
|
|
|
golang.org/x/crypto v0.8.0 // indirect
|
|
|
|
golang.org/x/net v0.9.0 // indirect
|
2023-04-05 18:32:00 +00:00
|
|
|
golang.org/x/sys v0.7.0 // indirect
|
2023-04-09 12:57:47 +00:00
|
|
|
golang.org/x/text v0.9.0 // indirect
|
2022-04-17 15:16:29 +00:00
|
|
|
)
|