Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

go.mod update mod for gop install pkgpath@ver #1570

Merged
merged 1 commit into from
Dec 10, 2023

Conversation

visualfc
Copy link
Member

@visualfc visualfc commented Dec 10, 2023

fix #1567

$ gop install -v --debug github.com/goplus/goxls@latest
2023/12/10 17:08:38 SetDebug: import=true, match=true, instr=true
2023/12/10 17:08:38 modfetch.GetPkg github.com/goplus/goxls@latest 
2023/12/10 17:08:38 ==> /usr/local/bin/go install -x github.com/goplus/goxls@latest
2023/12/10 17:08:42 ==> github.com/goplus/goxls@v0.13.5  <nil>
go: downloading github.com/goplus/tools/gopls v0.13.5
go: downloading github.com/goplus/tools v0.13.5
go: downloading github.com/goplus/gop v1.1.13
go: downloading github.com/qiniu/x v1.13.1
go: downloading github.com/sergi/go-diff v1.1.0
go: downloading honnef.co/go/tools v0.4.6
go: downloading mvdan.cc/xurls/v2 v2.5.0
go: downloading mvdan.cc/gofumpt v0.4.0
go: downloading golang.org/x/sys v0.14.0
go: downloading golang.org/x/mod v0.14.0
go: downloading golang.org/x/sync v0.5.0
go: downloading github.com/goplus/mod v0.11.9
go: downloading golang.org/x/text v0.14.0
go: downloading golang.org/x/vuln v0.0.0-20230110180137-6ad3e3d07815
go: downloading github.com/goplus/gox v1.13.1
go: downloading golang.org/x/exp/typeparams v0.0.0-20221212164502-fae10dda9338
go: downloading golang.org/x/exp v0.0.0-20220722155223-a9213eeb770e
go: downloading github.com/google/go-cmp v0.6.0
go: downloading github.com/BurntSushi/toml v1.2.1

Copy link

codecov bot commented Dec 10, 2023

Codecov Report

All modified and coverable lines are covered by tests ✅

Comparison is base (e566b9f) 91.32% compared to head (be1f7ba) 91.32%.

Additional details and impacted files
@@           Coverage Diff           @@
##             main    #1570   +/-   ##
=======================================
  Coverage   91.32%   91.32%           
=======================================
  Files          39       39           
  Lines       10233    10233           
=======================================
  Hits         9345     9345           
  Misses        722      722           
  Partials      166      166           

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

@xushiwei xushiwei merged commit e0e9184 into goplus:main Dec 10, 2023
14 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

gop install command failed to install package with @latest
2 participants