chore: update go module path to github.com/gotify/server/v3 - #1030
Merged
Conversation
jmattheis
reviewed
Aug 16, 2026
|
|
||
| "github.com/gorilla/websocket" | ||
| "github.com/gotify/server/v2/model" | ||
| "github.com/gotify/server/v3/model" |
Member
There was a problem hiding this comment.
The plugin builds don't depend on gotify/server, why does the wrong module path block the plugin builds?
The build is failing because of formatting, otherwise this LGTM.
Member
Author
There was a problem hiding this comment.
Because it needs a phantom dependency to gotify/server/v3 to ensure it gets built with compatible dependencies. If the import path is wrong it wont be able to reference it.
eternal-flame-AD
force-pushed
the
go-imports
branch
from
August 16, 2026 09:01
1cc19ad to
5a36c8c
Compare
Codecov Report❌ Patch coverage is Additional details and impacted files@@ Coverage Diff @@
## master #1030 +/- ##
=======================================
Coverage 74.78% 74.78%
=======================================
Files 66 66
Lines 3541 3541
=======================================
Hits 2648 2648
Misses 688 688
Partials 205 205 ☔ View full report in Codecov by Harness. 🚀 New features to boost your workflow:
|
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.
Updates go import paths to V3.
Sorry I missed this in the review. We need to update the go module path for any part of the V3 tree to be visible to the go toolchain. We would also have to bump the version once more to make plugins buildable again against v3.