|
1 | 1 | module github.com/fairwindsops/rbac-manager |
2 | 2 |
|
3 | | -go 1.20 |
| 3 | +go 1.22.0 |
| 4 | + |
| 5 | +toolchain go1.22.4 |
4 | 6 |
|
5 | 7 | require ( |
6 | | - github.com/prometheus/client_golang v1.17.0 |
| 8 | + github.com/prometheus/client_golang v1.19.1 |
7 | 9 | github.com/sirupsen/logrus v1.9.3 |
8 | | - github.com/stretchr/testify v1.8.4 |
9 | | - k8s.io/api v0.28.4 |
10 | | - k8s.io/apimachinery v0.28.4 |
11 | | - k8s.io/client-go v0.28.4 |
| 10 | + github.com/stretchr/testify v1.9.0 |
| 11 | + k8s.io/api v0.30.2 |
| 12 | + k8s.io/apimachinery v0.30.2 |
| 13 | + k8s.io/client-go v0.30.2 |
12 | 14 | k8s.io/klog v1.0.0 |
13 | | - sigs.k8s.io/controller-runtime v0.16.3 |
| 15 | + sigs.k8s.io/controller-runtime v0.18.4 |
14 | 16 | ) |
15 | 17 |
|
16 | 18 | require ( |
17 | 19 | github.com/beorn7/perks v1.0.1 // indirect |
18 | | - github.com/cespare/xxhash/v2 v2.2.0 // indirect |
| 20 | + github.com/cespare/xxhash/v2 v2.3.0 // indirect |
19 | 21 | github.com/davecgh/go-spew v1.1.1 // indirect |
20 | | - github.com/emicklei/go-restful/v3 v3.11.0 // indirect |
| 22 | + github.com/emicklei/go-restful/v3 v3.12.1 // indirect |
21 | 23 | github.com/evanphx/json-patch v5.7.0+incompatible // indirect |
22 | | - github.com/evanphx/json-patch/v5 v5.7.0 // indirect |
23 | | - github.com/fsnotify/fsnotify v1.6.0 // indirect |
24 | | - github.com/go-logr/logr v1.2.4 // indirect |
25 | | - github.com/go-openapi/jsonpointer v0.20.0 // indirect |
26 | | - github.com/go-openapi/jsonreference v0.20.2 // indirect |
27 | | - github.com/go-openapi/swag v0.22.4 // indirect |
| 24 | + github.com/evanphx/json-patch/v5 v5.9.0 // indirect |
| 25 | + github.com/fsnotify/fsnotify v1.7.0 // indirect |
| 26 | + github.com/go-logr/logr v1.4.2 // indirect |
| 27 | + github.com/go-openapi/jsonpointer v0.21.0 // indirect |
| 28 | + github.com/go-openapi/jsonreference v0.21.0 // indirect |
| 29 | + github.com/go-openapi/swag v0.23.0 // indirect |
28 | 30 | github.com/gogo/protobuf v1.3.2 // indirect |
29 | 31 | github.com/golang/groupcache v0.0.0-20210331224755-41bb18bfe9da // indirect |
30 | | - github.com/golang/protobuf v1.5.3 // indirect |
31 | | - github.com/google/gnostic v0.7.0 // indirect |
| 32 | + github.com/golang/protobuf v1.5.4 // indirect |
32 | 33 | github.com/google/gnostic-models v0.6.9-0.20230804172637-c7be7c783f49 // indirect |
33 | | - github.com/google/go-cmp v0.5.9 // indirect |
| 34 | + github.com/google/go-cmp v0.6.0 // indirect |
34 | 35 | github.com/google/gofuzz v1.2.0 // indirect |
35 | | - github.com/google/uuid v1.3.1 // indirect |
| 36 | + github.com/google/uuid v1.6.0 // indirect |
36 | 37 | github.com/imdario/mergo v0.3.16 // indirect |
37 | 38 | github.com/josharian/intern v1.0.0 // indirect |
38 | 39 | github.com/json-iterator/go v1.1.12 // indirect |
39 | 40 | github.com/mailru/easyjson v0.7.7 // indirect |
40 | | - github.com/matttproud/golang_protobuf_extensions v1.0.4 // indirect |
41 | 41 | github.com/modern-go/concurrent v0.0.0-20180306012644-bacd9c7ef1dd // indirect |
42 | 42 | github.com/modern-go/reflect2 v1.0.2 // indirect |
43 | 43 | github.com/munnerz/goautoneg v0.0.0-20191010083416-a7dc8b61c822 // indirect |
44 | 44 | github.com/pkg/errors v0.9.1 // indirect |
45 | 45 | github.com/pmezard/go-difflib v1.0.0 // indirect |
46 | | - github.com/prometheus/client_model v0.5.0 // indirect |
47 | | - github.com/prometheus/common v0.44.0 // indirect |
48 | | - github.com/prometheus/procfs v0.12.0 // indirect |
| 46 | + github.com/prometheus/client_model v0.6.1 // indirect |
| 47 | + github.com/prometheus/common v0.55.0 // indirect |
| 48 | + github.com/prometheus/procfs v0.15.1 // indirect |
49 | 49 | github.com/spf13/pflag v1.0.5 // indirect |
50 | | - golang.org/x/exp v0.0.0-20231006140011-7918f672742d // indirect |
51 | | - golang.org/x/net v0.17.0 // indirect |
52 | | - golang.org/x/oauth2 v0.13.0 // indirect |
53 | | - golang.org/x/sys v0.13.0 // indirect |
54 | | - golang.org/x/term v0.13.0 // indirect |
55 | | - golang.org/x/text v0.13.0 // indirect |
56 | | - golang.org/x/time v0.3.0 // indirect |
| 50 | + golang.org/x/exp v0.0.0-20240613232115-7f521ea00fb8 // indirect |
| 51 | + golang.org/x/net v0.26.0 // indirect |
| 52 | + golang.org/x/oauth2 v0.21.0 // indirect |
| 53 | + golang.org/x/sys v0.21.0 // indirect |
| 54 | + golang.org/x/term v0.21.0 // indirect |
| 55 | + golang.org/x/text v0.16.0 // indirect |
| 56 | + golang.org/x/time v0.5.0 // indirect |
57 | 57 | gomodules.xyz/jsonpatch/v2 v2.4.0 // indirect |
58 | | - google.golang.org/appengine v1.6.8 // indirect |
59 | | - google.golang.org/protobuf v1.31.0 // indirect |
| 58 | + google.golang.org/protobuf v1.34.2 // indirect |
60 | 59 | gopkg.in/inf.v0 v0.9.1 // indirect |
61 | 60 | gopkg.in/yaml.v2 v2.4.0 // indirect |
62 | 61 | gopkg.in/yaml.v3 v3.0.1 // indirect |
63 | | - k8s.io/apiextensions-apiserver v0.28.3 // indirect |
64 | | - k8s.io/component-base v0.28.3 // indirect |
65 | | - k8s.io/klog/v2 v2.100.1 // indirect |
66 | | - k8s.io/kube-openapi v0.0.0-20231009201959-f62364c3c354 // indirect |
67 | | - k8s.io/utils v0.0.0-20230726121419-3b25d923346b // indirect |
| 62 | + k8s.io/klog/v2 v2.130.1 // indirect |
| 63 | + k8s.io/kube-openapi v0.0.0-20240620174524-b456828f718b // indirect |
| 64 | + k8s.io/utils v0.0.0-20240502163921-fe8a2dddb1d0 // indirect |
68 | 65 | sigs.k8s.io/json v0.0.0-20221116044647-bc3834ca7abd // indirect |
69 | | - sigs.k8s.io/structured-merge-diff/v4 v4.3.0 // indirect |
70 | | - sigs.k8s.io/yaml v1.3.0 // indirect |
| 66 | + sigs.k8s.io/structured-merge-diff/v4 v4.4.1 // indirect |
| 67 | + sigs.k8s.io/yaml v1.4.0 // indirect |
71 | 68 | ) |
0 commit comments