forked from External/ergo
irc: Switch to golang.org versions, not google code versions of dependencies.
This has a few advantages: * the google code versions are no longer maintained * the google code versions are using mercurial (which I don't have installed)
This commit is contained in:
parent
952a62aa39
commit
6ad97f7e5d
3 changed files with 3 additions and 3 deletions
|
|
@ -1,7 +1,7 @@
|
|||
package irc
|
||||
|
||||
import (
|
||||
"code.google.com/p/go.text/unicode/norm"
|
||||
"golang.org/x/text/unicode/norm"
|
||||
"regexp"
|
||||
"strings"
|
||||
)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue