mirror of
https://salsa.debian.org/mdosch/go-sendxmpp
synced 2024-11-18 21:25:31 +00:00
24 lines
816 B
Modula-2
24 lines
816 B
Modula-2
module salsa.debian.org/mdosch/go-sendxmpp
|
|
|
|
go 1.17
|
|
|
|
require (
|
|
github.com/ProtonMail/gopenpgp/v2 v2.4.7
|
|
github.com/beevik/etree v1.1.0
|
|
github.com/gabriel-vasile/mimetype v1.4.0
|
|
github.com/mattn/go-xmpp v0.0.0-20220410054612-99ddfc1aa46a
|
|
github.com/pborman/getopt/v2 v2.1.0
|
|
salsa.debian.org/mdosch/xmppsrv v0.1.1
|
|
)
|
|
|
|
require (
|
|
github.com/ProtonMail/go-crypto v0.0.0-20220407094043-a94812496cf5 // indirect
|
|
github.com/ProtonMail/go-mime v0.0.0-20220302105931-303f85f7fe0f // indirect
|
|
github.com/pkg/errors v0.9.1 // indirect
|
|
github.com/sirupsen/logrus v1.8.1 // indirect
|
|
golang.org/x/crypto v0.0.0-20220427172511-eb4f295cb31f // indirect
|
|
golang.org/x/net v0.0.0-20220425223048-2871e0cb64e4 // indirect
|
|
golang.org/x/sys v0.0.0-20220422013727-9388b58f7150 // indirect
|
|
golang.org/x/text v0.3.7 // indirect
|
|
)
|