[PR #3972] [MERGED] Migrate to dep #17174

Closed
opened 2025-11-02 12:28:24 -06:00 by GiteaMirror · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/go-gitea/gitea/pull/3972
Author: @sapk
Created: 5/16/2018
Status: Merged
Merged: 5/21/2018
Merged by: @lafriks

Base: masterHead: migrate-to-dep


📝 Commits (5)

  • 8c010fe Update makefile to use dep
  • 989456f Migrate to dep
  • c24bf7e Fix some deps
  • dd29ba3 Try to find a better version for golang.org/x/net
  • 8dfe9b1 Try to find a better version for golang.org/x/oauth2

📊 Changes

281 files changed (+12024 additions, -32676 deletions)

View changed files

Gopkg.lock (+875 -0)
Gopkg.toml (+106 -0)
📝 Makefile (+14 -10)
vendor/code.gitea.io/git/CONTRIBUTING.md (+0 -86)
vendor/code.gitea.io/git/DCO (+0 -36)
vendor/code.gitea.io/git/MAINTAINERS (+0 -21)
vendor/code.gitea.io/git/Makefile (+0 -44)
vendor/code.gitea.io/git/README.md (+0 -25)
📝 vendor/code.gitea.io/git/repo_blame.go (+15 -1)
vendor/github.com/PuerkitoBio/goquery/README.md (+0 -126)
vendor/github.com/RoaringBitmap/roaring/Makefile (+0 -121)
vendor/github.com/RoaringBitmap/roaring/README.md (+0 -246)
vendor/github.com/Smerity/govarint/README.md (+0 -67)
vendor/github.com/Unknwon/cae/README.md (+0 -37)
vendor/github.com/Unknwon/cae/README_ZH.md (+0 -29)
vendor/github.com/Unknwon/cae/tz/testdata/test.lnk (+1 -0)
vendor/github.com/Unknwon/cae/tz/testdata/testdir.lnk (+1 -0)
vendor/github.com/Unknwon/cae/zip/testdata/test.lnk (+1 -0)
vendor/github.com/Unknwon/cae/zip/testdata/testdir.lnk (+1 -0)
vendor/github.com/Unknwon/com/README.md (+0 -20)

...and 80 more files

📄 Description

Simply dep init without backporting from govendor since dep fail to resolve some old reference like tibd.

I will try to put most of the deps as before migration.
I need to update Makefile before this PR is ready to review


🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.

## 📋 Pull Request Information **Original PR:** https://github.com/go-gitea/gitea/pull/3972 **Author:** [@sapk](https://github.com/sapk) **Created:** 5/16/2018 **Status:** ✅ Merged **Merged:** 5/21/2018 **Merged by:** [@lafriks](https://github.com/lafriks) **Base:** `master` ← **Head:** `migrate-to-dep` --- ### 📝 Commits (5) - [`8c010fe`](https://github.com/go-gitea/gitea/commit/8c010feaa2d76f1facf8bbe034b2a9588bbb738a) Update makefile to use dep - [`989456f`](https://github.com/go-gitea/gitea/commit/989456fff84afa53c3f072de632d2b056f251f0e) Migrate to dep - [`c24bf7e`](https://github.com/go-gitea/gitea/commit/c24bf7eee88452b8cfe7523f45d94c4ecdd97420) Fix some deps - [`dd29ba3`](https://github.com/go-gitea/gitea/commit/dd29ba34404eb37756b86dbce21b15da16b5730a) Try to find a better version for golang.org/x/net - [`8dfe9b1`](https://github.com/go-gitea/gitea/commit/8dfe9b106d264598641c185eda4f27c3b843dc25) Try to find a better version for golang.org/x/oauth2 ### 📊 Changes **281 files changed** (+12024 additions, -32676 deletions) <details> <summary>View changed files</summary> ➕ `Gopkg.lock` (+875 -0) ➕ `Gopkg.toml` (+106 -0) 📝 `Makefile` (+14 -10) ➖ `vendor/code.gitea.io/git/CONTRIBUTING.md` (+0 -86) ➖ `vendor/code.gitea.io/git/DCO` (+0 -36) ➖ `vendor/code.gitea.io/git/MAINTAINERS` (+0 -21) ➖ `vendor/code.gitea.io/git/Makefile` (+0 -44) ➖ `vendor/code.gitea.io/git/README.md` (+0 -25) 📝 `vendor/code.gitea.io/git/repo_blame.go` (+15 -1) ➖ `vendor/github.com/PuerkitoBio/goquery/README.md` (+0 -126) ➖ `vendor/github.com/RoaringBitmap/roaring/Makefile` (+0 -121) ➖ `vendor/github.com/RoaringBitmap/roaring/README.md` (+0 -246) ➖ `vendor/github.com/Smerity/govarint/README.md` (+0 -67) ➖ `vendor/github.com/Unknwon/cae/README.md` (+0 -37) ➖ `vendor/github.com/Unknwon/cae/README_ZH.md` (+0 -29) ➕ `vendor/github.com/Unknwon/cae/tz/testdata/test.lnk` (+1 -0) ➕ `vendor/github.com/Unknwon/cae/tz/testdata/testdir.lnk` (+1 -0) ➕ `vendor/github.com/Unknwon/cae/zip/testdata/test.lnk` (+1 -0) ➕ `vendor/github.com/Unknwon/cae/zip/testdata/testdir.lnk` (+1 -0) ➖ `vendor/github.com/Unknwon/com/README.md` (+0 -20) _...and 80 more files_ </details> ### 📄 Description Simply `dep init` without backporting from govendor since dep fail to resolve some old reference like tibd. I will try to put most of the deps as before migration. I need to update Makefile before this PR is ready to review --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
GiteaMirror added the pull-request label 2025-11-02 12:28:24 -06:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: github-starred/gitea#17174