From cef784bf520470315e93835e9c2828d69de0d5c9 Mon Sep 17 00:00:00 2001 From: Drew DeVault Date: Sat, 25 May 2019 11:56:56 -0400 Subject: Fix special characters in address.PersonalName --- go.mod | 1 + 1 file changed, 1 insertion(+) (limited to 'go.mod') diff --git a/go.mod b/go.mod index 5ad0f83..f08eb90 100644 --- a/go.mod +++ b/go.mod @@ -21,6 +21,7 @@ require ( github.com/mattn/go-runewidth v0.0.2 github.com/miolini/datacounter v0.0.0-20171104152933-fd4e42a1d5e0 github.com/mitchellh/go-homedir v1.1.0 + github.com/pkg/errors v0.8.1 github.com/riywo/loginshell v0.0.0-20181227004642-c2f4167b2303 github.com/smartystreets/goconvey v0.0.0-20190330032615-68dc04aab96a // indirect github.com/stretchr/testify v1.3.0 -- cgit v1.2.3