@@ -5,46 +5,56 @@ go 1.17
5
5
require (
6
6
github.com/AlekSi/pointer v1.2.0
7
7
github.com/evanphx/json-patch v5.6.0+incompatible
8
- github.com/go-logr/logr v0.4 .0
8
+ github.com/go-logr/logr v1.2 .0
9
9
github.com/spf13/pflag v1.0.5
10
10
github.com/stretchr/testify v1.7.0
11
- github.com/talos-systems/crypto v0.3.4
12
- github.com/talos-systems/talos/pkg/machinery v0.14 .0
13
- golang.org/x/sys v0.0.0-20211124211545-fe61309f8881
11
+ github.com/talos-systems/crypto v0.3.5
12
+ github.com/talos-systems/talos/pkg/machinery v1.0 .0
13
+ golang.org/x/sys v0.0.0-20220209214540-3681064d5158
14
14
gopkg.in/yaml.v2 v2.4.0
15
15
inet.af/netaddr v0.0.0-20211027220019-c74959edd3b6
16
- k8s.io/api v0.22.2
17
- k8s.io/apiextensions-apiserver v0.22.2
18
- k8s.io/apimachinery v0.22.2
19
- k8s.io/client-go v0.22.2
20
- sigs.k8s.io/cluster-api v1.0.4
21
- sigs.k8s.io/controller-runtime v0.10.3
16
+ k8s.io/api v0.23.0
17
+ k8s.io/apiextensions-apiserver v0.23.0
18
+ k8s.io/apimachinery v0.23.0
19
+ k8s.io/client-go v0.23.0
20
+ sigs.k8s.io/cluster-api v1.1.3
21
+ sigs.k8s.io/controller-runtime v0.11.1
22
22
)
23
23
24
24
require (
25
- github.com/BurntSushi/toml v0.4.1 // indirect
26
25
github.com/MakeNowJust/heredoc v1.0.0 // indirect
26
+ github.com/Masterminds/goutils v1.1.1 // indirect
27
+ github.com/Masterminds/semver/v3 v3.1.1 // indirect
28
+ github.com/Masterminds/sprig/v3 v3.2.2 // indirect
29
+ github.com/PuerkitoBio/purell v1.1.1 // indirect
30
+ github.com/PuerkitoBio/urlesc v0.0.0-20170810143723-de5bf2ad4578 // indirect
31
+ github.com/antlr/antlr4/runtime/Go/antlr v0.0.0-20210826220005-b48c857c3a0e // indirect
27
32
github.com/asaskevich/govalidator v0.0.0-20210307081110-f21760c49a8d // indirect
28
33
github.com/beorn7/perks v1.0.1 // indirect
29
34
github.com/blang/semver v3.5.1+incompatible // indirect
30
35
github.com/cespare/xxhash/v2 v2.1.1 // indirect
31
- github.com/containerd/go-cni v1.1.0 // indirect
36
+ github.com/containerd/go-cni v1.1.3 // indirect
32
37
github.com/containernetworking/cni v1.0.1 // indirect
33
38
github.com/coredns/caddy v1.1.0 // indirect
34
- github.com/coredns/corefile-migration v1.0.13 // indirect
39
+ github.com/coredns/corefile-migration v1.0.14 // indirect
35
40
github.com/cosi-project/runtime v0.0.0-20211216175730-264f8fcd1a4f // indirect
36
41
github.com/davecgh/go-spew v1.1.1 // indirect
37
42
github.com/docker/distribution v2.7.1+incompatible // indirect
38
- github.com/drone/envsubst/v2 v2.0.0-20210615175204-7bf45dbf5372 // indirect
43
+ github.com/drone/envsubst/v2 v2.0.0-20210730161058-179042472c46 // indirect
39
44
github.com/dustin/go-humanize v1.0.0 // indirect
45
+ github.com/evanphx/json-patch/v5 v5.6.0 // indirect
40
46
github.com/fsnotify/fsnotify v1.5.1 // indirect
41
47
github.com/ghodss/yaml v1.0.0 // indirect
42
- github.com/go-logr/zapr v0.4.0 // indirect
43
- github.com/gobuffalo/flect v0.2.3 // indirect
48
+ github.com/go-logr/zapr v1.2.0 // indirect
49
+ github.com/go-openapi/jsonpointer v0.19.5 // indirect
50
+ github.com/go-openapi/jsonreference v0.19.5 // indirect
51
+ github.com/go-openapi/swag v0.19.14 // indirect
52
+ github.com/gobuffalo/flect v0.2.4 // indirect
44
53
github.com/gogo/protobuf v1.3.2 // indirect
45
54
github.com/golang/groupcache v0.0.0-20210331224755-41bb18bfe9da // indirect
46
55
github.com/golang/protobuf v1.5.2 // indirect
47
- github.com/google/go-cmp v0.5.6 // indirect
56
+ github.com/google/cel-go v0.9.0 // indirect
57
+ github.com/google/go-cmp v0.5.7 // indirect
48
58
github.com/google/go-github/v33 v33.0.0 // indirect
49
59
github.com/google/go-querystring v1.0.0 // indirect
50
60
github.com/google/gofuzz v1.2.0 // indirect
@@ -53,67 +63,74 @@ require (
53
63
github.com/hashicorp/errwrap v1.0.0 // indirect
54
64
github.com/hashicorp/go-multierror v1.1.1 // indirect
55
65
github.com/hashicorp/hcl v1.0.0 // indirect
66
+ github.com/huandu/xstrings v1.3.2 // indirect
56
67
github.com/imdario/mergo v0.3.12 // indirect
57
- github.com/josharian/native v0.0.0-20200817173448-b6b71def0850 // indirect
58
- github.com/jsimonetti/rtnetlink v0.0.0-20211203074127-fd9a11f42291 // indirect
59
- github.com/json-iterator/go v1.1.11 // indirect
68
+ github.com/josharian/intern v1.0.0 // indirect
69
+ github.com/josharian/native v1.0.0 // indirect
70
+ github.com/jsimonetti/rtnetlink v1.1.0 // indirect
71
+ github.com/json-iterator/go v1.1.12 // indirect
60
72
github.com/magiconair/properties v1.8.5 // indirect
73
+ github.com/mailru/easyjson v0.7.6 // indirect
61
74
github.com/matttproud/golang_protobuf_extensions v1.0.2-0.20181231171920-c182affec369 // indirect
62
- github.com/mdlayher/ethtool v0.0.0-20211028163843-288d040e9d60 // indirect
63
- github.com/mdlayher/genetlink v1.0.0 // indirect
64
- github.com/mdlayher/netlink v1.4.2 // indirect
65
- github.com/mdlayher/socket v0.0.0-20211102153432-57e3fa563ecb // indirect
75
+ github.com/mdlayher/ethtool v0.0.0-20220213132912-856bd6cb8a38 // indirect
76
+ github.com/mdlayher/genetlink v1.2.0 // indirect
77
+ github.com/mdlayher/netlink v1.6.0 // indirect
78
+ github.com/mdlayher/socket v0.2.1 // indirect
79
+ github.com/mitchellh/copystructure v1.2.0 // indirect
66
80
github.com/mitchellh/mapstructure v1.4.2 // indirect
81
+ github.com/mitchellh/reflectwalk v1.0.2 // indirect
67
82
github.com/modern-go/concurrent v0.0.0-20180306012644-bacd9c7ef1dd // indirect
68
- github.com/modern-go/reflect2 v1.0.1 // indirect
69
- github.com/onsi/gomega v1.16 .0 // indirect
83
+ github.com/modern-go/reflect2 v1.0.2 // indirect
84
+ github.com/onsi/gomega v1.17 .0 // indirect
70
85
github.com/opencontainers/go-digest v1.0.0 // indirect
71
86
github.com/opencontainers/runtime-spec v1.0.3-0.20200929063507-e6143ca7d51d // indirect
72
87
github.com/pelletier/go-toml v1.9.4 // indirect
73
88
github.com/pkg/errors v0.9.1 // indirect
74
89
github.com/pmezard/go-difflib v1.0.0 // indirect
75
90
github.com/prometheus/client_golang v1.11.0 // indirect
76
91
github.com/prometheus/client_model v0.2.0 // indirect
77
- github.com/prometheus/common v0.26 .0 // indirect
92
+ github.com/prometheus/common v0.28 .0 // indirect
78
93
github.com/prometheus/procfs v0.6.0 // indirect
79
94
github.com/ryanuber/go-glob v1.0.0 // indirect
95
+ github.com/shopspring/decimal v1.2.0 // indirect
80
96
github.com/spf13/afero v1.6.0 // indirect
81
97
github.com/spf13/cast v1.4.1 // indirect
82
98
github.com/spf13/jwalterweatherman v1.1.0 // indirect
83
99
github.com/spf13/viper v1.9.0 // indirect
100
+ github.com/stoewer/go-strcase v1.2.0 // indirect
101
+ github.com/stretchr/objx v0.2.0 // indirect
84
102
github.com/subosito/gotenv v1.2.0 // indirect
85
- github.com/talos-systems/go-blockdevice v0.2.5 // indirect
103
+ github.com/talos-systems/go-blockdevice v0.3.1 // indirect
86
104
github.com/talos-systems/go-debug v0.2.1 // indirect
87
- github.com/talos-systems/net v0.3.1 // indirect
105
+ github.com/talos-systems/net v0.3.2 // indirect
106
+ github.com/valyala/fastjson v1.6.3 // indirect
88
107
go.uber.org/atomic v1.7.0 // indirect
89
108
go.uber.org/multierr v1.7.0 // indirect
90
- go.uber.org/zap v1.19.0 // indirect
109
+ go.uber.org/zap v1.19.1 // indirect
91
110
go4.org/intern v0.0.0-20211027215823-ae77deb06f29 // indirect
92
111
go4.org/unsafe/assume-no-moving-gc v0.0.0-20211027215541-db492cf91b37 // indirect
93
112
golang.org/x/crypto v0.0.0-20210817164053-32db794688a5 // indirect
94
- golang.org/x/mod v0.5.1 // indirect
95
- golang.org/x/net v0.0.0-20211201190559-0a0e4e1bb54c // indirect
96
- golang.org/x/oauth2 v0.0.0-20210819190943-2bc19b11175f // indirect
97
- golang.org/x/term v0.0.0-20210220032956-6a3ed077a48d // indirect
98
- golang.org/x/text v0.3.6 // indirect
113
+ golang.org/x/net v0.0.0-20220127200216-cd36cc0744dd // indirect
114
+ golang.org/x/oauth2 v0.0.0-20211104180415-d3ed0bb246c8 // indirect
115
+ golang.org/x/sync v0.0.0-20210220032951-036812b2e83c // indirect
116
+ golang.org/x/term v0.0.0-20210927222741-03fcf44c2211 // indirect
117
+ golang.org/x/text v0.3.7 // indirect
99
118
golang.org/x/time v0.0.0-20210723032227-1f47c861a9ac // indirect
100
- golang.org/x/tools v0.1.7 // indirect
101
- golang.org/x/xerrors v0.0.0-20200804184101-5ec99f83aff1 // indirect
102
119
gomodules.xyz/jsonpatch/v2 v2.2.0 // indirect
103
120
google.golang.org/appengine v1.6.7 // indirect
104
- google.golang.org/genproto v0.0.0-20211203200212-54befc351ae9 // indirect
105
- google.golang.org/grpc v1.42 .0 // indirect
121
+ google.golang.org/genproto v0.0.0-20220228155957-1da8797a5878 // indirect
122
+ google.golang.org/grpc v1.44 .0 // indirect
106
123
google.golang.org/protobuf v1.27.1 // indirect
107
124
gopkg.in/inf.v0 v0.9.1 // indirect
108
125
gopkg.in/ini.v1 v1.63.2 // indirect
109
126
gopkg.in/yaml.v3 v3.0.0-20210107192922-496545a6307b // indirect
110
- honnef.co/go/tools v0.2.2 // indirect
111
- k8s.io/apiserver v0.22.2 // indirect
112
- k8s.io/cluster-bootstrap v0.22.2 // indirect
113
- k8s.io/component-base v0.22.2 // indirect
114
- k8s.io/klog/v2 v2.9.0 // indirect
115
- k8s.io/kube-openapi v0.0.0-20210421082810-95288971da7e // indirect
127
+ k8s.io/apiserver v0.23.0 // indirect
128
+ k8s.io/cluster-bootstrap v0.23.0 // indirect
129
+ k8s.io/component-base v0.23.0 // indirect
130
+ k8s.io/klog/v2 v2.30.0 // indirect
131
+ k8s.io/kube-openapi v0.0.0-20211115234752-e816edb12b65 // indirect
116
132
k8s.io/utils v0.0.0-20210930125809-cb0fa318a74b // indirect
117
- sigs.k8s.io/structured-merge-diff/v4 v4.1.2 // indirect
133
+ sigs.k8s.io/json v0.0.0-20211020170558-c049b76a60c6 // indirect
134
+ sigs.k8s.io/structured-merge-diff/v4 v4.2.0 // indirect
118
135
sigs.k8s.io/yaml v1.3.0 // indirect
119
136
)
0 commit comments