Hacktoberfest / hacktoberfest-repo-topic-apply

Cmd line tool to add a topic to your github repo, defaults to hacktoberfest
Apache License 2.0
48 stars 43 forks source link

Update module name in go.mod #1

Closed andrewsomething closed 3 years ago

andrewsomething commented 3 years ago

Makes it go get-able. Currently:

$ go get github.com/do-community/hacktoberfest-repo-topic-apply
go: downloading github.com/do-community/hacktoberfest-repo-topic-apply v0.0.0-20201002212613-403d0672bb88
go: github.com/do-community/hacktoberfest-repo-topic-apply upgrade => v0.0.0-20201002212613-403d0672bb88
go get: github.com/do-community/hacktoberfest-repo-topic-apply@v0.0.0-20201002212613-403d0672bb88: parsing go.mod:
    module declares its path as: github.com/do-community/do-ansible-inventory
            but was required as: github.com/do-community/hacktoberfest-repo-topic-apply