Update vendor/

This commit is contained in:
Daniele Rondina
2020-10-10 19:59:40 +02:00
parent 3261b2af98
commit 51f32c0614
1090 changed files with 466498 additions and 1050 deletions

View File

@@ -51,7 +51,7 @@ func (level *Level) UnmarshalText(text []byte) error {
return err
}
*level = Level(l)
*level = l
return nil
}