Update code.gitea.io/git dependency (#2149)

This commit is contained in:
Lauris BH 2017-07-13 06:35:21 +03:00 committed by Bo-Yi Wu
parent a739991b36
commit 7d61834dc9
2 changed files with 4 additions and 4 deletions

2
vendor/code.gitea.io/git/Makefile generated vendored
View File

@ -18,7 +18,7 @@ generate:
.PHONY: fmt
fmt:
find . -name "*.go" -type f -not -path "./vendor/*" -not -path "./benchmark/*" | xargs gofmt -s -w
find . -name "*.go" -type f ! -path "./vendor/*" ! -path "./benchmark/*" | xargs gofmt -s -w
.PHONY: vet
vet:

6
vendor/vendor.json vendored
View File

@ -3,10 +3,10 @@
"ignore": "test appengine",
"package": [
{
"checksumSHA1": "SOUGuO+W7WWYbek3gLKyp8ZG+L4=",
"checksumSHA1": "oWPkH7I+FSu9dYZCz8rtuS/R8fo=",
"path": "code.gitea.io/git",
"revision": "ef3ac5f3ff401e694c7371e393075a7d490e78d2",
"revisionTime": "2017-07-01T13:51:17Z"
"revision": "fc639668937225e1b9cda203b3491869b439a951",
"revisionTime": "2017-07-10T08:37:35Z"
},
{
"checksumSHA1": "nLhT+bLMj8uLICP+EZbrdoQe6mM=",