更新依赖项

This commit is contained in:
dragon
2025-08-18 16:02:54 +08:00
parent 420311cbb5
commit a385414e3f
2 changed files with 11 additions and 3 deletions

6
go.mod
View File

@@ -11,7 +11,7 @@ require (
github.com/pbnjay/memory v0.0.0-20210728143218-7b4eea64cf58
github.com/pkg/errors v0.9.1
github.com/stretchr/testify v1.10.0
github.com/valkey-io/valkey-go v1.0.63
github.com/valkey-io/valkey-go v1.0.64
go.uber.org/zap v1.27.0
gopkg.in/yaml.v3 v3.0.1
)
@@ -24,6 +24,6 @@ require (
github.com/hashicorp/go-version v1.7.0 // indirect
github.com/pmezard/go-difflib v1.0.0 // indirect
go.uber.org/multierr v1.11.0 // indirect
golang.org/x/crypto v0.40.0 // indirect
golang.org/x/sys v0.34.0 // indirect
golang.org/x/crypto v0.41.0 // indirect
golang.org/x/sys v0.35.0 // indirect
)