This commit is contained in:
2024-12-18 10:47:18 +08:00
parent 561db9f840
commit 266f9f565b
6 changed files with 65 additions and 2 deletions

1
go.mod
View File

@ -3,6 +3,7 @@ module git.jeffthecoder.xyz/guochao/cache-proxy
go 1.23.3
require (
github.com/getsentry/sentry-go v0.30.0
github.com/pkg/xattr v0.4.10
github.com/sirupsen/logrus v1.9.3
github.com/spf13/cobra v1.8.1