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 14c4f07c29f76d0e63387e950e37b4100c2dae35
parent c56647ea173fdf2b4bc34ef609fca7db5d4431b7
Author: Paco Esteban <paco@e1e0.net>
Date:   Sun, 26 Jul 2020 20:43:49 +0200

update go version in go.mod

Diffstat:
Mgo.mod | 2++
1 file changed, 2 insertions(+), 0 deletions(-)

diff --git a/go.mod b/go.mod @@ -1,3 +1,5 @@ module github.com/opthomas-prime/xmpp-webhook +go 1.15 + require github.com/emgee/go-xmpp v0.0.0-20170414153234-efce8dbb9711