go-sendxmpp/go.mod

24 lines
734 B
Modula-2
Raw Normal View History

2020-04-23 07:11:37 +00:00
module salsa.debian.org/mdosch/go-sendxmpp
2022-03-19 14:28:58 +00:00
go 1.17
require (
2022-08-29 14:50:16 +00:00
github.com/ProtonMail/gopenpgp/v2 v2.4.10
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
)
2022-03-19 14:28:58 +00:00
require (
2022-10-31 13:37:23 +00:00
github.com/ProtonMail/go-crypto v0.0.0-20221026131551-cf6655e29de4 // indirect
2022-11-03 20:22:31 +00:00
github.com/ProtonMail/go-mime v0.0.0-20221031134845-8fd9bc37cf08 // indirect
2022-11-11 16:58:30 +00:00
github.com/cloudflare/circl v1.3.0 // indirect
github.com/pkg/errors v0.9.1 // indirect
2022-11-11 16:58:30 +00:00
golang.org/x/crypto v0.2.0 // indirect
golang.org/x/net v0.2.0 // indirect
golang.org/x/sys v0.2.0 // indirect
2022-10-18 21:01:56 +00:00
golang.org/x/text v0.4.0 // indirect
)