Skip to content

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
mainfrom
dependabot/go_modules/github.com/hectane/go-acl-1.0.0
Open

Bump github.com/hectane/go-acl from 0.0.0-20230122075934-ca0b05cb1adb to 1.0.0#438
dependabot[bot] wants to merge 2 commits into
mainfrom
dependabot/go_modules/github.com/hectane/go-acl-1.0.0

Conversation

@dependabot

@dependabot dependabot Bot commented on behalf of github Jun 17, 2026

Copy link
Copy Markdown
Contributor

Bumps github.com/hectane/go-acl from 0.0.0-20230122075934-ca0b05cb1adb to 1.0.0.

Commits

Note
Automatic rebases have been disabled on this pull request as it has been open for over 30 days.

@dependabot dependabot Bot added dependencies Pull requests that update a dependency file go Pull requests that update go code labels Jun 17, 2026
@madhanrm

Copy link
Copy Markdown
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
dependabot Bot force-pushed the dependabot/go_modules/github.com/hectane/go-acl-1.0.0 branch from 895bbcd to f40cbfb Compare July 29, 2026 01:13
@madhanrm

Copy link
Copy Markdown
Collaborator

/azp run microsoft.moc

@azure-pipelines

Copy link
Copy Markdown
Azure Pipelines:
Successfully started running 1 pipeline(s).

Copilot AI left a comment

Copy link
Copy Markdown

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

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-acl from a pseudo-version to v1.0.0.
  • Update golang.org/x/sys indirect requirement to v0.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 thread go.mod
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

Copy link
Copy Markdown
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thanks — this is accurate but benign, so leaving the PR as-is:

  • The replace golang.org/x/sys => v0.45.0 entry 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 indirect require v0.46.0 skew is inert, not a break.
  • All CI is green — microsoft.moc Build/Lint/StaticAnalysis, Analyze (go), and CodeQL all pass — confirming go-acl v1.0.0 compiles 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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

dependencies Pull requests that update a dependency file go Pull requests that update go code

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants