aboutsummaryrefslogtreecommitdiff
path: root/go.mod
diff options
context:
space:
mode:
authorbodqhrohro <bodqhrohro@gmail.com>2019-10-22 19:36:54 +0300
committerbodqhrohro <bodqhrohro@gmail.com>2019-10-22 19:36:54 +0300
commit9b4a09677a352d9938e4505bfc2d0c8d304567ac (patch)
tree1863f0d4c58f4019f86910f76c96f5823fd01dd4 /go.mod
Hello world XMPP echo component
Diffstat (limited to 'go.mod')
-rw-r--r--go.mod8
1 files changed, 8 insertions, 0 deletions
diff --git a/go.mod b/go.mod
new file mode 100644
index 0000000..0af1591
--- /dev/null
+++ b/go.mod
@@ -0,0 +1,8 @@
+module dev.narayana.im/narayana/telegabber
+
+go 1.13
+
+require (
+ gopkg.in/yaml.v2 v2.2.4
+ gosrc.io/xmpp v0.1.3
+)