libgo: update to Go1.14beta1
[platform/upstream/gcc.git] / libgo / go / cmd / go / internal / modconv / glock.go
index 164a8e7..b8dc204 100644 (file)
@@ -7,8 +7,8 @@ package modconv
 import (
        "strings"
 
-       "cmd/go/internal/modfile"
-       "cmd/go/internal/module"
+       "golang.org/x/mod/modfile"
+       "golang.org/x/mod/module"
 )
 
 func ParseGLOCKFILE(file string, data []byte) (*modfile.File, error) {