Skip to content

Commit

Permalink
feat: upgrade dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
JingYiJun committed Jun 3, 2024
1 parent 64ac8ca commit 1460e21
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 1 addition & 1 deletion go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ require (
github.com/gofiber/swagger v1.0.0
github.com/golang-jwt/jwt/v5 v5.2.1
github.com/jordan-wright/email v4.0.1-0.20210109023952-943e75fe5223+incompatible
github.com/opentreehole/go-common v0.1.2
github.com/opentreehole/go-common v0.1.3
github.com/patrickmn/go-cache v2.1.0+incompatible
github.com/pquerna/otp v1.4.0
github.com/redis/go-redis/v9 v9.5.2
Expand Down
2 changes: 2 additions & 0 deletions go.sum
Original file line number Diff line number Diff line change
Expand Up @@ -130,6 +130,8 @@ github.com/opentreehole/go-common v0.1.1 h1:GTpIZMll2jKGJtXplhguQNwvnyCsTewn37xx
github.com/opentreehole/go-common v0.1.1/go.mod h1:DoRa2+w9OnrUZznZIATEEuMXpfKreg+MPXDF3yBAix4=
github.com/opentreehole/go-common v0.1.2 h1:6q8wa+noNoVJpwwHedLJMUK3MVK+yByM4RNCHfR9Yds=
github.com/opentreehole/go-common v0.1.2/go.mod h1:0Ob6KqJUg+/he80cC3OdSokx4U35f2kgdGk73rrjWFo=
github.com/opentreehole/go-common v0.1.3 h1:Jes+mT0CjG2xrr0tiUtp32fJr9ACe2j37n3vPTyd5PQ=
github.com/opentreehole/go-common v0.1.3/go.mod h1:0Ob6KqJUg+/he80cC3OdSokx4U35f2kgdGk73rrjWFo=
github.com/patrickmn/go-cache v2.1.0+incompatible h1:HRMgzkcYKYpi3C8ajMPV8OFXaaRUnok+kx1WdO15EQc=
github.com/patrickmn/go-cache v2.1.0+incompatible/go.mod h1:3Qf8kWWT7OJRJbdiICTKqZju1ZixQ/KpMGzzAfe6+WQ=
github.com/pkg/errors v0.9.1 h1:FEBLx1zS214owpjy7qsBeixbURkuhQAwrK5UwLGTwt4=
Expand Down

0 comments on commit 1460e21

Please sign in to comment.