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

12 lines
311 B
Modula-2

module salsa.debian.org/mdosch/go-sendxmpp
go 1.13
require (
github.com/gabriel-vasile/mimetype v1.4.0
github.com/mattn/go-xmpp v0.0.0-20211029151415-912ba614897a
github.com/pborman/getopt/v2 v2.1.0
golang.org/x/net v0.0.0-20220127200216-cd36cc0744dd // indirect
salsa.debian.org/mdosch/xmppsrv v0.1.1
)