[PR #134] [CLOSED] Migrate to go mod #136

Closed
opened 2026-02-16 10:24:13 -05:00 by yindo · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/go-gitea/git/pull/134
Author: @sapk
Created: 11/12/2018
Status: Closed

Base: masterHead: go-mod


📝 Commits (5)

📊 Changes

481 files changed (+37 additions, -113203 deletions)

View changed files

📝 .drone.yml (+7 -0)
📝 .gitignore (+2 -0)
Gopkg.lock (+0 -261)
Gopkg.toml (+0 -38)
go.mod (+12 -0)
📝 go.sum (+16 -3)
vendor/github.com/Unknwon/com/.gitignore (+0 -24)
vendor/github.com/Unknwon/com/.travis.yml (+0 -13)
vendor/github.com/Unknwon/com/LICENSE (+0 -191)
vendor/github.com/Unknwon/com/README.md (+0 -20)
vendor/github.com/Unknwon/com/cmd.go (+0 -161)
vendor/github.com/Unknwon/com/convert.go (+0 -167)
vendor/github.com/Unknwon/com/dir.go (+0 -218)
vendor/github.com/Unknwon/com/file.go (+0 -145)
vendor/github.com/Unknwon/com/html.go (+0 -60)
vendor/github.com/Unknwon/com/http.go (+0 -201)
vendor/github.com/Unknwon/com/math.go (+0 -29)
vendor/github.com/Unknwon/com/path.go (+0 -80)
vendor/github.com/Unknwon/com/regex.go (+0 -56)
vendor/github.com/Unknwon/com/slice.go (+0 -87)

...and 80 more files

📄 Description

This PR migrate from dep to go mod command to manage deps.
I would also propose to remove the vendor folder since this package is a lib and the deps are already vendored in gitea.


🔄 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/git/pull/134 **Author:** [@sapk](https://github.com/sapk) **Created:** 11/12/2018 **Status:** ❌ Closed **Base:** `master` ← **Head:** `go-mod` --- ### 📝 Commits (5) - [`6515112`](https://github.com/go-gitea/git/commit/65151120e1612c5d2655cf763824dedb9648d447) Migrate to go mod - [`bef5715`](https://github.com/go-gitea/git/commit/bef571532910e29d49a2dfa5521bcf8c2ef93dab) Remove vendor folder - [`0cb73f8`](https://github.com/go-gitea/git/commit/0cb73f8f2241fe2345015f5bbd0379e57afe763e) Force environment: GO111MODULE=on - [`568ae26`](https://github.com/go-gitea/git/commit/568ae26f7232e8b92be219c006812e1ec3bb879a) Update mod with newer version of go - [`0108bcf`](https://github.com/go-gitea/git/commit/0108bcf245d960cb0dba44b1664dc7a68e46638e) go mod tidy ### 📊 Changes **481 files changed** (+37 additions, -113203 deletions) <details> <summary>View changed files</summary> 📝 `.drone.yml` (+7 -0) 📝 `.gitignore` (+2 -0) ➖ `Gopkg.lock` (+0 -261) ➖ `Gopkg.toml` (+0 -38) ➕ `go.mod` (+12 -0) 📝 `go.sum` (+16 -3) ➖ `vendor/github.com/Unknwon/com/.gitignore` (+0 -24) ➖ `vendor/github.com/Unknwon/com/.travis.yml` (+0 -13) ➖ `vendor/github.com/Unknwon/com/LICENSE` (+0 -191) ➖ `vendor/github.com/Unknwon/com/README.md` (+0 -20) ➖ `vendor/github.com/Unknwon/com/cmd.go` (+0 -161) ➖ `vendor/github.com/Unknwon/com/convert.go` (+0 -167) ➖ `vendor/github.com/Unknwon/com/dir.go` (+0 -218) ➖ `vendor/github.com/Unknwon/com/file.go` (+0 -145) ➖ `vendor/github.com/Unknwon/com/html.go` (+0 -60) ➖ `vendor/github.com/Unknwon/com/http.go` (+0 -201) ➖ `vendor/github.com/Unknwon/com/math.go` (+0 -29) ➖ `vendor/github.com/Unknwon/com/path.go` (+0 -80) ➖ `vendor/github.com/Unknwon/com/regex.go` (+0 -56) ➖ `vendor/github.com/Unknwon/com/slice.go` (+0 -87) _...and 80 more files_ </details> ### 📄 Description This PR migrate from dep to go mod command to manage deps. I would also propose to remove the vendor folder since this package is a lib and the deps are already vendored in gitea. --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
yindo added the pull-request label 2026-02-16 10:24:13 -05:00
yindo closed this issue 2026-02-16 10:24:13 -05:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: go-gitea/git#136