a23194ad96
The goal is to keep dependencies list minimal for users of the xmpp modules. We do not want to force to increase largely the number of indirect dependencies when you require xmpp. The command-line stuff may not likely be needed in the end developer application.
9 lines
133 B
Modula-2
9 lines
133 B
Modula-2
module gosrc.io/xmpp
|
|
|
|
go 1.12
|
|
|
|
require (
|
|
github.com/google/go-cmp v0.3.0
|
|
golang.org/x/xerrors v0.0.0-20190513163551-3ee3066db522
|
|
)
|