{"id":19136989,"url":"https://github.com/singcl/go-dep-glide","last_synced_at":"2025-06-13T00:06:29.927Z","repository":{"id":94726090,"uuid":"141529148","full_name":"singcl/go-dep-glide","owner":"singcl","description":null,"archived":false,"fork":false,"pushed_at":"2018-10-22T09:25:50.000Z","size":22,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":3,"default_branch":"master","last_synced_at":"2025-02-22T18:23:07.183Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":"Go","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/singcl.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":null,"code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2018-07-19T05:36:41.000Z","updated_at":"2018-10-22T09:25:55.000Z","dependencies_parsed_at":"2023-07-29T04:31:20.077Z","dependency_job_id":null,"html_url":"https://github.com/singcl/go-dep-glide","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/singcl/go-dep-glide","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/singcl%2Fgo-dep-glide","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/singcl%2Fgo-dep-glide/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/singcl%2Fgo-dep-glide/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/singcl%2Fgo-dep-glide/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/singcl","download_url":"https://codeload.github.com/singcl/go-dep-glide/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/singcl%2Fgo-dep-glide/sbom","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":259553130,"owners_count":22875609,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":[],"created_at":"2024-11-09T06:36:04.083Z","updated_at":"2025-06-13T00:06:29.545Z","avatar_url":"https://github.com/singcl.png","language":"Go","funding_links":[],"categories":[],"sub_categories":[],"readme":"## Go Dep Glide 包管理工具\n\ndep: https://gocn.vip/article/414\n\nglide: https://www.cnblogs.com/CraryPrimitiveMan/p/7828357.html\n\nhttps://studygolang.com/articles/10523\n\n## Notice\n\n```sh\n# 解决glide up时出现的类似的错误\n# 在TianChao golang.org是被qiang了的，所以基本都会遇到这样的错误\n[ERROR] Error looking for golang.org/x/crypto/acme/autocert: Cannot detect VCS\n```\n\n解决方案：https://my.oschina.net/u/553243/blog/1475626?p=2\n\n### 基本思路：\n\n1.  在 glide.yaml 中添加 package`- package: golang.org/x/crypto`\n2.  设置镜像：`glide mirror set https://golang.org/x/crypto https://github.com/golang/crypto --vcs git`\n3.  `glide up`\n\n在~/.glide/mirrors.yaml 中保存了我们设置的所以镜像资源。可以直接查看或者修改。\n\n## Install\n\n#### 方法一：\n\n```sh\n# 如果失败请自己去github下载镜像：https://blog.csdn.net/AlexWoo0501/article/details/73409917\ngo get -u github.com/singcl/go-dep-glide\n```\n\n#### 方法二：\n\n```sh\n# 第一步：\ngit clone https://github.com/singcl/go-dep-glide.git\n\n# 第二步安装依赖:\nglide up\n# 或者\ndep ensure\n\n# 第三步成功：\nOK\n```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fsingcl%2Fgo-dep-glide","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fsingcl%2Fgo-dep-glide","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fsingcl%2Fgo-dep-glide/lists"}