Skip to content

Commit

Permalink
feat(core): udpate version
Browse files Browse the repository at this point in the history
  • Loading branch information
Just-maple committed Nov 3, 2023
1 parent 1bc41e0 commit ac2fa13
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 @@ -4,6 +4,6 @@ go 1.16

require (
github.com/go-sql-driver/mysql v1.7.1
github.com/go-zing/gozz-core v0.0.0-20231031060755-634f5235d616
github.com/go-zing/gozz-core v0.0.0-20231103163229-5a75c63fde84
github.com/spf13/cobra v1.7.0
)
4 changes: 2 additions & 2 deletions go.sum
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
github.com/cpuguy83/go-md2man/v2 v2.0.2/go.mod h1:tgQtvFlXSQOSOSIRvRPT7W67SCa46tRHOmNcaadrF8o=
github.com/go-sql-driver/mysql v1.7.1 h1:lUIinVbN1DY0xBg0eMOzmmtGoHwWBbvnWubQUrtU8EI=
github.com/go-sql-driver/mysql v1.7.1/go.mod h1:OXbVy3sEdcQ2Doequ6Z5BW6fXNQTmx+9S1MCJN5yJMI=
github.com/go-zing/gozz-core v0.0.0-20231031060755-634f5235d616 h1:fvWF6oUo51r/UqwHpq1jMl6gFjXdduSclG6h0gGO7As=
github.com/go-zing/gozz-core v0.0.0-20231031060755-634f5235d616/go.mod h1:SAulUrU1emuMCixZXSm7LD++3SN/tgG0ex51zaBbqdA=
github.com/go-zing/gozz-core v0.0.0-20231103163229-5a75c63fde84 h1:4QvPv/TArHlQny3X4/YxUKacPPB4wQFT8uayZOXZZ/E=
github.com/go-zing/gozz-core v0.0.0-20231103163229-5a75c63fde84/go.mod h1:SAulUrU1emuMCixZXSm7LD++3SN/tgG0ex51zaBbqdA=
github.com/inconshreveable/mousetrap v1.1.0 h1:wN+x4NVGpMsO7ErUn/mUI3vEoE6Jt13X2s0bqwp9tc8=
github.com/inconshreveable/mousetrap v1.1.0/go.mod h1:vpF70FUmC8bwa3OWnCshd2FqLfsEA9PFc4w1p2J65bw=
github.com/russross/blackfriday/v2 v2.1.0/go.mod h1:+Rmxgy9KzJVeS9/2gXHxylqXiyQDYRxCVz55jmeOWTM=
Expand Down

0 comments on commit ac2fa13

Please sign in to comment.