refactor: migrate from github.com/aquasecurity/jfather to github.com/go-json-experiment/json (#8591)

This commit is contained in:
DmitriyLewen
2025-04-09 18:22:57 +06:00
committed by GitHub
parent 9792611b36
commit 4b84dabd15
15 changed files with 336 additions and 279 deletions

2
go.mod
View File

@@ -48,7 +48,7 @@ require (
github.com/docker/go-units v0.5.0
github.com/fatih/color v1.18.0
github.com/go-git/go-git/v5 v5.14.0
github.com/go-json-experiment/json v0.0.0-20250211171154-1ae217ad3535 // Replace with encoding/json/v2 when proposal is accepted. Track https://github.com/golang/go/issues/71497
github.com/go-json-experiment/json v0.0.0-20250223041408-d3c622f1b874 // Replace with encoding/json/v2 when proposal is accepted. Track https://github.com/golang/go/issues/71497
github.com/go-openapi/runtime v0.28.0 // indirect
github.com/go-openapi/strfmt v0.23.0 // indirect
github.com/go-redis/redis/v8 v8.11.5