Skip to content

Commit

Permalink
简单升级依赖
Browse files Browse the repository at this point in the history
  • Loading branch information
yangyile committed Dec 13, 2024
1 parent ae5aa1e commit 6c63c12
Show file tree
Hide file tree
Showing 3 changed files with 15 additions and 3 deletions.
12 changes: 12 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,10 +11,14 @@

**rese** stands for **res** (result) + **err** (error).

---

## CHINESE README

[中文说明](README.zh.md)

---

## Installation

```bash
Expand Down Expand Up @@ -118,3 +122,11 @@ If you find this package helpful, give it a star on GitHub!
**Thank you for your support!**

**Happy Coding with `rese`!** 🎉

---

## See stars

[![see stars](https://starchart.cc/yyle88/rese.svg?variant=adaptive)](https://starchart.cc/yyle88/rese)

---
2 changes: 1 addition & 1 deletion go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ go 1.22.8
require (
github.com/stretchr/testify v1.10.0
github.com/yyle88/done v1.0.18
github.com/yyle88/must v0.0.9
github.com/yyle88/must v0.0.10
)

require (
Expand Down
4 changes: 2 additions & 2 deletions go.sum
Original file line number Diff line number Diff line change
Expand Up @@ -14,8 +14,8 @@ github.com/stretchr/testify v1.10.0 h1:Xv5erBjTwe/5IxqUQTdXv5kgmIvbHo3QQyRwhJsOf
github.com/stretchr/testify v1.10.0/go.mod h1:r2ic/lqez/lEtzL7wO/rwa5dbSLXVDPFyf8C91i36aY=
github.com/yyle88/done v1.0.18 h1:O71T+76laNmuY1kYP8PHkp6uceoN6ABTng/8c9KpZts=
github.com/yyle88/done v1.0.18/go.mod h1:32UMgjuZP9LctfNNhBQqTyVbjggPOWpoXn8Mp0VrQbw=
github.com/yyle88/must v0.0.9 h1:LA03i1O4/6Syopma8xqJMiWfAWeehoySeUaRmdQEvKY=
github.com/yyle88/must v0.0.9/go.mod h1:5Ur4BKRx6GuW4gCZNx8Hf+iRS9lVmywSkCpxun/f+Do=
github.com/yyle88/must v0.0.10 h1:pvxIpS+KxIZbam2n7/TDbkhr5xbGYXqDHEND1FCi2EQ=
github.com/yyle88/must v0.0.10/go.mod h1:5Ur4BKRx6GuW4gCZNx8Hf+iRS9lVmywSkCpxun/f+Do=
github.com/yyle88/mutexmap v1.0.8 h1:VntAdXID5wbk211LZEPVK96jQBxIcfVIbQuk9cv3P/8=
github.com/yyle88/mutexmap v1.0.8/go.mod h1:QUYDuARLPlGj414kHewQ5tt8jkDxQXoai8H3C4Gg+yc=
github.com/yyle88/zaplog v0.0.16 h1:ZCxQhq3+nWeWMAXIzeA1EA4exRq5Pn8pXTpEw1GjyD4=
Expand Down

0 comments on commit 6c63c12

Please sign in to comment.