Dependency update, new golang.org/x package names
This commit is contained in:
@@ -15,7 +15,7 @@
|
||||
|
||||
package osutil
|
||||
|
||||
import "code.google.com/p/go.text/unicode/norm"
|
||||
import "golang.org/x/text/unicode/norm"
|
||||
|
||||
func NormalizedFilename(s string) string {
|
||||
return norm.NFC.String(s)
|
||||
|
||||
@@ -17,7 +17,7 @@
|
||||
|
||||
package osutil
|
||||
|
||||
import "code.google.com/p/go.text/unicode/norm"
|
||||
import "golang.org/x/text/unicode/norm"
|
||||
|
||||
func NormalizedFilename(s string) string {
|
||||
return norm.NFC.String(s)
|
||||
|
||||
@@ -18,7 +18,7 @@ package osutil
|
||||
import (
|
||||
"path/filepath"
|
||||
|
||||
"code.google.com/p/go.text/unicode/norm"
|
||||
"golang.org/x/text/unicode/norm"
|
||||
)
|
||||
|
||||
func NormalizedFilename(s string) string {
|
||||
|
||||
Reference in New Issue
Block a user