|
1 | 1 | module go.xrstf.de/protokol |
2 | 2 |
|
3 | | -go 1.22.0 |
| 3 | +go 1.23.0 |
4 | 4 |
|
5 | | -toolchain go1.22.3 |
| 5 | +toolchain go1.23.3 |
6 | 6 |
|
7 | 7 | require ( |
8 | 8 | github.com/goware/prefixer v0.0.0-20160118172347-395022866408 |
9 | 9 | github.com/sirupsen/logrus v1.9.3 |
10 | 10 | github.com/spf13/pflag v1.0.5 |
11 | | - k8s.io/api v0.30.1 |
12 | | - k8s.io/apimachinery v0.30.1 |
13 | | - k8s.io/client-go v0.30.1 |
| 11 | + k8s.io/api v0.32.0 |
| 12 | + k8s.io/apimachinery v0.32.0 |
| 13 | + k8s.io/client-go v0.32.0 |
14 | 14 | sigs.k8s.io/yaml v1.4.0 |
15 | 15 | ) |
16 | 16 |
|
17 | 17 | require ( |
18 | | - github.com/davecgh/go-spew v1.1.1 // indirect |
19 | | - github.com/emicklei/go-restful/v3 v3.11.0 // indirect |
20 | | - github.com/go-logr/logr v1.4.1 // indirect |
21 | | - github.com/go-openapi/jsonpointer v0.20.0 // indirect |
22 | | - github.com/go-openapi/jsonreference v0.20.2 // indirect |
23 | | - github.com/go-openapi/swag v0.22.4 // indirect |
| 18 | + github.com/davecgh/go-spew v1.1.2-0.20180830191138-d8f796af33cc // indirect |
| 19 | + github.com/emicklei/go-restful/v3 v3.12.1 // indirect |
| 20 | + github.com/fxamacker/cbor/v2 v2.7.0 // indirect |
| 21 | + github.com/go-logr/logr v1.4.2 // indirect |
| 22 | + github.com/go-openapi/jsonpointer v0.21.0 // indirect |
| 23 | + github.com/go-openapi/jsonreference v0.21.0 // indirect |
| 24 | + github.com/go-openapi/swag v0.23.0 // indirect |
24 | 25 | github.com/gogo/protobuf v1.3.2 // indirect |
25 | 26 | github.com/golang/protobuf v1.5.4 // indirect |
26 | | - github.com/google/gnostic-models v0.6.8 // indirect |
| 27 | + github.com/google/gnostic-models v0.6.9 // indirect |
27 | 28 | github.com/google/go-cmp v0.6.0 // indirect |
28 | 29 | github.com/google/gofuzz v1.2.0 // indirect |
29 | | - github.com/google/uuid v1.3.0 // indirect |
30 | | - github.com/imdario/mergo v0.3.16 // indirect |
| 30 | + github.com/google/uuid v1.6.0 // indirect |
31 | 31 | github.com/josharian/intern v1.0.0 // indirect |
32 | 32 | github.com/json-iterator/go v1.1.12 // indirect |
33 | 33 | github.com/mailru/easyjson v0.7.7 // indirect |
34 | 34 | github.com/modern-go/concurrent v0.0.0-20180306012644-bacd9c7ef1dd // indirect |
35 | 35 | github.com/modern-go/reflect2 v1.0.2 // indirect |
36 | 36 | github.com/munnerz/goautoneg v0.0.0-20191010083416-a7dc8b61c822 // indirect |
37 | | - golang.org/x/net v0.23.0 // indirect |
38 | | - golang.org/x/oauth2 v0.11.0 // indirect |
39 | | - golang.org/x/sys v0.18.0 // indirect |
40 | | - golang.org/x/term v0.18.0 // indirect |
41 | | - golang.org/x/text v0.14.0 // indirect |
42 | | - golang.org/x/time v0.3.0 // indirect |
43 | | - google.golang.org/appengine v1.6.7 // indirect |
44 | | - google.golang.org/protobuf v1.33.0 // indirect |
| 37 | + github.com/pkg/errors v0.9.1 // indirect |
| 38 | + github.com/x448/float16 v0.8.4 // indirect |
| 39 | + golang.org/x/net v0.32.0 // indirect |
| 40 | + golang.org/x/oauth2 v0.24.0 // indirect |
| 41 | + golang.org/x/sys v0.28.0 // indirect |
| 42 | + golang.org/x/term v0.27.0 // indirect |
| 43 | + golang.org/x/text v0.21.0 // indirect |
| 44 | + golang.org/x/time v0.8.0 // indirect |
| 45 | + google.golang.org/protobuf v1.35.2 // indirect |
| 46 | + gopkg.in/evanphx/json-patch.v4 v4.12.0 // indirect |
45 | 47 | gopkg.in/inf.v0 v0.9.1 // indirect |
46 | | - gopkg.in/yaml.v2 v2.4.0 // indirect |
47 | 48 | gopkg.in/yaml.v3 v3.0.1 // indirect |
48 | | - k8s.io/klog/v2 v2.120.1 // indirect |
49 | | - k8s.io/kube-openapi v0.0.0-20240228011516-70dd3763d340 // indirect |
50 | | - k8s.io/utils v0.0.0-20230726121419-3b25d923346b // indirect |
51 | | - sigs.k8s.io/json v0.0.0-20221116044647-bc3834ca7abd // indirect |
52 | | - sigs.k8s.io/structured-merge-diff/v4 v4.4.1 // indirect |
| 49 | + k8s.io/klog/v2 v2.130.1 // indirect |
| 50 | + k8s.io/kube-openapi v0.0.0-20241212222426-2c72e554b1e7 // indirect |
| 51 | + k8s.io/utils v0.0.0-20241210054802-24370beab758 // indirect |
| 52 | + sigs.k8s.io/json v0.0.0-20241014173422-cfa47c3a1cc8 // indirect |
| 53 | + sigs.k8s.io/structured-merge-diff/v4 v4.5.0 // indirect |
53 | 54 | ) |
0 commit comments