goplus / gop

The Go+ programming language is designed for engineering, STEM education, and data science. Our vision is to enable everyone to become a builder of the digital world.
https://goplus.org
Apache License 2.0
8.96k stars 547 forks source link

can't use dep #162

Closed MoonShining closed 5 years ago

MoonShining commented 5 years ago
import(
         "qlang.io/cl/qlang"
    "qlang.io/lib/qlang.all"
)

then run dep ensure -v

The following errors occurred while deducing packages:
  * "qlang.io/lib/qlang.all": unable to deduce repository and source type for "qlang.io/lib/qlang.all": unable to read metadata: go-import metadata not found
  * "qlang.io/cl/qlang": unable to deduce repository and source type for "qlang.io/cl/qlang": unable to read metadata: go-import metadata not found

validateParams: could not deduce external imports' project root

maybe the qlang,io is not used anymore?

MoonShining commented 5 years ago

migrate to go11 modules

use replace bypass