govendor Questions
1
Solved
What is the purpose of "go mod vendor". I thought with vendoring packages will not be stored in module cache. However, if I understand correctly, I think this is not correct since we need...
3
I can't really grasp the purpose of having a vendor folder. Based on what I learned, it seems the vendor folder is only beneficial if you're trying to make your repo compatible with golang ve...
Inning asked 1/5, 2020 at 17:25
3
Solved
I'm getting this inconsistent vendoring error and I'm a total Go newbie. Can anyone explain to me how go.mod interacts with vendor/modules.txt? I found this question helpful, and now I'm wondering ...
3
I am facing this build error in Golang V1.17 intermittently.
# gorm.io/driver/mysql
../../../../pkg/mod/gorm.io/driver/[email protected]/migrator.go:224:24: cannot use column (type Column) as ...
Creekmore asked 8/3, 2022 at 6:52
2
I'm trying to get a specific package from github for a project.
However, when I use go get [url] or go mod vendor, I get a git fetch error for lack of permissions to one of my company's repos. This...
Nancynandor asked 23/7, 2020 at 4:9
1
Setup:
Our project is using golang 1.12.14
We are using go build -mod=vendor
Issue: When new dependencies are added to go.mod the vendor folder isn't updated and people are committing code an...
Stultz asked 30/4, 2020 at 19:23
3
Solved
I'm currently using Dep and would like to start using Go modules.
How do I migrate?
Entropy asked 13/4, 2019 at 10:49
1
© 2022 - 2025 — McMap. All rights reserved.