Skip to content

Commit def3644

Browse files
Bump golang.org/x/sys in /webserver-operator
Bumps [golang.org/x/sys](https://github.com/golang/sys) from 0.0.0-20220209214540-3681064d5158 to 0.1.0. - [Release notes](https://github.com/golang/sys/releases) - [Commits](https://github.com/golang/sys/commits/v0.1.0) --- updated-dependencies: - dependency-name: golang.org/x/sys dependency-type: indirect ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent 63c7954 commit def3644

File tree

2 files changed

+5
-4
lines changed

2 files changed

+5
-4
lines changed

webserver-operator/go.mod

+3-3
Original file line numberDiff line numberDiff line change
@@ -3,8 +3,10 @@ module github.com/bigwhite/webserver-operator
33
go 1.18
44

55
require (
6+
github.com/go-logr/logr v1.2.0
67
github.com/onsi/ginkgo v1.16.5
78
github.com/onsi/gomega v1.18.1
9+
k8s.io/api v0.24.2
810
k8s.io/apimachinery v0.24.2
911
k8s.io/client-go v0.24.2
1012
sigs.k8s.io/controller-runtime v0.12.2
@@ -27,7 +29,6 @@ require (
2729
github.com/evanphx/json-patch v4.12.0+incompatible // indirect
2830
github.com/form3tech-oss/jwt-go v3.2.3+incompatible // indirect
2931
github.com/fsnotify/fsnotify v1.5.1 // indirect
30-
github.com/go-logr/logr v1.2.0 // indirect
3132
github.com/go-logr/zapr v1.2.0 // indirect
3233
github.com/go-openapi/jsonpointer v0.19.5 // indirect
3334
github.com/go-openapi/jsonreference v0.19.5 // indirect
@@ -60,7 +61,7 @@ require (
6061
golang.org/x/crypto v0.0.0-20220214200702-86341886e292 // indirect
6162
golang.org/x/net v0.0.0-20220127200216-cd36cc0744dd // indirect
6263
golang.org/x/oauth2 v0.0.0-20211104180415-d3ed0bb246c8 // indirect
63-
golang.org/x/sys v0.0.0-20220209214540-3681064d5158 // indirect
64+
golang.org/x/sys v0.1.0 // indirect
6465
golang.org/x/term v0.0.0-20210927222741-03fcf44c2211 // indirect
6566
golang.org/x/text v0.3.7 // indirect
6667
golang.org/x/time v0.0.0-20220210224613-90d013bbcef8 // indirect
@@ -71,7 +72,6 @@ require (
7172
gopkg.in/tomb.v1 v1.0.0-20141024135613-dd632973f1e7 // indirect
7273
gopkg.in/yaml.v2 v2.4.0 // indirect
7374
gopkg.in/yaml.v3 v3.0.0-20210107192922-496545a6307b // indirect
74-
k8s.io/api v0.24.2 // indirect
7575
k8s.io/apiextensions-apiserver v0.24.2 // indirect
7676
k8s.io/component-base v0.24.2 // indirect
7777
k8s.io/klog/v2 v2.60.1 // indirect

webserver-operator/go.sum

+2-1
Original file line numberDiff line numberDiff line change
@@ -699,8 +699,9 @@ golang.org/x/sys v0.0.0-20210831042530-f4d43177bf5e/go.mod h1:oPkhp1MJrh7nUepCBc
699699
golang.org/x/sys v0.0.0-20211019181941-9d821ace8654/go.mod h1:oPkhp1MJrh7nUepCBck5+mAzfO9JrbApNNgaTdGDITg=
700700
golang.org/x/sys v0.0.0-20211216021012-1d35b9e2eb4e/go.mod h1:oPkhp1MJrh7nUepCBck5+mAzfO9JrbApNNgaTdGDITg=
701701
golang.org/x/sys v0.0.0-20220114195835-da31bd327af9/go.mod h1:oPkhp1MJrh7nUepCBck5+mAzfO9JrbApNNgaTdGDITg=
702-
golang.org/x/sys v0.0.0-20220209214540-3681064d5158 h1:rm+CHSpPEEW2IsXUib1ThaHIjuBVZjxNgSKmBLFfD4c=
703702
golang.org/x/sys v0.0.0-20220209214540-3681064d5158/go.mod h1:oPkhp1MJrh7nUepCBck5+mAzfO9JrbApNNgaTdGDITg=
703+
golang.org/x/sys v0.1.0 h1:kunALQeHf1/185U1i0GOB/fy1IPRDDpuoOOqRReG57U=
704+
golang.org/x/sys v0.1.0/go.mod h1:oPkhp1MJrh7nUepCBck5+mAzfO9JrbApNNgaTdGDITg=
704705
golang.org/x/term v0.0.0-20201126162022-7de9c90e9dd1/go.mod h1:bj7SfCRtBDWHUb9snDiAeCFNEtKQo2Wmx5Cou7ajbmo=
705706
golang.org/x/term v0.0.0-20210927222741-03fcf44c2211 h1:JGgROgKl9N8DuW20oFS5gxc+lE67/N3FcwmBPMe7ArY=
706707
golang.org/x/term v0.0.0-20210927222741-03fcf44c2211/go.mod h1:jbD1KX2456YbFQfuXm/mYQcufACuNUgVhRMnK/tPxf8=

0 commit comments

Comments
 (0)