diff options
author | Wim <wim@42.be> | 2022-03-19 23:14:56 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2022-03-19 23:14:56 +0100 |
commit | f0f801402d95b1f49018fa9af77c341ff4c4de5f (patch) | |
tree | d7ba0f532c2a9accf702d3347d2efba725e4419f /go.sum | |
parent | 663850a2b825e762667f930cd5a4ee87de853444 (diff) | |
download | matterbridge-msglm-f0f801402d95b1f49018fa9af77c341ff4c4de5f.tar.gz matterbridge-msglm-f0f801402d95b1f49018fa9af77c341ff4c4de5f.tar.bz2 matterbridge-msglm-f0f801402d95b1f49018fa9af77c341ff4c4de5f.zip |
Refactor utf-8 conversion (irc) (#1767)
Diffstat (limited to 'go.sum')
-rw-r--r-- | go.sum | 2 |
1 files changed, 0 insertions, 2 deletions
@@ -1163,8 +1163,6 @@ github.com/minio/minio-go/v7 v7.0.16/go.mod h1:pUV0Pc+hPd1nccgmzQF/EXh48l/Z/yps6 github.com/minio/sha256-simd v0.1.1/go.mod h1:B5e1o+1/KgNmWrSQK08Y6Z1Vb5pwIktudl0J58iy0KM= github.com/minio/sha256-simd v1.0.0 h1:v1ta+49hkWZyvaKwrQB8elexRqm6Y0aMLjCNsrYxo6g= github.com/minio/sha256-simd v1.0.0/go.mod h1:OuYzVNI5vcoYIAmbIvHPl3N3jUzVedXbKy5RFepssQM= -github.com/missdeer/golib v1.0.4 h1:tM7MJIPffXSmwFCTOCMjL5C7JsT5SQ+OmZwzssZQOa8= -github.com/missdeer/golib v1.0.4/go.mod h1:mPN/UcszFq0GxKfQsZI3aFOiRjnzXCBZ392od3guGEY= github.com/mistifyio/go-zfs v2.1.2-0.20190413222219-f784269be439+incompatible/go.mod h1:8AuVvqP/mXw1px98n46wfvcGfQ4ci2FwoAjKYxuo3Z4= github.com/mitchellh/cli v1.0.0/go.mod h1:hNIlj7HEI86fIcpObd7a0FcrxTWetlwJDGcceTlRvqc= github.com/mitchellh/cli v1.1.0/go.mod h1:xcISNoH86gajksDmfB23e/pu+B+GeFRMYmoHXxx3xhI= |