ibm-silvergate / netcomposer

Hyperledger Fabric Network bootstrapping made simple for experimentation, development and testing
Apache License 2.0
13 stars 6 forks source link

Enable Go Modules #37

Closed erNail closed 4 years ago

erNail commented 4 years ago

For better dependency management, go modules should be used. Check https://github.com/golang/go/wiki/Modules#quick-start

This will also eliminate the need to push the dependencies to the repository.

erNail commented 4 years ago

Waiting for Pull Request #38 to be accepted