1
1
mirror of https://github.com/go-gitea/gitea synced 2025-07-22 18:28:37 +00:00

update gopkg.in/src-d/go-git.v4 to v4.13.1 (#7705)

This commit is contained in:
Antoine GIRARD
2019-08-01 18:31:04 +02:00
committed by techknowlogick
parent 02999c9a44
commit bb22e3a1e1
5 changed files with 13 additions and 13 deletions

View File

@@ -2,7 +2,7 @@
// Use of this source code is governed by a BSD-style
// license that can be found in the LICENSE file.
// +build aix darwin dragonfly freebsd linux nacl netbsd openbsd solaris
// +build aix darwin dragonfly freebsd linux netbsd openbsd solaris
package unix

View File

@@ -12,7 +12,7 @@ import (
func init() {
fillSystemInfo = func(e *index.Entry, sys interface{}) {
if os, ok := sys.(*syscall.Stat_t); ok {
e.CreatedAt = time.Unix(os.Ctim.Sec, os.Ctim.Nsec)
e.CreatedAt = time.Unix(int64(os.Ctim.Sec), int64(os.Ctim.Nsec))
e.Dev = uint32(os.Dev)
e.Inode = uint32(os.Ino)
e.GID = os.Gid

4
vendor/modules.txt vendored
View File

@@ -373,7 +373,7 @@ golang.org/x/net/internal/socks
# golang.org/x/oauth2 v0.0.0-20190226205417-e64efc72b421
golang.org/x/oauth2
golang.org/x/oauth2/internal
# golang.org/x/sys v0.0.0-20190730183949-1393eb018365
# golang.org/x/sys v0.0.0-20190801041406-cbf593c0f2f3
golang.org/x/sys/windows
golang.org/x/sys/windows/svc
golang.org/x/sys/cpu
@@ -432,7 +432,7 @@ gopkg.in/src-d/go-billy.v4
gopkg.in/src-d/go-billy.v4/util
gopkg.in/src-d/go-billy.v4/helper/chroot
gopkg.in/src-d/go-billy.v4/helper/polyfill
# gopkg.in/src-d/go-git.v4 v4.13.0
# gopkg.in/src-d/go-git.v4 v4.13.1
gopkg.in/src-d/go-git.v4
gopkg.in/src-d/go-git.v4/config
gopkg.in/src-d/go-git.v4/plumbing