Skip to content

Commit 76b92fd

Browse files
authored
Update dependencies (#43)
* Update github.com/goccy/go-yaml to `v1.11.0` * Update github.com/spf13/cobra to `v1.7.0` * Update github.com/stretchr/testify to `v1.8.1` * Update go.uber.org/zap to `v1.24.0` * Update golang.org/x/tools to `v0.8.0` * Update k8s.io/apimachinery to `v0.27.1` * Update sigs.k8s.io/controller-tools to `v0.11.4`
1 parent aaa8bc8 commit 76b92fd

File tree

2 files changed

+85
-893
lines changed

2 files changed

+85
-893
lines changed

go.mod

Lines changed: 26 additions & 26 deletions
Original file line numberDiff line numberDiff line change
@@ -4,31 +4,31 @@ go 1.19
44

55
require (
66
github.com/Masterminds/sprig v2.22.0+incompatible
7-
github.com/goccy/go-yaml v1.9.5
8-
github.com/spf13/cobra v1.5.0
9-
github.com/stretchr/testify v1.8.0
10-
go.uber.org/zap v1.21.0
11-
golang.org/x/tools v0.1.11
12-
k8s.io/apimachinery v0.24.2
13-
sigs.k8s.io/controller-tools v0.9.2
7+
github.com/goccy/go-yaml v1.11.0
8+
github.com/spf13/cobra v1.7.0
9+
github.com/stretchr/testify v1.8.1
10+
go.uber.org/zap v1.24.0
11+
golang.org/x/tools v0.8.0
12+
k8s.io/apimachinery v0.27.1
13+
sigs.k8s.io/controller-tools v0.11.4
1414
)
1515

1616
require (
1717
github.com/Masterminds/goutils v1.1.1 // indirect
1818
github.com/Masterminds/semver v1.5.0 // indirect
1919
github.com/davecgh/go-spew v1.1.1 // indirect
20-
github.com/fatih/color v1.12.0 // indirect
21-
github.com/go-logr/logr v1.2.0 // indirect
22-
github.com/gobuffalo/flect v0.2.5 // indirect
20+
github.com/fatih/color v1.13.0 // indirect
21+
github.com/go-logr/logr v1.2.3 // indirect
22+
github.com/gobuffalo/flect v0.3.0 // indirect
2323
github.com/gogo/protobuf v1.3.2 // indirect
2424
github.com/google/gofuzz v1.1.0 // indirect
25-
github.com/google/uuid v1.1.2 // indirect
26-
github.com/huandu/xstrings v1.3.2 // indirect
27-
github.com/imdario/mergo v0.3.5 // indirect
28-
github.com/inconshreveable/mousetrap v1.0.0 // indirect
25+
github.com/google/uuid v1.3.0 // indirect
26+
github.com/huandu/xstrings v1.3.3 // indirect
27+
github.com/imdario/mergo v0.3.11 // indirect
28+
github.com/inconshreveable/mousetrap v1.1.0 // indirect
2929
github.com/json-iterator/go v1.1.12 // indirect
30-
github.com/mattn/go-colorable v0.1.8 // indirect
31-
github.com/mattn/go-isatty v0.0.12 // indirect
30+
github.com/mattn/go-colorable v0.1.9 // indirect
31+
github.com/mattn/go-isatty v0.0.14 // indirect
3232
github.com/mitchellh/copystructure v1.2.0 // indirect
3333
github.com/mitchellh/reflectwalk v1.0.2 // indirect
3434
github.com/modern-go/concurrent v0.0.0-20180306012644-bacd9c7ef1dd // indirect
@@ -37,18 +37,18 @@ require (
3737
github.com/spf13/pflag v1.0.5 // indirect
3838
go.uber.org/atomic v1.7.0 // indirect
3939
go.uber.org/multierr v1.6.0 // indirect
40-
golang.org/x/crypto v0.0.0-20220214200702-86341886e292 // indirect
41-
golang.org/x/mod v0.6.0-dev.0.20220419223038-86c51ed26bb4 // indirect
42-
golang.org/x/net v0.0.0-20220127200216-cd36cc0744dd // indirect
43-
golang.org/x/sys v0.0.0-20220209214540-3681064d5158 // indirect
44-
golang.org/x/text v0.3.7 // indirect
40+
golang.org/x/crypto v0.7.0 // indirect
41+
golang.org/x/mod v0.10.0 // indirect
42+
golang.org/x/net v0.9.0 // indirect
43+
golang.org/x/sys v0.7.0 // indirect
44+
golang.org/x/text v0.9.0 // indirect
4545
golang.org/x/xerrors v0.0.0-20200804184101-5ec99f83aff1 // indirect
4646
gopkg.in/inf.v0 v0.9.1 // indirect
4747
gopkg.in/yaml.v2 v2.4.0 // indirect
4848
gopkg.in/yaml.v3 v3.0.1 // indirect
49-
k8s.io/apiextensions-apiserver v0.24.0 // indirect
50-
k8s.io/klog/v2 v2.60.1 // indirect
51-
k8s.io/utils v0.0.0-20220210201930-3a6ce19ff2f9 // indirect
52-
sigs.k8s.io/json v0.0.0-20211208200746-9f7c6b3444d2 // indirect
53-
sigs.k8s.io/structured-merge-diff/v4 v4.2.1 // indirect
49+
k8s.io/apiextensions-apiserver v0.26.1 // indirect
50+
k8s.io/klog/v2 v2.90.1 // indirect
51+
k8s.io/utils v0.0.0-20230209194617-a36077c30491 // indirect
52+
sigs.k8s.io/json v0.0.0-20221116044647-bc3834ca7abd // indirect
53+
sigs.k8s.io/structured-merge-diff/v4 v4.2.3 // indirect
5454
)

0 commit comments

Comments
 (0)