Conversation
- github.com/nullstone-io/module v0.2.10 -> v0.2.11 - gopkg.in/nullstone-io/go-api-client.v0 v0.0.0-20260625144847-ddd254c97c1a -> v0.0.0-20260713142524-4ef720e14350
The initial bump resolved @latest through proxy.golang.org, which was serving a stale cache pointing at 4ef720e (2026-07-13). The actual master tip is 86afc14 (2026-07-16), which carries the upstream dependency upgrade this sweep needs to pick up. - gopkg.in/nullstone-io/go-api-client.v0 v0.0.0-20260713142524-4ef720e14350 -> v0.0.0-20260716142317-86afc1414450
Go Tests118 tests 118 ✅ 0s ⏱️ Results for commit 81406e2. ♻️ This comment has been updated with latest results. |
ssickles
approved these changes
Jul 16, 2026
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.
Upgrades Nullstone dependencies to latest.
github.com/nullstone-io/modulev0.2.10v0.2.11gopkg.in/nullstone-io/go-api-client.v0v0.0.0-20260625144847-ddd254c97c1av0.0.0-20260716142317-86afc1414450The
go-api-clientpin is set to the master tip (86afc14). The initial bump resolved@latestthrough proxy.golang.org, which was serving a stale cache pointing at4ef720e; the second commit on this branch corrects it to the actual tip.Dragged along by MVS (forced by the upgraded deps' own go.mod, left as
go mod tidyresolved them):godirective1.25.5->1.26.0github.com/zclconf/go-ctyv1.18.1->v1.19.0golang.org/x/modv0.37.0->v0.38.0golang.org/x/syncv0.20.0->v0.22.0golang.org/x/textv0.37.0->v0.40.0golang.org/x/toolsv0.45.0->v0.48.0github.com/apparentlymart/go-textseg/v17v17.0.1added (indirect)go build ./...andgo test ./...both pass.