diff --git a/nativemodel_darwin.go b/nativemodel_darwin.go index 8b2b842a4..ba30d1ae1 100644 --- a/nativemodel_darwin.go +++ b/nativemodel_darwin.go @@ -19,7 +19,7 @@ package protocol // Darwin uses NFD normalization -import "code.google.com/p/go.text/unicode/norm" +import "golang.org/x/text/unicode/norm" type nativeModel struct { next Model diff --git a/wireformat.go b/wireformat.go index b7f4e367d..84da71423 100644 --- a/wireformat.go +++ b/wireformat.go @@ -18,7 +18,7 @@ package protocol import ( "path/filepath" - "code.google.com/p/go.text/unicode/norm" + "golang.org/x/text/unicode/norm" ) type wireFormatConnection struct {