chore: upgrade go dependencies

This commit is contained in:
2024-01-23 23:28:55 +01:00
parent 5cfabce7cf
commit f563ef004f
36 changed files with 981 additions and 389 deletions

View File

@@ -51,7 +51,7 @@ import (
// 10. Send out the CL for review and submit it.
const (
Major = 1
Minor = 31
Minor = 32
Patch = 0
PreRelease = ""
)