mirror of
https://github.com/go-gitea/git.git
synced 2026-07-19 22:44:05 -04:00
[PR #117] [MERGED] Use dep instead of govendor #121
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/117
Author: @lunny
Created: 5/14/2018
Status: ✅ Merged
Merged: 5/15/2018
Merged by: @lunny
Base:
master← Head:lunny/dep📝 Commits (3)
c38940fuse dep instead of govendor6bffbe4remove example3ef07cechange dependenci github.com/Unknwon from 1.0 to master📊 Changes
10 files changed (+195 additions, -66 deletions)
View changed files
➕
Gopkg.lock(+38 -0)➕
Gopkg.toml(+34 -0)➕
vendor/github.com/Unknwon/com/.gitignore(+24 -0)➕
vendor/github.com/Unknwon/com/.travis.yml(+13 -0)📝
vendor/github.com/Unknwon/com/convert.go(+10 -0)📝
vendor/github.com/Unknwon/com/string.go(+31 -21)➕
vendor/github.com/mcuadros/go-version/.gitignore(+22 -0)➕
vendor/github.com/mcuadros/go-version/.travis.yml(+1 -0)➕
vendor/github.com/stretchr/testify/LICENCE.txt(+22 -0)➖
vendor/vendor.json(+0 -45)📄 Description
I'm creating a PR on gitea to use
dep, but I encounteredIt seems I have to convert this repo at first.
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.