From e82a27b076033005f96dc6a77437c889f9a97620 Mon Sep 17 00:00:00 2001 From: "an.groshev" Date: Thu, 2 Jul 2020 10:11:31 +0300 Subject: [PATCH] x3 --- go.mod | 1 + 1 file changed, 1 insertion(+) diff --git a/go.mod b/go.mod index 174e49ec..9ffb41be 100644 --- a/go.mod +++ b/go.mod @@ -47,6 +47,7 @@ require ( github.com/sirupsen/logrus v1.6.0 github.com/slack-go/slack v0.6.4 github.com/spf13/viper v1.7.0 + github.com/stretchr/objx v0.1.1 // indirect github.com/stretchr/testify v1.5.1 github.com/technoweenie/multipartstreamer v1.0.1 // indirect github.com/writeas/go-strip-markdown v2.0.1+incompatible