bluesky-social / cookbook

A collection of example projects and scripts for atproto development.
120 stars 15 forks source link

go-repo-export: fix module name (`go-repo-export` vs `go-export-repo`) #10

Closed burningtree closed 5 months ago

burningtree commented 5 months ago

fixing error due confusion between go-repo-export and go-export-repo

> go install github.com/bluesky-social/cookbook/go-repo-export@latest

go: github.com/bluesky-social/cookbook/go-repo-export@latest: version constraints conflict:
    github.com/bluesky-social/cookbook/go-repo-export@v0.0.0-20231104010341-e8067366c178: parsing go.mod:
    module declares its path as: github.com/bluesky-social/cookbook/go-export-repo
            but was required as: github.com/bluesky-social/cookbook/go-repo-export
bnewbold commented 5 months ago

thanks! will add some related fixes on top of this in a minute