xmpp-webhook

webhook to xmpp gateway (clone of https://github.com/opthomas-prime/xmpp-webhook/ with my own mods)
git clone https://git.e1e0.net/xmpp-webhook.git
Log | Files | Refs | README | LICENSE

commit c6ce33ea797f6e210b82b0d03508eab92326abd0
parent 42988caf4ae3ebf612ba1ca7badb4fcd0c3e5949
Author: Thomas Maier <contact@thomas-maier.net>
Date:   Sun,  9 Dec 2018 15:49:52 +0100

adds go module definition

Diffstat:
Ago.mod | 3+++
Ago.sum | 2++
2 files changed, 5 insertions(+), 0 deletions(-)

diff --git a/go.mod b/go.mod @@ -0,0 +1,3 @@ +module github.com/opthomas-prime/xmpp-webhook + +require github.com/emgee/go-xmpp v0.0.0-20170414153234-efce8dbb9711 diff --git a/go.sum b/go.sum @@ -0,0 +1,2 @@ +github.com/emgee/go-xmpp v0.0.0-20170414153234-efce8dbb9711 h1:BsL4akklVz02bS/nknhPwjwqtOyLjq3ZqUJT+IlqYgE= +github.com/emgee/go-xmpp v0.0.0-20170414153234-efce8dbb9711/go.mod h1:MM5R8Ii02ZFUaKj/z80DmESVPuCGJEqdOcGue7NwRmw=