|
1 | 1 | module github.com/11090815/openzeppelin-go
|
2 | 2 |
|
3 |
| -go 1.20 |
| 3 | +go 1.16 |
4 | 4 |
|
5 | 5 | require (
|
6 |
| - github.com/hyperledger/fabric-contract-api-go v1.2.1 |
| 6 | + github.com/hyperledger/fabric-contract-api-go v1.1.0 |
7 | 7 | google.golang.org/protobuf v1.31.0
|
8 | 8 | )
|
9 |
| - |
10 |
| -require ( |
11 |
| - github.com/go-openapi/jsonpointer v0.19.5 // indirect |
12 |
| - github.com/go-openapi/jsonreference v0.20.0 // indirect |
13 |
| - github.com/go-openapi/spec v0.20.8 // indirect |
14 |
| - github.com/go-openapi/swag v0.21.1 // indirect |
15 |
| - github.com/gobuffalo/envy v1.10.1 // indirect |
16 |
| - github.com/gobuffalo/packd v1.0.1 // indirect |
17 |
| - github.com/gobuffalo/packr v1.30.1 // indirect |
18 |
| - github.com/golang/protobuf v1.5.2 // indirect |
19 |
| - github.com/hyperledger/fabric-chaincode-go v0.0.0-20230228194215-b84622ba6a7a // indirect |
20 |
| - github.com/hyperledger/fabric-protos-go v0.3.0 // indirect |
21 |
| - github.com/joho/godotenv v1.4.0 // indirect |
22 |
| - github.com/josharian/intern v1.0.0 // indirect |
23 |
| - github.com/mailru/easyjson v0.7.7 // indirect |
24 |
| - github.com/rogpeppe/go-internal v1.8.1 // indirect |
25 |
| - github.com/xeipuuv/gojsonpointer v0.0.0-20190905194746-02993c407bfb // indirect |
26 |
| - github.com/xeipuuv/gojsonreference v0.0.0-20180127040603-bd5ef7bd5415 // indirect |
27 |
| - github.com/xeipuuv/gojsonschema v1.2.0 // indirect |
28 |
| - golang.org/x/net v0.7.0 // indirect |
29 |
| - golang.org/x/sys v0.5.0 // indirect |
30 |
| - golang.org/x/text v0.7.0 // indirect |
31 |
| - google.golang.org/genproto v0.0.0-20230110181048-76db0878b65f // indirect |
32 |
| - google.golang.org/grpc v1.53.0 // indirect |
33 |
| - gopkg.in/yaml.v2 v2.4.0 // indirect |
34 |
| -) |
0 commit comments