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

Migrate to go-enry new version (#10906)

This commit is contained in:
Lauris BH
2020-04-15 20:40:39 +03:00
committed by GitHub
parent 7a67bcc204
commit 4dc62dadce
65 changed files with 111849 additions and 102276 deletions

1
vendor/gopkg.in/yaml.v2/yamlh.go generated vendored
View File

@@ -579,6 +579,7 @@ type yaml_parser_t struct {
simple_key_allowed bool // May a simple key occur at the current position?
simple_keys []yaml_simple_key_t // The stack of simple keys.
simple_keys_by_tok map[int]int // possible simple_key indexes indexed by token_number
// Parser stuff