Bump github.com/puzpuzpuz/xsync/v3 from 3.4.0 to 3.5.0 b483b25b parent 792d8501

Bumps [github.com/puzpuzpuz/xsync/v3](https://github.com/puzpuzpuz/xsync) from 3.4.0 to 3.5.0. - [Release notes](https://github.com/puzpuzpuz/xsync/releases) - [Commits](https://github.com/puzpuzpuz/xsync/compare/v3.4.0...v3.5.0) --- updated-dependencies: - dependency-name: github.com/puzpuzpuz/xsync/v3 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com>

authored by dependabot[bot] committed by GitHub

1
# If you prefer the allow list template instead of the deny list, see community template:
2
# https://github.com/github/gitignore/blob/main/community/Golang/Go.AllowList.gitignore
3
#
4
# Binaries for programs and plugins
5
*.exe
6
*.exe~
7
*.dll
8
*.so
9
*.dylib
10
11
# Test binary, built with `go test -c`
12
*.test
13
14
# Output of the go coverage tool, specifically when used with LiteIDE
15
*.out
16
17
# Dependency directories (remove the comment below to include it)
18
# vendor/
19
20
# Go workspace file
21
go.work
22
go.work.sum
23
24
# env file
25
.env
26
27
# Local scratch space for tests
28
.local
29