@@ -2,27 +2,27 @@ module github.com/rancher/prometheus-federator
22
33go 1.24.0
44
5- toolchain go1.24.4
5+ toolchain go1.25.1
66
77require (
8- github.com/caarlos0/env/v11 v11.1.0
8+ github.com/caarlos0/env/v11 v11.3.1
99 github.com/google/uuid v1.6.0
1010 github.com/hashicorp/go-multierror v1.1.1
11- github.com/k3s-io/helm-controller v0.16.6
11+ github.com/k3s-io/helm-controller v0.16.13
1212 github.com/kralicky/kmatch v0.0.0-20240603031752-4aaff7842056
1313 github.com/novln/docker-parser v1.0.0
14- github.com/onsi/ginkgo/v2 v2.22.2
15- github.com/onsi/gomega v1.36 .2
14+ github.com/onsi/ginkgo/v2 v2.25.3
15+ github.com/onsi/gomega v1.38 .2
1616 github.com/rancher/lasso v0.0.0-20250109193533-00757eec2dbd
1717 github.com/rancher/wrangler/v3 v3.2.0-rc.2
18- github.com/samber/lo v1.47 .0
18+ github.com/samber/lo v1.51 .0
1919 github.com/sirupsen/logrus v1.9.3
20- github.com/spf13/cobra v1.8 .1
21- github.com/spf13/viper v1.10 .0
22- github.com/stretchr/testify v1.10.0
23- go.uber.org/mock v0.4 .0
24- golang.org/x/mod v0.22 .0
25- golang.org/x/text v0.23 .0
20+ github.com/spf13/cobra v1.10 .1
21+ github.com/spf13/viper v1.21 .0
22+ github.com/stretchr/testify v1.11.1
23+ go.uber.org/mock v0.6 .0
24+ golang.org/x/mod v0.28 .0
25+ golang.org/x/text v0.29 .0
2626 gopkg.in/yaml.v2 v2.4.0
2727 gopkg.in/yaml.v3 v3.0.1
2828 helm.sh/helm/v3 v3.15.3
0 commit comments