From 5a1e726818d403d7643ab70bb0a15f440b06fdba Mon Sep 17 00:00:00 2001 From: godcong Date: Fri, 28 Jun 2024 01:59:25 +0800 Subject: [PATCH] chore(deps): upgrade github.com/godcong/chronos to v1.0.0 Update the github.com/godcong/chronos dependency from v0.0.3 to v1.0.0. This change affects the go.mod and go.sum files, indicating a major version upgrade that could include significant changes to the library. BREAKING CHANGE: Ensure compatibility with the new version as this might introduce changes that affect existing functionality. --- go.mod | 2 +- go.sum | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/go.mod b/go.mod index 5ca3df9..2148ae9 100644 --- a/go.mod +++ b/go.mod @@ -2,7 +2,7 @@ module github.com/babyname/fate require ( github.com/go-sql-driver/mysql v1.7.1 - github.com/godcong/chronos v0.0.3 + github.com/godcong/chronos v1.0.0 github.com/godcong/yi v1.0.2 github.com/goextension/log v0.0.2 github.com/google/uuid v1.3.0 diff --git a/go.sum b/go.sum index d288431..2606244 100644 --- a/go.sum +++ b/go.sum @@ -12,8 +12,8 @@ github.com/fsnotify/fsnotify v1.4.7/go.mod h1:jwhsz4b93w/PPRr/qN1Yymfu8t87LnFCMo github.com/go-sql-driver/mysql v1.5.0/go.mod h1:DCzpHaOWr8IXmIStZouvnhqoel9Qv2LBy8hT2VhHyBg= github.com/go-sql-driver/mysql v1.7.1 h1:lUIinVbN1DY0xBg0eMOzmmtGoHwWBbvnWubQUrtU8EI= github.com/go-sql-driver/mysql v1.7.1/go.mod h1:OXbVy3sEdcQ2Doequ6Z5BW6fXNQTmx+9S1MCJN5yJMI= -github.com/godcong/chronos v0.0.3 h1:zIV7UuAeN9t/pYpa0oqu3xs8w7+YZTmAWi2uHliNeLg= -github.com/godcong/chronos v0.0.3/go.mod h1:4OsnZGNIqlutzCmguDKhDcM4Vk9E4IU1FgIW+LJer3o= +github.com/godcong/chronos v1.0.0 h1:eAlFcfWsldEPfplQxO7+UqkcWVvE0Fi1SeIkZvG/43A= +github.com/godcong/chronos v1.0.0/go.mod h1:4OsnZGNIqlutzCmguDKhDcM4Vk9E4IU1FgIW+LJer3o= github.com/godcong/yi v1.0.2 h1:WdaiL78ftYir3f1ITbmJDQR8MR8LDb0wVR2osWoSE9I= github.com/godcong/yi v1.0.2/go.mod h1:Zml4Arf7CaGyf+VqWtvD2WsozNs6Vi0eyk6zXZbZpR8= github.com/goextension/log v0.0.2 h1:/KMuT22zzIMHe4qD7rR8dnfXWSFAyp+10pTC4fWLztI=