update dependencies

This commit is contained in:
2023-01-25 00:04:18 -08:00
parent ca16dbb99b
commit 5511fc288d
3 changed files with 7 additions and 3 deletions

View File

@@ -12,6 +12,9 @@ import (
)
func main() {
GetYear()
}
func GetYear() {
r, err := git.PlainOpenWithOptions(".", &(git.PlainOpenOptions{DetectDotGit: true}))
if err != nil {
@@ -54,4 +57,5 @@ func main() {
}
}
gterm.GetYearUnicode(freq[:])
}