Skip to content

Commit

Permalink
fix: 修改go-pkg版本 (#5)
Browse files Browse the repository at this point in the history
  • Loading branch information
Lansongxx authored Feb 7, 2024
1 parent 4f5b452 commit 3869460
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 @@ -3,7 +3,7 @@ module github.com/CloudStriver/cloudmind-mq
go 1.20

require (
github.com/CloudStriver/go-pkg v0.0.0-20240117111745-b4ba57a38f44
github.com/CloudStriver/go-pkg v0.0.0-20240206060942-84060a3dd273
github.com/CloudStriver/service-idl-gen-go v0.0.0-20240207025156-072e8b2ff946
github.com/bytedance/sonic v1.10.2
github.com/jinzhu/copier v0.4.0
Expand Down
2 changes: 2 additions & 0 deletions go.sum
Original file line number Diff line number Diff line change
Expand Up @@ -375,6 +375,8 @@ github.com/ClickHouse/clickhouse-go v1.5.4/go.mod h1:EaI/sW7Azgz9UATzd5ZdZHRUhHg
github.com/ClickHouse/clickhouse-go/v2 v2.0.14/go.mod h1:iq2DUGgpA4BBki2CVwrF8x43zqBjdgHtbexkFkh5a6M=
github.com/CloudStriver/go-pkg v0.0.0-20240117111745-b4ba57a38f44 h1:7exnHSz2LCeghuVDVD8IS+JaPB/bxDJWFEL7xH5L2Tg=
github.com/CloudStriver/go-pkg v0.0.0-20240117111745-b4ba57a38f44/go.mod h1:SsAxWs5EIcaDE/0e5buoFOWsM4lTvFZhySkV68+RT3g=
github.com/CloudStriver/go-pkg v0.0.0-20240206060942-84060a3dd273 h1:lWVL1fCa0QJg9gvE926r1YJZR8DoxupPpbZr3TunJDM=
github.com/CloudStriver/go-pkg v0.0.0-20240206060942-84060a3dd273/go.mod h1:SsAxWs5EIcaDE/0e5buoFOWsM4lTvFZhySkV68+RT3g=
github.com/CloudStriver/service-idl-gen-go v0.0.0-20240128070544-5cb72c4c8edd h1:LbcJw2+KiqJ0ksPfSWC/ia/SZTEl1qDwanJLeOY9X8s=
github.com/CloudStriver/service-idl-gen-go v0.0.0-20240128070544-5cb72c4c8edd/go.mod h1:chtR82RvfrjUujTGWROSCNAwF9Lh/U959k34bXIDvBI=
github.com/CloudStriver/service-idl-gen-go v0.0.0-20240207021724-cb53dcdaf182 h1:5ASoJ6SmuXz4SDQqxhXYgdoiHi1Up3Ce2+K6LVoFEDs=
Expand Down

0 comments on commit 3869460

Please sign in to comment.