Bump github.com/bep/clock v0.3.0 to renamed github.com/bep/clocks v0.5.0

This commit is contained in:
Anthony Fok
2023-07-03 18:53:49 -06:00
committed by Bjørn Erik Pedersen
parent d912491f2d
commit bf7ee8a91a
6 changed files with 9 additions and 13 deletions

View File

@@ -18,7 +18,7 @@ import (
"strings"
"time"
"github.com/bep/clock"
"github.com/bep/clocks"
"github.com/spf13/cast"
"github.com/gohugoio/locales"
@@ -75,7 +75,7 @@ var (
"December",
}
Clock = clock.System()
Clock = clocks.System()
)
func NewTimeFormatter(ltr locales.Translator) TimeFormatter {