mirror of
https://gitcode.com/gitea/gitea.git
synced 2025-06-10 06:38:18 +08:00
Update src-d/go-git to v4.13.0 (#7688)
* update gopkg.in/src-d/go-git.v4 v4.13.0 * mod tidy * vendor
This commit is contained in:

committed by
techknowlogick

parent
bb875e98a1
commit
a9b4c8171f
4
vendor/github.com/kevinburke/ssh_config/position.go
generated
vendored
4
vendor/github.com/kevinburke/ssh_config/position.go
generated
vendored
@ -8,8 +8,8 @@ import "fmt"
|
||||
// column number, respectively. Values of zero or less will cause Invalid(),
|
||||
// to return true.
|
||||
type Position struct {
|
||||
Line uint32 // line within the document
|
||||
Col uint16 // column within the line
|
||||
Line int // line within the document
|
||||
Col int // column within the line
|
||||
}
|
||||
|
||||
// String representation of the position.
|
||||
|
Reference in New Issue
Block a user