mirror of
https://github.com/go-gitea/gitea
synced 2025-07-12 13:37:20 +00:00
[mod]: Bump gopkg.in/src-d/go-git.v4 from 4.8.0 to 4.10.0 (#6662)
Bumps [gopkg.in/src-d/go-git.v4](https://github.com/src-d/go-git) from 4.8.0 to 4.10.0. - [Release notes](https://github.com/src-d/go-git/releases) - [Commits](https://github.com/src-d/go-git/compare/v4.8.0...v4.10.0)
This commit is contained in:
committed by
techknowlogick
parent
62b35964e3
commit
4183c846e3
4
vendor/gopkg.in/src-d/go-git.v4/storage/storer.go
generated
vendored
4
vendor/gopkg.in/src-d/go-git.v4/storage/storer.go
generated
vendored
@ -1,10 +1,14 @@
|
||||
package storage
|
||||
|
||||
import (
|
||||
"errors"
|
||||
|
||||
"gopkg.in/src-d/go-git.v4/config"
|
||||
"gopkg.in/src-d/go-git.v4/plumbing/storer"
|
||||
)
|
||||
|
||||
var ErrReferenceHasChanged = errors.New("reference has changed concurrently")
|
||||
|
||||
// Storer is a generic storage of objects, references and any information
|
||||
// related to a particular repository. The package gopkg.in/src-d/go-git.v4/storage
|
||||
// contains two implementation a filesystem base implementation (such as `.git`)
|
||||
|
Reference in New Issue
Block a user