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

Conversation

@dependabot

@dependabotdependabotBot commented on behalf of githubJun 17, 2026

Copy link
Copy Markdown
Contributor

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

Commits

@dependabotdependabotBot 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 (@dependabot) rebase

@dependabot
dependabotBotforce-pushed the dependabot/go_modules/github.com/hectane/go-acl-1.0.0 branch from 895bbcd to f40cbfbCompareJuly 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).

CopilotAI 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.

FileDescription
go.modUpdates required module versions (including go-acl and indirect x/sys).
go.sumUpdates checksums for the bumped go-acl module version.

Comment threadgo.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.

@madhanrm

Copy link
Copy Markdown
Collaborator

Dependabot (@dependabot) rebase

@dependabot@github

dependabotBot commented on behalf of githubAug 12, 2026

Copy link
Copy Markdown
ContributorAuthor

Looks like this PR has been edited by someone other than Dependabot. That means Dependabot can't rebase it - sorry!

If you're happy for Dependabot to recreate it from scratch, overwriting any edits, you can request @dependabot recreate.

@madhanrm

Copy link
Copy Markdown
Collaborator

Dependabot (@dependabot) rebase

@dependabot@github

dependabotBot commented on behalf of githubAug 12, 2026

Copy link
Copy Markdown
ContributorAuthor

Looks like this PR has been edited by someone other than Dependabot. That means Dependabot can't rebase it - sorry!

If you're happy for Dependabot to recreate it from scratch, overwriting any edits, you can request @dependabot recreate.

@madhanrm

Copy link
Copy Markdown
Collaborator

Dependabot (@dependabot) rebase

@dependabot@github

dependabotBot commented on behalf of githubAug 12, 2026

Copy link
Copy Markdown
ContributorAuthor

Looks like this PR has been edited by someone other than Dependabot. That means Dependabot can't rebase it - sorry!

If you're happy for Dependabot to recreate it from scratch, overwriting any edits, you can request @dependabot recreate.

@madhanrm

Copy link
Copy Markdown
Collaborator

Dependabot (@dependabot) recreate

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
dependabotBotforce-pushed the dependabot/go_modules/github.com/hectane/go-acl-1.0.0 branch from 176a000 to 144a1ceCompareAugust 12, 2026 08:31
Sign up for freeto join this conversation on GitHub. Already have an account? Sign in to comment

Labels

dependenciesPull requests that update a dependency filegoPull requests that update go code

Projects

None yet

Development

Successfully merging this pull request may close these issues.

4 participants

@madhanrm@raghavendra-nataraj@Eshaan-Lumba