Skip to content

Commit

Permalink
feat:更新model依赖的版本
Browse files Browse the repository at this point in the history
  • Loading branch information
dezhiShen authored and dezhiShen committed Nov 24, 2023
1 parent c642b4e commit bf73ca1
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 @@ -3,7 +3,7 @@ module github.com/dezhishen/satori-sdk-go
go 1.20

require (
github.com/dezhishen/satori-model-go v0.0.3
github.com/dezhishen/satori-model-go v0.0.4
github.com/gin-gonic/gin v1.9.1
)

Expand Down
4 changes: 2 additions & 2 deletions go.sum
Original file line number Diff line number Diff line change
Expand Up @@ -55,8 +55,8 @@ github.com/cncf/udpa/go v0.0.0-20201120205902-5459f2c99403/go.mod h1:WmhPx2Nbnht
github.com/davecgh/go-spew v1.1.0/go.mod h1:J7Y8YcW2NihsgmVo/mv3lAwl/skON4iLHjSsI+c5H38=
github.com/davecgh/go-spew v1.1.1/go.mod h1:J7Y8YcW2NihsgmVo/mv3lAwl/skON4iLHjSsI+c5H38=
github.com/davecgh/go-spew v1.1.2-0.20180830191138-d8f796af33cc h1:U9qPSI2PIWSS1VwoXQT9A3Wy9MM3WgvqSxFWenqJduM=
github.com/dezhishen/satori-model-go v0.0.3 h1:G2Tz8u8CoDXKzkG1hJSjC8tNTUg9ILxUs6jDrUH3OHY=
github.com/dezhishen/satori-model-go v0.0.3/go.mod h1:HmE03g6z9clHGKMXLJCwgBRlr4NN6Clsayubx628j84=
github.com/dezhishen/satori-model-go v0.0.4 h1:bN2T/wLo1Pn3itiw8UIcLf1zFdxfQYVBgHxFeO0llCw=
github.com/dezhishen/satori-model-go v0.0.4/go.mod h1:HmE03g6z9clHGKMXLJCwgBRlr4NN6Clsayubx628j84=
github.com/envoyproxy/go-control-plane v0.9.0/go.mod h1:YTl/9mNaCwkRvm6d1a2C3ymFceY/DCBVvsKhRF0iEA4=
github.com/envoyproxy/go-control-plane v0.9.1-0.20191026205805-5f8ba28d4473/go.mod h1:YTl/9mNaCwkRvm6d1a2C3ymFceY/DCBVvsKhRF0iEA4=
github.com/envoyproxy/go-control-plane v0.9.4/go.mod h1:6rpuAdCZL397s3pYoYcLgu1mIlRU8Am5FuJP05cCM98=
Expand Down

0 comments on commit bf73ca1

Please sign in to comment.