Skip to content

Commit

Permalink
vmsdk: update go mod version
Browse files Browse the repository at this point in the history
  • Loading branch information
Ruoyu-y committed May 10, 2024
1 parent 63e383d commit ab0c66b
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 7 deletions.
2 changes: 1 addition & 1 deletion src/golang/cctrusted_vm/go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ require (
)

require (
github.com/cc-api/cc-trusted-api/common/golang/cctrusted_base v0.0.0-20240312064452-17fe47fa2fdd
github.com/cc-api/cc-trusted-api/common/golang/cctrusted_base v0.0.0-20240418131523-3b0ab7d9578e
github.com/davecgh/go-spew v1.1.1 // indirect
github.com/inconshreveable/mousetrap v1.1.0 // indirect
github.com/pmezard/go-difflib v1.0.0 // indirect
Expand Down
10 changes: 4 additions & 6 deletions src/golang/cctrusted_vm/go.sum
Original file line number Diff line number Diff line change
@@ -1,12 +1,10 @@
github.com/cc-api/cc-trusted-api/common/golang/cctrusted_base v0.0.0-20240301030154-2eb19c45f9a9 h1:RcjMAyyLLFmhr0jVXNGzOD+f7/Zpx4KoZR6CmPfRlV0=
github.com/cc-api/cc-trusted-api/common/golang/cctrusted_base v0.0.0-20240301030154-2eb19c45f9a9/go.mod h1:0rggJ3Z7AxSCbOfi2PBO98sAftWWsI39V7v/aG9xPmQ=
github.com/cc-api/cc-trusted-api/common/golang/cctrusted_base v0.0.0-20240305010107-bc6ef6d6d3b6 h1:EeOJOjI/iIfoGuDnhoUIZrL4O0MjmCxh/FC+z7XL8cQ=
github.com/cc-api/cc-trusted-api/common/golang/cctrusted_base v0.0.0-20240305010107-bc6ef6d6d3b6/go.mod h1:0rggJ3Z7AxSCbOfi2PBO98sAftWWsI39V7v/aG9xPmQ=
github.com/cc-api/cc-trusted-api/common/golang/cctrusted_base v0.0.0-20240312064452-17fe47fa2fdd h1:Ja62EfwSEzGWVYKBV2xfq+hm3Uwo5BdCGIj0IcEmHbY=
github.com/cc-api/cc-trusted-api/common/golang/cctrusted_base v0.0.0-20240312064452-17fe47fa2fdd/go.mod h1:0rggJ3Z7AxSCbOfi2PBO98sAftWWsI39V7v/aG9xPmQ=
github.com/cc-api/cc-trusted-api/common/golang/cctrusted_base v0.0.0-20240418131523-3b0ab7d9578e h1:oKNunMQImCfmcSAARhpgPHKgs0bln70tIBETaV/8LVw=
github.com/cc-api/cc-trusted-api/common/golang/cctrusted_base v0.0.0-20240418131523-3b0ab7d9578e/go.mod h1:0rggJ3Z7AxSCbOfi2PBO98sAftWWsI39V7v/aG9xPmQ=
github.com/cpuguy83/go-md2man/v2 v2.0.3/go.mod h1:tgQtvFlXSQOSOSIRvRPT7W67SCa46tRHOmNcaadrF8o=
github.com/davecgh/go-spew v1.1.1 h1:vj9j/u1bqnvCEfJOwUhtlOARqs3+rkHYY13jYWTU97c=
github.com/davecgh/go-spew v1.1.1/go.mod h1:J7Y8YcW2NihsgmVo/mv3lAwl/skON4iLHjSsI+c5H38=
github.com/google/go-cmp v0.5.9 h1:O2Tfq5qg4qc4AmwVlvv0oLiVAGB7enBSJ2x2DqQFi38=
github.com/google/go-cmp v0.5.9/go.mod h1:17dUlkBOakJ0+DkrSSNjCkIjxS6bF9zb3elmeNGIjoY=
github.com/inconshreveable/mousetrap v1.1.0 h1:wN+x4NVGpMsO7ErUn/mUI3vEoE6Jt13X2s0bqwp9tc8=
github.com/inconshreveable/mousetrap v1.1.0/go.mod h1:vpF70FUmC8bwa3OWnCshd2FqLfsEA9PFc4w1p2J65bw=
github.com/mdlayher/socket v0.4.1 h1:eM9y2/jlbs1M615oshPQOHZzj6R6wMT7bX5NPiQvn2U=
Expand Down

0 comments on commit ab0c66b

Please sign in to comment.