mirror of
https://salsa.debian.org/mdosch/go-sendxmpp
synced 2024-11-12 13:10:25 +00:00
24 lines
733 B
Modula-2
24 lines
733 B
Modula-2
module salsa.debian.org/mdosch/go-sendxmpp
|
|
|
|
go 1.17
|
|
|
|
require (
|
|
github.com/ProtonMail/gopenpgp/v2 v2.5.2
|
|
github.com/beevik/etree v1.1.0
|
|
github.com/gabriel-vasile/mimetype v1.4.1
|
|
github.com/mattn/go-xmpp v0.0.0-20230302152058-9129a110df1b
|
|
github.com/pborman/getopt/v2 v2.1.0
|
|
salsa.debian.org/mdosch/xmppsrv v0.2.4
|
|
)
|
|
|
|
require (
|
|
github.com/ProtonMail/go-crypto v0.0.0-20230217124315-7d5c6f04bbb8 // indirect
|
|
github.com/ProtonMail/go-mime v0.0.0-20221031134845-8fd9bc37cf08 // indirect
|
|
github.com/cloudflare/circl v1.3.2 // indirect
|
|
github.com/pkg/errors v0.9.1 // indirect
|
|
golang.org/x/crypto v0.6.0 // indirect
|
|
golang.org/x/net v0.7.0 // indirect
|
|
golang.org/x/sys v0.5.0 // indirect
|
|
golang.org/x/text v0.7.0 // indirect
|
|
)
|