Dependency update, new golang.org/x package names

This commit is contained in:
Jakob Borg 2014-11-30 00:17:00 +01:00
parent 3af96e50bd
commit dc71ec734d
2 changed files with 2 additions and 2 deletions

View File

@ -19,7 +19,7 @@ package protocol
// Darwin uses NFD normalization // Darwin uses NFD normalization
import "code.google.com/p/go.text/unicode/norm" import "golang.org/x/text/unicode/norm"
type nativeModel struct { type nativeModel struct {
next Model next Model

View File

@ -18,7 +18,7 @@ package protocol
import ( import (
"path/filepath" "path/filepath"
"code.google.com/p/go.text/unicode/norm" "golang.org/x/text/unicode/norm"
) )
type wireFormatConnection struct { type wireFormatConnection struct {