You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
go-sendxmpp/go.mod

22 lines
704 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-20220513082406-1411b9cc8b9a
github.com/pborman/getopt/v2 v2.1.0
3 years ago
salsa.debian.org/mdosch/xmppsrv v0.1.1
)
require (
github.com/ProtonMail/go-crypto v0.0.0-20220517143526-88bb52951d5b // indirect
github.com/ProtonMail/go-mime v0.0.0-20220429130430-2192574d760f // indirect
github.com/pkg/errors v0.9.1 // indirect
golang.org/x/crypto v0.0.0-20220525230936-793ad666bf5e // indirect
golang.org/x/net v0.0.0-20220526153639-5463443f8c37 // indirect
golang.org/x/text v0.3.7 // indirect
)