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

go.mod: bump looprpc and swapserverrpc #929

Merged
merged 1 commit into from
Jan 7, 2025

Conversation

starius
Copy link
Contributor

@starius starius commented Jan 7, 2025

Fix the build if GOPROXY="direct":

lightning-terminal$ go mod tidy 
go: downloading github.com/lightninglabs/loop/looprpc v1.0.2
go: downloading github.com/lightninglabs/loop/swapserverrpc v1.0.11
verifying github.com/lightninglabs/loop/[email protected]/go.mod: checksum mismatch
        downloaded: h1:+hPlWT2LGxEUY9mMVB2FcbV3KJmd1cmEezmZQagVUtY=
        go.sum:     h1:w6zur9qV9EBY7I7bpnUYp0QGjVqNl9cjnozpPal9/XY=

SECURITY ERROR
This download does NOT match an earlier download recorded in go.sum.
The bits may have been replaced on the origin server, or an attacker may
have intercepted the download attempt.

For more information, see 'go help module-auth'.

This happened, because the tags were reassigned to another commit and proxy.golang.org cached an old version.

New tags point to the same state.

Fix the build if GOPROXY="direct".
@starius starius requested review from bhandras and guggero January 7, 2025 12:19
@ellemouton ellemouton added the no-changelog This PR is does not require a release notes entry label Jan 7, 2025
@ellemouton ellemouton requested review from ViktorTigerstrom and removed request for bhandras and guggero January 7, 2025 13:05
Copy link
Member

@bhandras bhandras left a comment

Choose a reason for hiding this comment

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

LGTM ⛷️

@ellemouton ellemouton removed the request for review from ViktorTigerstrom January 7, 2025 14:26
@ellemouton ellemouton merged commit 6ac0757 into lightninglabs:master Jan 7, 2025
12 of 13 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
no-changelog This PR is does not require a release notes entry
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants