moov-io / signedxml

pure go library for processing signed XML documents
MIT License
52 stars 44 forks source link

Is change from moove-io to ma314smith expected? #35

Closed IDispose closed 1 year ago

IDispose commented 1 year ago

renovate opened a PR to merge a recent change in this repo. However I am getting this error

go: github.com/ma314smith/signedxml@v1.0.0: parsing go.mod:
    module declares its path as: github.com/moov-io/signedxml
            but was required as: github.com/ma314smith/signedxml

Is this an expected change? Why did package move from moov-io to ma314smith ?

adamdecaf commented 1 year ago

Matt wasn't maintaining this project anymore and we (Moov) are using it in production. Matt offered to transfer the project, so we accepted and will maintain it going forward.

You should be able to change the import paths and go.mod to moov-io