fix(go.mod): fix module path#281
Merged
niemeyer merged 1 commit intocanonical:masterfrom Mar 23, 2026
Merged
Conversation
1c40c34 to
6fb7277
Compare
Member
Author
niemeyer
approved these changes
Mar 23, 2026
Contributor
niemeyer
left a comment
There was a problem hiding this comment.
Thanks for fixing these.
Member
Author
|
With the updated $ go install github.com/canonical/spread/cmd/spread@latest
go: downloading github.com/canonical/spread v0.0.0-20260323164801-a3a44a96b6d0
go: downloading github.com/niemeyer/pretty v0.0.0-20200227124842-a10e7caefd8e
go: downloading golang.org/x/oauth2 v0.25.0
go: downloading github.com/go-goose/goose/v5 v5.0.0-20230421180421-abaee9096e3a
go: downloading golang.org/x/net v0.38.0
go: downloading golang.org/x/crypto v0.36.0
go: downloading golang.org/x/term v0.30.0
go: downloading gopkg.in/tomb.v2 v2.0.0-20161208151619-d5d1b5820637
go: downloading gopkg.in/yaml.v2 v2.4.0
go: downloading golang.org/x/sys v0.31.0
go: downloading cloud.google.com/go/compute/metadata v0.3.0
go: downloading github.com/kr/text v0.2.0
go: downloading github.com/juju/collections v0.0.0-20220203020748-febd7cad8a7a
Welcome, and thanks for merging. |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Fixes #240
Fixes #267