summaryrefslogtreecommitdiffstats
path: root/common
diff options
context:
space:
mode:
authorAnthony Fok <foka@debian.org>2023-07-03 18:53:49 -0600
committerBjørn Erik Pedersen <bjorn.erik.pedersen@gmail.com>2023-07-04 09:14:48 +0200
commitbf7ee8a91acf17613ffcd9c2f8c13abfa1ed0a11 (patch)
tree78cd2145cc074efe9451bdcafbfcbe7cabf5b1e1 /common
parentd912491f2d06b391184e0ee7974f285ca83c5fe6 (diff)
Bump github.com/bep/clock v0.3.0 to renamed github.com/bep/clocks v0.5.0
Diffstat (limited to 'common')
-rw-r--r--common/htime/time.go4
1 files changed, 2 insertions, 2 deletions
diff --git a/common/htime/time.go b/common/htime/time.go
index 961962b60..f2fff897c 100644
--- a/common/htime/time.go
+++ b/common/htime/time.go
@@ -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 {