diff options
author | Drew DeVault <sir@cmpwn.com> | 2019-05-25 11:56:56 -0400 |
---|---|---|
committer | Drew DeVault <sir@cmpwn.com> | 2019-05-25 11:56:56 -0400 |
commit | cef784bf520470315e93835e9c2828d69de0d5c9 (patch) | |
tree | 1fd81d5ddcd630b4d2da5e733a85f864cc2bd0b1 /go.sum | |
parent | c4c8648cc716d40f5f6558b5f2bf375d8f9a36d9 (diff) | |
download | aerc-cef784bf520470315e93835e9c2828d69de0d5c9.tar.gz |
Fix special characters in address.PersonalName
Diffstat (limited to 'go.sum')
-rw-r--r-- | go.sum | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/go.sum b/go.sum index 457f76e..e444137 100644 --- a/go.sum +++ b/go.sum @@ -51,6 +51,8 @@ github.com/miolini/datacounter v0.0.0-20171104152933-fd4e42a1d5e0 h1:clkDYGefEWU github.com/miolini/datacounter v0.0.0-20171104152933-fd4e42a1d5e0/go.mod h1:P6fDJzlxN+cWYR09KbE9/ta+Y6JofX9tAUhJpWkWPaM= github.com/mitchellh/go-homedir v1.1.0 h1:lukF9ziXFxDFPkA1vsr5zpc1XuPDn/wFntq5mG+4E0Y= github.com/mitchellh/go-homedir v1.1.0/go.mod h1:SfyaCUpYCn1Vlf4IUYiD9fPX4A5wJrkLzIz1N1q0pr0= +github.com/pkg/errors v0.8.1 h1:iURUrRGxPUNPdy5/HRSm+Yj6okJ6UtLINN0Q9M4+h3I= +github.com/pkg/errors v0.8.1/go.mod h1:bwawxfHBFNV+L2hUp1rHADufV3IMtnDRdf1r5NINEl0= github.com/pmezard/go-difflib v1.0.0 h1:4DBwDE0NGyQoBHbLQYPwSUPoCMWR5BEzIk/f1lZbAQM= github.com/pmezard/go-difflib v1.0.0/go.mod h1:iKH77koFhYxTK1pcRnkKkqfTogsbg7gZNVY4sRDYZ/4= github.com/riywo/loginshell v0.0.0-20181227004642-c2f4167b2303 h1:iVSzuQeMQqR6xo15tY215nUTBmrgpTq0Qwaw+YEil24= |