github.com/davidkhala/fabric-common/golang: Wrapper or alternative of fabric-sdk-go.
github.com/gin-gonic/gin: The using golang restful API framework
github.com/hyperledger-twgc/tape: A traffic generator of Fabric for benchmark test. Here, we appreciate its simplicity design and reuse some slim structure
github.com/hyperledger/fabric: fabric itself. Used by importing its package /protoutil
github.com/davidkhala/goutils: generic golang utils. Used for grpc, http and other syntax-reform cases
github.com/swaggo/gin-swagger: The swagger docs generator for gin framework.