Skip to content

Commit

Permalink
chore(deps): upgrade github.com/godcong/chronos to v1.0.0
Browse files Browse the repository at this point in the history
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.
  • Loading branch information
godcong committed Jun 27, 2024
1 parent 0ebb469 commit 5a1e726
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
4 changes: 2 additions & 2 deletions go.sum
Original file line number Diff line number Diff line change
Expand Up @@ -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=
Expand Down

0 comments on commit 5a1e726

Please sign in to comment.