mirror of
https://github.com/go-gitea/git.git
synced 2026-07-25 12:46:00 -04:00
[PR #134] [CLOSED] Migrate to go mod #136
Reference in New Issue
Block a user
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
📋 Pull Request Information
Original PR: https://github.com/go-gitea/git/pull/134
Author: @sapk
Created: 11/12/2018
Status: ❌ Closed
Base:
master← Head:go-mod📝 Commits (5)
6515112Migrate to go modbef5715Remove vendor folder0cb73f8Force environment: GO111MODULE=on568ae26Update mod with newer version of go0108bcfgo mod tidy📊 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.