Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

remove nested go.mod for verifier/contentsignature #899

Merged
merged 1 commit into from
May 3, 2024

Conversation

jmhodges
Copy link
Contributor

@jmhodges jmhodges commented May 2, 2024

This was causing surprises for devs making changes
in that package and hitting a variety of build
problems when they realized they hadn't updated
the top-level go.mod. And other hacks failed to be
kept up (see
#896 (comment) ).

The only external user of
verifier/contentsignature was the
mozilla-vpn-client and @oskirby (a maintainer of
it) tells us they've been using a rust version for
a while now. Clients also could just use the
autograph repo's versioning instead.

Can be confirmed with this search:
https://github.com/search?q=autograph%2Fverifier%2Fcontentsignature&type=code

This was causing surprises for devs making changes
in that package and hitting a variety of build
problems when they realized they hadn't updated
the top-level go.mod. And other hacks failed to be
kept up (see
#896 (comment) ).

The only external user of
verifier/contentsignature was the
mozilla-vpn-client and @oskirby (a maintainer of
it) tells us they've been using a rust version for
a while now. Clients also could just use the
autograph repo's versioning instead.

Can be confirmed with this search:
https://github.com/search?q=autograph%2Fverifier%2Fcontentsignature&type=code
@coveralls
Copy link

Pull Request Test Coverage Report for Build 11108

Details

  • 0 of 0 changed or added relevant lines in 0 files are covered.
  • No unchanged relevant lines lost coverage.
  • Overall coverage remained the same at 71.56%

Totals Coverage Status
Change from base Build 11085: 0.0%
Covered Lines: 3422
Relevant Lines: 4782

💛 - Coveralls

Copy link
Contributor

@oskirby oskirby left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Looks good to me!

@jmhodges jmhodges merged commit 1d08ebf into main May 3, 2024
3 checks passed
@jmhodges jmhodges deleted the remove-nested-verifier-go.mod branch May 3, 2024 00:57
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

3 participants