@@ -4,29 +4,29 @@ go 1.23.2
44
55require (
66 github.com/acarl005/stripansi v0.0.0-20180116102854-5a71ef0e047d
7- github.com/alitto/pond/v2 v2.3.2
8- github.com/argoproj/argo-cd/v2 v2.14.3
7+ github.com/alitto/pond/v2 v2.5.0
8+ github.com/argoproj/argo-cd/v2 v2.14.17
99 github.com/flowchartsman/swaggerui v0.0.0-20221017034628-909ed4f3701b
10- github.com/go-chi/chi/v5 v5.2.1
11- github.com/go-chi/cors v1.2.1
10+ github.com/go-chi/chi/v5 v5.2.3
11+ github.com/go-chi/cors v1.2.2
1212 github.com/go-chi/httplog/v2 v2.1.1
13- github.com/gofiber/fiber/v2 v2.52.6
13+ github.com/gofiber/fiber/v2 v2.52.9
1414 github.com/google/uuid v1.6.0
15- github.com/hellofresh/health-go/v5 v5.5.3
16- github.com/jedib0t/go-pretty/v6 v6.6.7
15+ github.com/hellofresh/health-go/v5 v5.5.5
16+ github.com/jedib0t/go-pretty/v6 v6.6.8
1717 github.com/joho/godotenv v1.5.1
1818 github.com/knadh/koanf/parsers/yaml v0.1.0
19- github.com/knadh/koanf/providers/env v1.0 .0
20- github.com/knadh/koanf/providers/file v1.1.2
19+ github.com/knadh/koanf/providers/env v1.1 .0
20+ github.com/knadh/koanf/providers/file v1.2.0
2121 github.com/knadh/koanf/providers/structs v0.1.0
22- github.com/knadh/koanf/v2 v2.1.2
23- github.com/prometheus/client_golang v1.22.0
24- github.com/spf13/cobra v1.9 .1
25- github.com/spf13/pflag v1.0.6
26- github.com/spf13/viper v1.20.1
27- github.com/stretchr/testify v1.10.0
22+ github.com/knadh/koanf/v2 v2.3.0
23+ github.com/prometheus/client_golang v1.23.2
24+ github.com/spf13/cobra v1.10 .1
25+ github.com/spf13/pflag v1.0.10
26+ github.com/spf13/viper v1.21.0
27+ github.com/stretchr/testify v1.11.1
2828 github.com/yarlson/chiprom v0.1.0
29- sigs.k8s.io/yaml v1.4 .0
29+ sigs.k8s.io/yaml v1.6 .0
3030)
3131
3232require (
0 commit comments