diff --git a/go.mod b/go.mod new file mode 100644 index 0000000..7ad0d49 --- /dev/null +++ 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 new file mode 100644 index 0000000..62760bb --- /dev/null +++ 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=