|
1 | 1 | module github.com/metal-stack/duros-controller |
2 | 2 |
|
3 | | -go 1.24.0 |
4 | | - |
5 | | -toolchain go1.24.4 |
| 3 | +go 1.25 |
6 | 4 |
|
7 | 5 | require ( |
8 | 6 | github.com/go-logr/logr v1.4.3 |
9 | | - github.com/golang-jwt/jwt/v5 v5.2.2 |
| 7 | + github.com/golang-jwt/jwt/v5 v5.3.0 |
10 | 8 | github.com/kubernetes-csi/external-snapshotter/client/v6 v6.3.0 |
11 | | - github.com/metal-stack/duros-go v0.5.5 |
| 9 | + github.com/metal-stack/duros-go v0.5.6 |
12 | 10 | github.com/metal-stack/v v1.0.3 |
13 | | - google.golang.org/grpc v1.73.0 |
| 11 | + google.golang.org/grpc v1.75.0 |
14 | 12 | k8s.io/api v0.33.2 |
15 | 13 | k8s.io/apimachinery v0.33.2 |
16 | 14 | k8s.io/client-go v0.33.2 |
@@ -39,31 +37,31 @@ require ( |
39 | 37 | github.com/grpc-ecosystem/grpc-gateway v1.16.0 // indirect |
40 | 38 | github.com/josharian/intern v1.0.0 // indirect |
41 | 39 | github.com/json-iterator/go v1.1.12 // indirect |
42 | | - github.com/mailru/easyjson v0.9.0 // indirect |
| 40 | + github.com/mailru/easyjson v0.9.1 // indirect |
43 | 41 | github.com/modern-go/concurrent v0.0.0-20180306012644-bacd9c7ef1dd // indirect |
44 | 42 | github.com/modern-go/reflect2 v1.0.2 // indirect |
45 | 43 | github.com/munnerz/goautoneg v0.0.0-20191010083416-a7dc8b61c822 // indirect |
46 | | - github.com/onsi/ginkgo/v2 v2.23.4 // indirect |
47 | | - github.com/onsi/gomega v1.37.0 // indirect |
| 44 | + github.com/onsi/ginkgo/v2 v2.25.3 // indirect |
| 45 | + github.com/onsi/gomega v1.38.2 // indirect |
48 | 46 | github.com/pkg/errors v0.9.1 // indirect |
49 | | - github.com/prometheus/client_golang v1.22.0 // indirect |
| 47 | + github.com/prometheus/client_golang v1.23.2 // indirect |
50 | 48 | github.com/prometheus/client_model v0.6.2 // indirect |
51 | | - github.com/prometheus/common v0.64.0 // indirect |
52 | | - github.com/prometheus/procfs v0.16.1 // indirect |
53 | | - github.com/spf13/pflag v1.0.6 // indirect |
| 49 | + github.com/prometheus/common v0.66.1 // indirect |
| 50 | + github.com/prometheus/procfs v0.17.0 // indirect |
| 51 | + github.com/spf13/pflag v1.0.10 // indirect |
54 | 52 | github.com/x448/float16 v0.8.4 // indirect |
55 | | - golang.org/x/net v0.41.0 // indirect |
56 | | - golang.org/x/oauth2 v0.30.0 // indirect |
57 | | - golang.org/x/sync v0.15.0 // indirect |
58 | | - golang.org/x/sys v0.33.0 // indirect |
59 | | - golang.org/x/term v0.32.0 // indirect |
60 | | - golang.org/x/text v0.26.0 // indirect |
61 | | - golang.org/x/time v0.12.0 // indirect |
62 | | - golang.org/x/tools v0.34.0 // indirect |
| 53 | + go.yaml.in/yaml/v2 v2.4.2 // indirect |
| 54 | + golang.org/x/net v0.44.0 // indirect |
| 55 | + golang.org/x/oauth2 v0.31.0 // indirect |
| 56 | + golang.org/x/sync v0.17.0 // indirect |
| 57 | + golang.org/x/sys v0.36.0 // indirect |
| 58 | + golang.org/x/term v0.35.0 // indirect |
| 59 | + golang.org/x/text v0.29.0 // indirect |
| 60 | + golang.org/x/time v0.13.0 // indirect |
63 | 61 | gomodules.xyz/jsonpatch/v2 v2.5.0 // indirect |
64 | | - google.golang.org/genproto/googleapis/api v0.0.0-20250603155806-513f23925822 // indirect |
65 | | - google.golang.org/genproto/googleapis/rpc v0.0.0-20250603155806-513f23925822 // indirect |
66 | | - google.golang.org/protobuf v1.36.6 // indirect |
| 62 | + google.golang.org/genproto/googleapis/api v0.0.0-20250826171959-ef028d996bc1 // indirect |
| 63 | + google.golang.org/genproto/googleapis/rpc v0.0.0-20250826171959-ef028d996bc1 // indirect |
| 64 | + google.golang.org/protobuf v1.36.8 // indirect |
67 | 65 | gopkg.in/evanphx/json-patch.v4 v4.12.0 // indirect |
68 | 66 | gopkg.in/inf.v0 v0.9.1 // indirect |
69 | 67 | gopkg.in/yaml.v3 v3.0.1 // indirect |
|
0 commit comments