use our fork of mtibben/confusables for now

This commit is contained in:
Shivaram Lingamneni 2019-01-30 21:51:54 -05:00
parent b9b2553a2f
commit 18c0c9da45
3 changed files with 14 additions and 1 deletions

View file

@ -8,7 +8,7 @@ package irc
import (
"strings"
"github.com/mtibben/confusables"
"github.com/oragono/confusables"
"golang.org/x/text/secure/precis"
"golang.org/x/text/unicode/norm"
)