Bump github.com/hectane/go-acl from 0.0.0-20230122075934-ca0b05cb1adb to 1.0.0 - #438
Open
dependabot[bot] wants to merge 2 commits into
Open
Bump github.com/hectane/go-acl from 0.0.0-20230122075934-ca0b05cb1adb to 1.0.0#438dependabot[bot] wants to merge 2 commits into
dependabot[bot] wants to merge 2 commits into
Conversation
Collaborator
|
@dependabot rebase |
Bumps [github.com/hectane/go-acl](https://github.com/hectane/go-acl) from 0.0.0-20230122075934-ca0b05cb1adb to 1.0.0. - [Commits](https://github.com/hectane/go-acl/commits/v1.0.0) --- updated-dependencies: - dependency-name: github.com/hectane/go-acl dependency-version: 1.0.0 dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <support@github.com>
dependabot
Bot
force-pushed
the
dependabot/go_modules/github.com/hectane/go-acl-1.0.0
branch
from
July 29, 2026 01:13
895bbcd to
f40cbfb
Compare
Collaborator
|
/azp run microsoft.moc |
|
Azure Pipelines: Successfully started running 1 pipeline(s). |
There was a problem hiding this comment.
Pull request overview
This PR updates the project’s Go module dependencies by bumping github.com/hectane/go-acl to its v1.0.0 release (and adjusts related module metadata).
Changes:
- Bump
github.com/hectane/go-aclfrom a pseudo-version tov1.0.0. - Update
golang.org/x/sysindirect requirement tov0.46.0. - Refresh module sums to match the updated dependency set.
Reviewed changes
Copilot reviewed 1 out of 2 changed files in this pull request and generated 1 comment.
| File | Description |
|---|---|
| go.mod | Updates required module versions (including go-acl and indirect x/sys). |
| go.sum | Updates checksums for the bumped go-acl module version. |
Comment on lines
20
to
24
| github.com/davecgh/go-spew v1.1.1 // indirect | ||
| github.com/pmezard/go-difflib v1.0.0 // indirect | ||
| golang.org/x/net v0.54.0 // indirect | ||
| golang.org/x/sys v0.45.0 // indirect | ||
| golang.org/x/sys v0.46.0 // indirect | ||
| golang.org/x/text v0.37.0 // indirect |
Collaborator
There was a problem hiding this comment.
Thanks — this is accurate but benign, so leaving the PR as-is:
- The
replace golang.org/x/sys => v0.45.0entry is part of an intentional curated pin block (crypto v0.52.0, net v0.54.0, sys v0.45.0, …), so the effective build uses x/sys v0.45.0; the indirectrequire v0.46.0skew is inert, not a break. - All CI is green —
microsoft.mocBuild/Lint/StaticAnalysis, Analyze (go), and CodeQL all pass — confirminggo-acl v1.0.0compiles and passes cleanly against x/sys v0.45.0.
This PR only intends to bump go-acl; realigning the curated x/sys pin is out of scope and would risk disturbing a deliberate version set. Safe to merge as-is.
raghavendra-nataraj
approved these changes
Jul 29, 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.
Bumps github.com/hectane/go-acl from 0.0.0-20230122075934-ca0b05cb1adb to 1.0.0.
Commits