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:
committed by
techknowlogick
parent
02999c9a44
commit
bb22e3a1e1
2
vendor/golang.org/x/sys/unix/dirent.go
generated
vendored
2
vendor/golang.org/x/sys/unix/dirent.go
generated
vendored
@@ -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
|
||||
|
||||
|
2
vendor/gopkg.in/src-d/go-git.v4/worktree_linux.go
generated
vendored
2
vendor/gopkg.in/src-d/go-git.v4/worktree_linux.go
generated
vendored
@@ -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
4
vendor/modules.txt
vendored
@@ -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
|
||||
|
Reference in New Issue
Block a user