Skip to content

Commit

Permalink
mod:修改基础依赖的版本
Browse files Browse the repository at this point in the history
  • Loading branch information
dezhishen committed Apr 14, 2024
1 parent d0bff71 commit 032c0b1
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 @@ -4,7 +4,7 @@ go 1.20

require (
github.com/gin-gonic/gin v1.9.1
github.com/satori-protocol-go/satori-model-go v0.0.7
github.com/satori-protocol-go/satori-model-go v0.0.8
)

require (
Expand Down
2 changes: 2 additions & 0 deletions go.sum
Original file line number Diff line number Diff line change
Expand Up @@ -192,6 +192,8 @@ github.com/satori-protocol-go/satori-model-go v0.0.6 h1:Cxe6emS+gxTIU9NxmDUYqqDW
github.com/satori-protocol-go/satori-model-go v0.0.6/go.mod h1:R+7VkMNjo74rCmvHijpmQywU/Ahc9DcC/0YUCaYYLuE=
github.com/satori-protocol-go/satori-model-go v0.0.7 h1:WxXZQ1qMga8umcBEBMzkFemKYDqgIzJ+Jwfe9OiD2tQ=
github.com/satori-protocol-go/satori-model-go v0.0.7/go.mod h1:R+7VkMNjo74rCmvHijpmQywU/Ahc9DcC/0YUCaYYLuE=
github.com/satori-protocol-go/satori-model-go v0.0.8 h1:rnJtTM1s7XRA5DJjq7T6GBQl0k9JXUBfutwTGkVPF+g=
github.com/satori-protocol-go/satori-model-go v0.0.8/go.mod h1:R+7VkMNjo74rCmvHijpmQywU/Ahc9DcC/0YUCaYYLuE=
github.com/sirupsen/logrus v1.9.3 h1:dueUQJ1C2q9oE3F7wvmSGAaVtTmUizReu6fjN8uqzbQ=
github.com/sirupsen/logrus v1.9.3/go.mod h1:naHLuLoDiP4jHNo9R0sCBMtWGeIprob74mVsIT4qYEQ=
github.com/sourcegraph/conc v0.3.0 h1:OQTbbt6P72L20UqAkXXuLOj79LfEanQ+YQFNpLA9ySo=
Expand Down

0 comments on commit 032c0b1

Please sign in to comment.