Skip to content

Commit

Permalink
Pull in newer Gregorian lib with Julian-aware dates
Browse files Browse the repository at this point in the history
  • Loading branch information
mjradwin committed Jan 26, 2025
1 parent 17a1080 commit 270727b
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
2 changes: 1 addition & 1 deletion go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ require github.com/stretchr/testify v1.8.1
require (
github.com/dustin/go-humanize v1.0.1
github.com/hebcal/gematriya v1.0.1
github.com/hebcal/greg v1.0.0
github.com/hebcal/greg v1.0.1
github.com/hebcal/hdate v1.1.0
github.com/nathan-osman/go-sunrise v1.1.0
)
3 changes: 2 additions & 1 deletion go.sum
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,9 @@ github.com/dustin/go-humanize v1.0.1 h1:GzkhY7T5VNhEkwH0PVJgjz+fX1rhBrR7pRT3mDkp
github.com/dustin/go-humanize v1.0.1/go.mod h1:Mu1zIs6XwVuF/gI1OepvI0qD18qycQx+mFykh5fBlto=
github.com/hebcal/gematriya v1.0.1 h1:lktI5tX4lxg2o2OIEQXGYiMWxL9VkbfOXa+/kamjrLQ=
github.com/hebcal/gematriya v1.0.1/go.mod h1:hQJm5ggDgm45RsnaaSrYB387VIBDI0Kcq5wglx7KVpI=
github.com/hebcal/greg v1.0.0 h1:F38VvHeYwhLIBtMQ4tl97jOfQhzeKX53Sa1T63RE31k=
github.com/hebcal/greg v1.0.0/go.mod h1:HhnDLPDm/dgcrANH5WYN9ol0tlkK/6mJVkWDIYhkKJM=
github.com/hebcal/greg v1.0.1 h1:NTZvxbFftReh+Ig8WluTvQTlviD5DmhxNmFh21BFJME=
github.com/hebcal/greg v1.0.1/go.mod h1:HhnDLPDm/dgcrANH5WYN9ol0tlkK/6mJVkWDIYhkKJM=
github.com/hebcal/hdate v1.1.0 h1:7kbsYc7pSpPtLgmMJG+RKa11DGzC6XeO6zR/3Iz/Ktw=
github.com/hebcal/hdate v1.1.0/go.mod h1:EXz7O48tnOqmTHC9wat7JJ2+f7OLZ2c4m+x4gnaiLcQ=
github.com/nathan-osman/go-sunrise v1.1.0 h1:ZqZmtmtzs8Os/DGQYi0YMHpuUqR/iRoJK+wDO0wTCw8=
Expand Down

0 comments on commit 270727b

Please sign in to comment.