diff options
Diffstat (limited to 'go.mod')
-rw-r--r-- | go.mod | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -4,6 +4,7 @@ go 1.13 require ( github.com/pkg/errors v0.8.1 + github.com/santhosh-tekuri/jsonschema v1.2.4 gopkg.in/yaml.v2 v2.2.4 gosrc.io/xmpp v0.1.3 ) |