1
0
mirror of https://github.com/tw93/Mole.git synced 2026-03-22 22:30:08 +00:00

chore(deps): bump golang.org/x/sync from 0.19.0 to 0.20.0 (#555)

Bumps [golang.org/x/sync](https://github.com/golang/sync) from 0.19.0 to 0.20.0.
- [Commits](https://github.com/golang/sync/compare/v0.19.0...v0.20.0)

---
updated-dependencies:
- dependency-name: golang.org/x/sync
  dependency-version: 0.20.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
This commit is contained in:
dependabot[bot]
2026-03-10 15:32:37 +08:00
committed by GitHub
parent 0876e74e86
commit be1c36c20e
2 changed files with 4 additions and 6 deletions

6
go.mod
View File

@@ -1,15 +1,13 @@
module github.com/tw93/mole
go 1.24.2
toolchain go1.24.6
go 1.25.0
require (
github.com/cespare/xxhash/v2 v2.3.0
github.com/charmbracelet/bubbletea v1.3.10
github.com/charmbracelet/lipgloss v1.1.0
github.com/shirou/gopsutil/v4 v4.26.2
golang.org/x/sync v0.19.0
golang.org/x/sync v0.20.0
)
require (