Skip to content

chore(deps): bump github.com/daangn/minimemcached from 1.2.0 to 1.2.1 - #4326

Merged
reinkrul merged 2 commits into
masterfrom
dependabot/go_modules/github.com/daangn/minimemcached-1.2.1
Jun 4, 2026
Merged

chore(deps): bump github.com/daangn/minimemcached from 1.2.0 to 1.2.1#4326
reinkrul merged 2 commits into
masterfrom
dependabot/go_modules/github.com/daangn/minimemcached-1.2.1

Conversation

@dependabot

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

Copy link
Copy Markdown
Contributor

Bumps github.com/daangn/minimemcached from 1.2.0 to 1.2.1.

v1.2.1 contains the upstream fix (daangn/minimemcached#13) for the data race / nil-pointer panic between the serve goroutine and Close(). This PR also removes the test workaround that guarded against that panic (the probe loop in storage/session_memcached_test.go that waited for the accept loop to park), since it is no longer needed.

Changes

  • go.mod / go.sum — bump github.com/daangn/minimemcached 1.2.0 → 1.2.1
  • storage/session_memcached_test.go — remove the startup-race workaround

Note

This PR was opened by Dependabot and has since been edited, so Dependabot will no longer keep it up to date.

Assisted by AI

Bumps [github.com/daangn/minimemcached](https://github.com/daangn/minimemcached) from 1.2.0 to 1.2.1.
- [Release notes](https://github.com/daangn/minimemcached/releases)
- [Commits](daangn/minimemcached@v1.2.0...v1.2.1)

---
updated-dependencies:
- dependency-name: github.com/daangn/minimemcached
  dependency-version: 1.2.1
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot Bot added dependencies Pull requests that update a dependency file go Pull requests that update Go code labels Jun 4, 2026
@dependabot dependabot Bot added dependencies Pull requests that update a dependency file go Pull requests that update Go code labels Jun 4, 2026
v1.2.1 includes the upstream fix (daangn/minimemcached#13) for the
nil-pointer panic between the serve goroutine and Close, so the probe
loop that waited for the accept loop to park is no longer needed.

Assisted by AI
@qltysh

qltysh Bot commented Jun 4, 2026

Copy link
Copy Markdown
Contributor

Qlty


Coverage Impact

⬇️ Merging this pull request will decrease total coverage on master by 0.02%.

🚦 See full report on Qlty Cloud »

🛟 Help
  • Diff Coverage: Coverage for added or modified lines of code (excludes deleted files). Learn more.

  • Total Coverage: Coverage for the whole repository, calculated as the sum of all File Coverage. Learn more.

  • File Coverage: Covered Lines divided by Covered Lines plus Missed Lines. (Excludes non-executable lines including blank lines and comments.)

    • Indirect Changes: Changes to File Coverage for files that were not modified in this PR. Learn more.

@reinkrul
reinkrul merged commit 60373d9 into master Jun 4, 2026
12 checks passed
@reinkrul
reinkrul deleted the dependabot/go_modules/github.com/daangn/minimemcached-1.2.1 branch June 4, 2026 17:13
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.

1 participant