Skip to content

tech: upgrade dependencies#46

Merged
BSick7 merged 4 commits into
masterfrom
tech/deps
Jul 16, 2026
Merged

tech: upgrade dependencies#46
BSick7 merged 4 commits into
masterfrom
tech/deps

Conversation

@BSick7

@BSick7 BSick7 commented Jul 16, 2026

Copy link
Copy Markdown
Contributor

Upgrades Nullstone dependencies to latest.

Dependency From To
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-20260716142317-86afc1414450

The go-api-client pin is set to the master tip (86afc14). The initial bump resolved @latest through proxy.golang.org, which was serving a stale cache pointing at 4ef720e; 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 tidy resolved them):

  • go directive 1.25.5 -> 1.26.0
  • github.com/zclconf/go-cty v1.18.1 -> v1.19.0
  • golang.org/x/mod v0.37.0 -> v0.38.0
  • golang.org/x/sync v0.20.0 -> v0.22.0
  • golang.org/x/text v0.37.0 -> v0.40.0
  • golang.org/x/tools v0.45.0 -> v0.48.0
  • github.com/apparentlymart/go-textseg/v17 v17.0.1 added (indirect)

go build ./... and go test ./... both pass.

BSick7 added 3 commits July 16, 2026 10:29
- 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
@github-actions

github-actions Bot commented Jul 16, 2026

Copy link
Copy Markdown

Go Tests

118 tests   118 ✅  0s ⏱️
  8 suites    0 💤
  1 files      0 ❌

Results for commit 81406e2.

♻️ This comment has been updated with latest results.

@BSick7
BSick7 requested a review from ssickles July 16, 2026 14:44
@BSick7
BSick7 merged commit 409e714 into master Jul 16, 2026
2 checks passed
@BSick7
BSick7 deleted the tech/deps branch July 16, 2026 14:56
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.

2 participants