aboutsummaryrefslogtreecommitdiff
path: root/go.mod
diff options
context:
space:
mode:
authorbodqhrohro <bodqhrohro@gmail.com>2019-10-22 22:55:43 +0300
committerbodqhrohro <bodqhrohro@gmail.com>2019-10-22 22:56:11 +0300
commit72c9dac62cb6282841d22d877852bcee26bff9dd (patch)
tree772c3bc19f4461f6ffd427a61476c53b8b75158d /go.mod
parent9b4a09677a352d9938e4505bfc2d0c8d304567ac (diff)
Add tests for config package (failing for now)
Diffstat (limited to 'go.mod')
-rw-r--r--go.mod1
1 files changed, 1 insertions, 0 deletions
diff --git a/go.mod b/go.mod
index 0af1591..0193f42 100644
--- a/go.mod
+++ b/go.mod
@@ -3,6 +3,7 @@ module dev.narayana.im/narayana/telegabber
go 1.13
require (
+ github.com/pkg/errors v0.8.1
gopkg.in/yaml.v2 v2.2.4
gosrc.io/xmpp v0.1.3
)