Skip to content
This repository has been archived by the owner on Mar 20, 2024. It is now read-only.

Commit

Permalink
Update dep version (#248)
Browse files Browse the repository at this point in the history
* fix condition error

* bump dep version
  • Loading branch information
xqdoo00o authored Aug 28, 2023
1 parent e1d1e0f commit 8cf09fb
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ require (
github.com/google/uuid v1.3.0
github.com/joho/godotenv v1.5.1
github.com/linweiyuan/go-logger v0.0.0-20230709142852-da1f090a7d4c
github.com/xqdoo00o/funcaptcha v0.0.0-20230815082332-abc44cfb3fb7
github.com/xqdoo00o/funcaptcha v0.0.0-20230824022540-522e3fe68268
)

require (
Expand Down
4 changes: 2 additions & 2 deletions go.sum
Original file line number Diff line number Diff line change
Expand Up @@ -83,8 +83,8 @@ github.com/twitchyliquid64/golang-asm v0.15.1 h1:SU5vSMR7hnwNxj24w34ZyCi/FmDZTkS
github.com/twitchyliquid64/golang-asm v0.15.1/go.mod h1:a1lVb/DtPvCB8fslRZhAngC2+aY1QWCk3Cedj/Gdt08=
github.com/ugorji/go/codec v1.2.11 h1:BMaWp1Bb6fHwEtbplGBGJ498wD+LKlNSl25MjdZY4dU=
github.com/ugorji/go/codec v1.2.11/go.mod h1:UNopzCgEMSXjBc6AOMqYvWC1ktqTAfzJZUZgYf6w6lg=
github.com/xqdoo00o/funcaptcha v0.0.0-20230815082332-abc44cfb3fb7 h1:vA7zdZ7E3cDbxSgmKXwZzKxSfIGY5xV7AhwEufBuBJQ=
github.com/xqdoo00o/funcaptcha v0.0.0-20230815082332-abc44cfb3fb7/go.mod h1:j4vwnwBlGmAwsLlWh4WW3uSJdj2dip6yuq+Bmg0Cx7k=
github.com/xqdoo00o/funcaptcha v0.0.0-20230824022540-522e3fe68268 h1:Pd+Y4ss50SqwLiLcg/tFH10OiXhDSw7Rj02cMcr42GQ=
github.com/xqdoo00o/funcaptcha v0.0.0-20230824022540-522e3fe68268/go.mod h1:j4vwnwBlGmAwsLlWh4WW3uSJdj2dip6yuq+Bmg0Cx7k=
github.com/yuin/goldmark v1.4.13/go.mod h1:6yULJ656Px+3vBD8DxQVa3kxgyrAnzto9xy5taEt/CY=
golang.org/x/arch v0.0.0-20210923205945-b76863e36670/go.mod h1:5om86z9Hs0C8fWVUuoMHwpExlXzs5Tkyp9hOrfG7pp8=
golang.org/x/arch v0.3.0 h1:02VY4/ZcO/gBOH6PUaoiptASxtXU10jazRCP865E97k=
Expand Down

0 comments on commit 8cf09fb

Please sign in to comment.