mirror of
https://github.com/restic/restic.git
synced 2025-03-09 00:00:02 +01:00
WIP: build(deps): add personal fork of puzpuzpuz/xsync as a dependency
This commit is contained in:
parent
da47967316
commit
47dc871c25
2 changed files with 5 additions and 0 deletions
3
go.mod
3
go.mod
|
@ -24,6 +24,7 @@ require (
|
|||
github.com/pkg/profile v1.7.0
|
||||
github.com/pkg/sftp v1.13.7
|
||||
github.com/pkg/xattr v0.4.10
|
||||
github.com/puzpuzpuz/xsync/v3 v3.4.0
|
||||
github.com/restic/chunker v0.4.0
|
||||
github.com/spf13/cobra v1.8.1
|
||||
github.com/spf13/pflag v1.0.6
|
||||
|
@ -83,3 +84,5 @@ require (
|
|||
google.golang.org/protobuf v1.36.4 // indirect
|
||||
gopkg.in/yaml.v3 v3.0.1 // indirect
|
||||
)
|
||||
|
||||
replace github.com/puzpuzpuz/xsync/v3 => github.com/intelfx/xsync/v3 v3.5.1-0.20250127082852-044f32c1f889
|
||||
|
|
2
go.sum
2
go.sum
|
@ -134,6 +134,8 @@ github.com/hashicorp/golang-lru/v2 v2.0.7/go.mod h1:QeFd9opnmA6QUJc5vARoKUSoFhyf
|
|||
github.com/ianlancetaylor/demangle v0.0.0-20210905161508-09a460cdf81d/go.mod h1:aYm2/VgdVmcIU8iMfdMvDMsRAQjcfZSKFby6HOFvi/w=
|
||||
github.com/inconshreveable/mousetrap v1.1.0 h1:wN+x4NVGpMsO7ErUn/mUI3vEoE6Jt13X2s0bqwp9tc8=
|
||||
github.com/inconshreveable/mousetrap v1.1.0/go.mod h1:vpF70FUmC8bwa3OWnCshd2FqLfsEA9PFc4w1p2J65bw=
|
||||
github.com/intelfx/xsync/v3 v3.5.1-0.20250127082852-044f32c1f889 h1:ysiXnPMU0xyr4CYc4PSoD5SCLZgrPr7l17lTnvT5hfQ=
|
||||
github.com/intelfx/xsync/v3 v3.5.1-0.20250127082852-044f32c1f889/go.mod h1:VjzYrABPabuM4KyBh1Ftq6u8nhwY5tBPKP9jpmh0nnA=
|
||||
github.com/keybase/go-keychain v0.0.0-20231219164618-57a3676c3af6 h1:IsMZxCuZqKuao2vNdfD82fjjgPLfyHLpR41Z88viRWs=
|
||||
github.com/keybase/go-keychain v0.0.0-20231219164618-57a3676c3af6/go.mod h1:3VeWNIJaW+O5xpRQbPp0Ybqu1vJd/pm7s2F473HRrkw=
|
||||
github.com/klauspost/compress v1.17.11 h1:In6xLpyWOi1+C7tXUUWv2ot1QvBjxevKAaI6IXrJmUc=
|
||||
|
|
Loading…
Add table
Reference in a new issue