Skip to content

Commit

Permalink
use cc v0.0.2
Browse files Browse the repository at this point in the history
  • Loading branch information
lidaobing committed Dec 3, 2023
1 parent b9bb1aa commit d33f087
Show file tree
Hide file tree
Showing 3 changed files with 12 additions and 5 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
## Install

```shell
go get -u github.com/lidaobing/golunar
go install github.com/lidaobing/golunar@latest
```

## Usage
Expand Down
4 changes: 2 additions & 2 deletions go.mod
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
module github.com/lidaobing/golunar

go 1.12
go 1.21

require github.com/lidaobing/chinese_calendar v0.0.1
require github.com/lidaobing/chinese_calendar v0.0.2
11 changes: 9 additions & 2 deletions go.sum
Original file line number Diff line number Diff line change
@@ -1,2 +1,9 @@
github.com/lidaobing/chinese_calendar v0.0.1 h1:4fUT2tDb5WbpQYgXWvLGN4mWzs1tlLHaR1bSi1QDWtM=
github.com/lidaobing/chinese_calendar v0.0.1/go.mod h1:zl6KwjGOjLN1zZuVaDlusnBO+E/Ul8xFxiPelsL2mSw=
github.com/davecgh/go-spew v1.1.0 h1:ZDRjVQ15GmhC3fiQ8ni8+OwkZQO4DARzQgrnXU1Liz8=
github.com/davecgh/go-spew v1.1.0/go.mod h1:J7Y8YcW2NihsgmVo/mv3lAwl/skON4iLHjSsI+c5H38=
github.com/lidaobing/chinese_calendar v0.0.2 h1:ivsLfHK6L2LTrq24QRe4JvER2w0fNdUPatGDkEthR3A=
github.com/lidaobing/chinese_calendar v0.0.2/go.mod h1:oFhBGQ0ltcCm6GCOfGPNNH+ULQDEm/fZLd+rAttli0k=
github.com/pmezard/go-difflib v1.0.0 h1:4DBwDE0NGyQoBHbLQYPwSUPoCMWR5BEzIk/f1lZbAQM=
github.com/pmezard/go-difflib v1.0.0/go.mod h1:iKH77koFhYxTK1pcRnkKkqfTogsbg7gZNVY4sRDYZ/4=
github.com/stretchr/objx v0.1.0/go.mod h1:HFkY916IF+rwdDfMAkV7OtwuqBVzrE8GR6GFx+wExME=
github.com/stretchr/testify v1.3.0 h1:TivCn/peBQ7UY8ooIcPgZFpTNSz0Q2U6UrFlUfqbe0Q=
github.com/stretchr/testify v1.3.0/go.mod h1:M5WIy9Dh21IEIfnGCwXGc5bZfKNJtfHm1UVUgZn+9EI=

0 comments on commit d33f087

Please sign in to comment.