libgo: update to Go1.14beta1
[platform/upstream/gcc.git] / libgo / go / cmd / go / internal / modconv / vconf.go
index f62eba7..9bad2ba 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 ParseVendorConf(file string, data []byte) (*modfile.File, error) {