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 /vendor/modules.txt | |
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 'vendor/modules.txt')
-rw-r--r-- | vendor/modules.txt | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/vendor/modules.txt b/vendor/modules.txt index dfc3a0b2..6c4d9bcd 100644 --- a/vendor/modules.txt +++ b/vendor/modules.txt @@ -281,9 +281,6 @@ github.com/minio/minio-go/v7/pkg/tags # github.com/minio/sha256-simd v1.0.0 ## explicit; go 1.13 github.com/minio/sha256-simd -# github.com/missdeer/golib v1.0.4 -## explicit; go 1.12 -github.com/missdeer/golib/ic # github.com/mitchellh/go-homedir v1.1.0 ## explicit github.com/mitchellh/go-homedir @@ -526,9 +523,11 @@ golang.org/x/text/encoding/japanese golang.org/x/text/encoding/korean golang.org/x/text/encoding/simplifiedchinese golang.org/x/text/encoding/traditionalchinese +golang.org/x/text/encoding/unicode golang.org/x/text/internal/language golang.org/x/text/internal/language/compact golang.org/x/text/internal/tag +golang.org/x/text/internal/utf8internal golang.org/x/text/language golang.org/x/text/runes golang.org/x/text/secure/bidirule |