chore: ⬆️ updated deps

This commit is contained in:
2026-05-20 22:52:20 +02:00
parent d9f27c1775
commit 43f4680176
374 changed files with 295527 additions and 301467 deletions
+19 -14
View File
@@ -7,18 +7,20 @@ import "strconv"
const (
_token_name_0 = "tokenReturnStatus"
_token_name_1 = "tokenColMetadata"
_token_name_2 = "tokenOrdertokenErrortokenInfotokenReturnValuetokenLoginAcktokenFeatureExtAck"
_token_name_3 = "tokenRowtokenNbcRow"
_token_name_4 = "tokenEnvChange"
_token_name_5 = "tokenSSPItokenFedAuthInfo"
_token_name_6 = "tokenDonetokenDoneProctokenDoneInProc"
_token_name_2 = "tokenTabNametokenColInfo"
_token_name_3 = "tokenOrdertokenErrortokenInfotokenReturnValuetokenLoginAcktokenFeatureExtAck"
_token_name_4 = "tokenRowtokenNbcRow"
_token_name_5 = "tokenEnvChange"
_token_name_6 = "tokenSSPItokenFedAuthInfo"
_token_name_7 = "tokenDonetokenDoneProctokenDoneInProc"
)
var (
_token_index_2 = [...]uint8{0, 10, 20, 29, 45, 58, 76}
_token_index_3 = [...]uint8{0, 8, 19}
_token_index_5 = [...]uint8{0, 9, 25}
_token_index_6 = [...]uint8{0, 9, 22, 37}
_token_index_2 = [...]uint8{0, 12, 24}
_token_index_3 = [...]uint8{0, 10, 20, 29, 45, 58, 76}
_token_index_4 = [...]uint8{0, 8, 19}
_token_index_6 = [...]uint8{0, 9, 25}
_token_index_7 = [...]uint8{0, 9, 22, 37}
)
func (i token) String() string {
@@ -27,20 +29,23 @@ func (i token) String() string {
return _token_name_0
case i == 129:
return _token_name_1
case 164 <= i && i <= 165:
i -= 164
return _token_name_2[_token_index_2[i]:_token_index_2[i+1]]
case 169 <= i && i <= 174:
i -= 169
return _token_name_2[_token_index_2[i]:_token_index_2[i+1]]
return _token_name_3[_token_index_3[i]:_token_index_3[i+1]]
case 209 <= i && i <= 210:
i -= 209
return _token_name_3[_token_index_3[i]:_token_index_3[i+1]]
return _token_name_4[_token_index_4[i]:_token_index_4[i+1]]
case i == 227:
return _token_name_4
return _token_name_5
case 237 <= i && i <= 238:
i -= 237
return _token_name_5[_token_index_5[i]:_token_index_5[i+1]]
return _token_name_6[_token_index_6[i]:_token_index_6[i+1]]
case 253 <= i:
i -= 253
return _token_name_6[_token_index_6[i]:_token_index_6[i+1]]
return _token_name_7[_token_index_7[i]:_token_index_7[i+1]]
default:
return "token(" + strconv.FormatInt(int64(i), 10) + ")"
}