@@ -3,24 +3,24 @@ module github.com/webdevops/kube-bootstrap-token-manager
3
3
go 1.19
4
4
5
5
require (
6
- github.com/Azure/azure-sdk-for-go v65 .0.0+incompatible
7
- github.com/Azure/go-autorest/autorest v0.11.27
6
+ github.com/Azure/azure-sdk-for-go v66 .0.0+incompatible
7
+ github.com/Azure/go-autorest/autorest v0.11.28
8
8
github.com/Azure/go-autorest/autorest/azure/auth v0.5.11
9
9
github.com/Azure/go-autorest/autorest/date v0.3.0
10
10
github.com/jessevdk/go-flags v1.5.0
11
- github.com/prometheus/client_golang v1.12.2
12
- github.com/sirupsen/logrus v1.8.1
13
- github.com/webdevops/go-common v0.0.0-20220616112601-a22e7e1a99bb
14
- k8s.io/api v0.24.2
15
- k8s.io/apimachinery v0.24.2
16
- k8s.io/client-go v0.24.2
11
+ github.com/prometheus/client_golang v1.13.0
12
+ github.com/sirupsen/logrus v1.9.0
13
+ github.com/webdevops/go-common v0.0.0-20220914173209-2471ec95feda
14
+ k8s.io/api v0.25.1
15
+ k8s.io/apimachinery v0.25.1
16
+ k8s.io/client-go v0.25.1
17
17
)
18
18
19
19
require (
20
- cloud.google.com/go/compute v1.7 .0 // indirect
20
+ cloud.google.com/go/compute v1.10 .0 // indirect
21
21
github.com/Azure/go-autorest v14.2.0+incompatible // indirect
22
- github.com/Azure/go-autorest/autorest/adal v0.9.20 // indirect
23
- github.com/Azure/go-autorest/autorest/azure/cli v0.4.5 // indirect
22
+ github.com/Azure/go-autorest/autorest/adal v0.9.21 // indirect
23
+ github.com/Azure/go-autorest/autorest/azure/cli v0.4.6 // indirect
24
24
github.com/Azure/go-autorest/autorest/to v0.4.0 // indirect
25
25
github.com/Azure/go-autorest/autorest/validation v0.3.1 // indirect
26
26
github.com/Azure/go-autorest/logger v0.2.1 // indirect
@@ -29,13 +29,13 @@ require (
29
29
github.com/cespare/xxhash/v2 v2.1.2 // indirect
30
30
github.com/davecgh/go-spew v1.1.1 // indirect
31
31
github.com/dimchansky/utfbom v1.1.1 // indirect
32
- github.com/emicklei/go-restful/v3 v3.8 .0 // indirect
32
+ github.com/emicklei/go-restful/v3 v3.9 .0 // indirect
33
33
github.com/go-logr/logr v1.2.3 // indirect
34
34
github.com/go-openapi/jsonpointer v0.19.5 // indirect
35
35
github.com/go-openapi/jsonreference v0.20.0 // indirect
36
- github.com/go-openapi/swag v0.21.1 // indirect
36
+ github.com/go-openapi/swag v0.22.3 // indirect
37
37
github.com/gogo/protobuf v1.3.2 // indirect
38
- github.com/golang-jwt/jwt/v4 v4.4.1 // indirect
38
+ github.com/golang-jwt/jwt/v4 v4.4.2 // indirect
39
39
github.com/golang/protobuf v1.5.2 // indirect
40
40
github.com/google/gnostic v0.6.9 // indirect
41
41
github.com/google/gofuzz v1.2.0 // indirect
@@ -49,25 +49,25 @@ require (
49
49
github.com/modern-go/reflect2 v1.0.2 // indirect
50
50
github.com/munnerz/goautoneg v0.0.0-20191010083416-a7dc8b61c822 // indirect
51
51
github.com/prometheus/client_model v0.2.0 // indirect
52
- github.com/prometheus/common v0.34 .0 // indirect
53
- github.com/prometheus/procfs v0.7.3 // indirect
52
+ github.com/prometheus/common v0.37 .0 // indirect
53
+ github.com/prometheus/procfs v0.8.0 // indirect
54
54
github.com/spf13/pflag v1.0.5 // indirect
55
- golang.org/x/crypto v0.0.0-20220525230936-793ad666bf5e // indirect
56
- golang.org/x/net v0.0.0-20220617184016-355a448f1bc9 // indirect
57
- golang.org/x/oauth2 v0.0.0-20220608161450-d0670ef3b1eb // indirect
58
- golang.org/x/sys v0.0.0-20220615213510-4f61da869c0c // indirect
59
- golang.org/x/term v0.0.0-20220526004731-065cf7ba2467 // indirect
55
+ golang.org/x/crypto v0.0.0-20220829220503-c86fa9a7ed90 // indirect
56
+ golang.org/x/net v0.0.0-20220909164309-bea034e7d591 // indirect
57
+ golang.org/x/oauth2 v0.0.0-20220909003341-f21342109be1 // indirect
58
+ golang.org/x/sys v0.0.0-20220915200043-7b5979e65e41 // indirect
59
+ golang.org/x/term v0.0.0-20220722155259-a9ba230a4035 // indirect
60
60
golang.org/x/text v0.3.7 // indirect
61
- golang.org/x/time v0.0.0-20220609170525-579cf78fd858 // indirect
61
+ golang.org/x/time v0.0.0-20220722155302-e5dcc9cfc0b9 // indirect
62
62
google.golang.org/appengine v1.6.7 // indirect
63
- google.golang.org/protobuf v1.28.0 // indirect
63
+ google.golang.org/protobuf v1.28.1 // indirect
64
64
gopkg.in/inf.v0 v0.9.1 // indirect
65
65
gopkg.in/yaml.v2 v2.4.0 // indirect
66
66
gopkg.in/yaml.v3 v3.0.1 // indirect
67
- k8s.io/klog/v2 v2.60 .1 // indirect
68
- k8s.io/kube-openapi v0.0.0-20220614142933-1062c7ade5f8 // indirect
69
- k8s.io/utils v0.0.0-20220210201930-3a6ce19ff2f9 // indirect
70
- sigs.k8s.io/json v0.0.0-20220525155127-227cbc7cc124 // indirect
71
- sigs.k8s.io/structured-merge-diff/v4 v4.2.1 // indirect
67
+ k8s.io/klog/v2 v2.80 .1 // indirect
68
+ k8s.io/kube-openapi v0.0.0-20220803164354-a70c9af30aea // indirect
69
+ k8s.io/utils v0.0.0-20220823124924-e9cbc92d1a73 // indirect
70
+ sigs.k8s.io/json v0.0.0-20220713155537-f223a00ba0e2 // indirect
71
+ sigs.k8s.io/structured-merge-diff/v4 v4.2.3 // indirect
72
72
sigs.k8s.io/yaml v1.3.0 // indirect
73
73
)
0 commit comments