perun-network / perun-fabric

go-perun Hyperledger Fabric chaincode and backend
Apache License 2.0
3 stars 0 forks source link

Adapt `go.mod` module path to be consistent with `go-perun` #8

Open ndzik opened 1 year ago

ndzik commented 1 year ago

Currently, one has to import go-perun with import perun.network/go-perun and the fabric backend with import github.com/perun-network/perun-fabric.

Also we should probably consider changing perun-fabric to perun-fabric-backend for even more consistency.

ndzik commented 1 year ago

Thoughts @RmbRT