From d33f087e1278bda111a24f003c6603188910af01 Mon Sep 17 00:00:00 2001 From: LI Daobing Date: Sun, 3 Dec 2023 16:56:38 +0800 Subject: [PATCH] use cc v0.0.2 --- README.md | 2 +- go.mod | 4 ++-- go.sum | 11 +++++++++-- 3 files changed, 12 insertions(+), 5 deletions(-) diff --git a/README.md b/README.md index 96e74cb..09eaf65 100644 --- a/README.md +++ b/README.md @@ -6,7 +6,7 @@ ## Install ```shell -go get -u github.com/lidaobing/golunar +go install github.com/lidaobing/golunar@latest ``` ## Usage diff --git a/go.mod b/go.mod index 6d7304a..576374d 100644 --- a/go.mod +++ b/go.mod @@ -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 diff --git a/go.sum b/go.sum index 5313dbe..a9e5dae 100644 --- a/go.sum +++ b/go.sum @@ -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=