Skip to content

Commit

Permalink
调整fabric-contract-api-go的版本
Browse files Browse the repository at this point in the history
  • Loading branch information
11090815 committed Nov 15, 2023
1 parent a2ce2c3 commit 37f26ea
Show file tree
Hide file tree
Showing 2 changed files with 76 additions and 89 deletions.
30 changes: 2 additions & 28 deletions go.mod
Original file line number Diff line number Diff line change
@@ -1,34 +1,8 @@
module github.com/11090815/openzeppelin-go

go 1.20
go 1.16

require (
github.com/hyperledger/fabric-contract-api-go v1.2.1
github.com/hyperledger/fabric-contract-api-go v1.1.0
google.golang.org/protobuf v1.31.0
)

require (
github.com/go-openapi/jsonpointer v0.19.5 // indirect
github.com/go-openapi/jsonreference v0.20.0 // indirect
github.com/go-openapi/spec v0.20.8 // indirect
github.com/go-openapi/swag v0.21.1 // indirect
github.com/gobuffalo/envy v1.10.1 // indirect
github.com/gobuffalo/packd v1.0.1 // indirect
github.com/gobuffalo/packr v1.30.1 // indirect
github.com/golang/protobuf v1.5.2 // indirect
github.com/hyperledger/fabric-chaincode-go v0.0.0-20230228194215-b84622ba6a7a // indirect
github.com/hyperledger/fabric-protos-go v0.3.0 // indirect
github.com/joho/godotenv v1.4.0 // indirect
github.com/josharian/intern v1.0.0 // indirect
github.com/mailru/easyjson v0.7.7 // indirect
github.com/rogpeppe/go-internal v1.8.1 // indirect
github.com/xeipuuv/gojsonpointer v0.0.0-20190905194746-02993c407bfb // indirect
github.com/xeipuuv/gojsonreference v0.0.0-20180127040603-bd5ef7bd5415 // indirect
github.com/xeipuuv/gojsonschema v1.2.0 // indirect
golang.org/x/net v0.7.0 // indirect
golang.org/x/sys v0.5.0 // indirect
golang.org/x/text v0.7.0 // indirect
google.golang.org/genproto v0.0.0-20230110181048-76db0878b65f // indirect
google.golang.org/grpc v1.53.0 // indirect
gopkg.in/yaml.v2 v2.4.0 // indirect
)
Loading

0 comments on commit 37f26ea

Please sign in to comment.