码迷,mamicode.com
首页 > 其他好文 > 详细

go get异常及解决

时间:2021-02-22 12:29:12      阅读:0      评论:0      收藏:0      [点我收藏+]

标签:ref   notify   gopkg   googl   module   query   epo   https   http   

go get -v ...

go get -u ...

都提示

get "gopkg.in/fsnotify.v1": found meta tag get.metaImport{Prefix:"gopkg.in/fsnotify.v1", VCS:"git", RepoRoot:"https://gopkg.in/fsnotify.v1"} at //gopkg.in/fsnotify.v1?go-get=1
go get ...: gopkg.in/fsnotify.v1@v1.4.9: invalid version: go.mod has non-....v1 module path "github.com/fsnotify/fsnotify" at revision v1.4.9
go get ...: no matching versions for query "upgrade" (current version is v0.0.0-20181012123002-c6f51f82210d)

根据关键信息google,找不到任何解决方案。

 

go get异常及解决

标签:ref   notify   gopkg   googl   module   query   epo   https   http   

原文地址:https://www.cnblogs.com/koushr/p/12489975.html

(0)
(0)
   
举报
评论 一句话评论(0
登录后才能评论!
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!