我在本地非gopath路径下创建一个项目,go mod init之后再main.go中想导入项目中另外一个包发现失败报错:
cannot find module providing package chasel.com/wserver2/route: unrecognized import path “chasel.com/wserver2/route”: https fetch: Get “https://chasel.com/wserver2/route?go-get=1”: x509: certificate has expired or is not yet valid: current time 2020-11-26T15:10:56+08:00 is after 2018-10-02T11:00:09Z
我的go环境

我的项目路径
项目结构
go.mod
运行项目时