Skip to content

Commit 11daa77

Browse files
committed
chore(deps): upgrade nhooyr.io/websocket dependency (argoproj#15000)
Upgrade from 1.8.6 to 1.8.7 due to high security issue Was solved in dependency with coder/websocket#291 Signed-off-by: jmeridth <[email protected]>
1 parent fe526dd commit 11daa77

File tree

2 files changed

+6
-4
lines changed

2 files changed

+6
-4
lines changed

go.mod

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -115,6 +115,7 @@ require (
115115
github.com/pkg/browser v0.0.0-20210911075715-681adbf594b8 // indirect
116116
gopkg.in/retry.v1 v1.0.3 // indirect
117117
k8s.io/klog v1.0.0 // indirect
118+
nhooyr.io/websocket v1.8.7 // indirect
118119
)
119120

120121
require (
@@ -261,7 +262,6 @@ require (
261262
k8s.io/gengo v0.0.0-20211129171323-c02415ce4185 // indirect
262263
k8s.io/kube-aggregator v0.24.2 // indirect
263264
k8s.io/kubernetes v1.24.2 // indirect
264-
nhooyr.io/websocket v1.8.6 // indirect
265265
sigs.k8s.io/json v0.0.0-20220525155127-227cbc7cc124 // indirect
266266
sigs.k8s.io/kustomize/api v0.11.5 // indirect
267267
sigs.k8s.io/kustomize/kyaml v0.13.7 // indirect

go.sum

Lines changed: 5 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1963,10 +1963,12 @@ modernc.org/golex v1.0.0/go.mod h1:b/QX9oBD/LhixY6NDh+IdGv17hgB+51fET1i2kPSmvk=
19631963
modernc.org/mathutil v1.0.0/go.mod h1:wU0vUrJsVWBZ4P6e7xtFJEhFSNsfRLJ8H458uRjg03k=
19641964
modernc.org/strutil v1.0.0/go.mod h1:lstksw84oURvj9y3tn8lGvRxyRC1S2+g5uuIzNfIOBs=
19651965
modernc.org/xc v1.0.0/go.mod h1:mRNCo0bvLjGhHO9WsyuKVU4q0ceiDDDoEeWDJHrNx8I=
1966-
nhooyr.io/websocket v1.8.6 h1:s+C3xAMLwGmlI31Nyn/eAehUlZPwfYZu2JXM621Q5/k=
1966+
modernc.org/z v1.5.1/go.mod h1:eWFB510QWW5Th9YGZT81s+LwvaAs3Q2yr4sP0rmLkv8=
19671967
nhooyr.io/websocket v1.8.6/go.mod h1:B70DZP8IakI65RVQ51MsWP/8jndNma26DVA/nFSCgW0=
1968-
oras.land/oras-go/v2 v2.2.0 h1:E1fqITD56Eg5neZbxBtAdZVgDHD6wBabJo6xESTcQyo=
1969-
oras.land/oras-go/v2 v2.2.0/go.mod h1:pXjn0+KfarspMHHNR3A56j3tgvr+mxArHuI8qVn59v8=
1968+
nhooyr.io/websocket v1.8.7 h1:usjR2uOr/zjjkVMy0lW+PPohFok7PCow5sDjLgX4P4g=
1969+
nhooyr.io/websocket v1.8.7/go.mod h1:B70DZP8IakI65RVQ51MsWP/8jndNma26DVA/nFSCgW0=
1970+
oras.land/oras-go/v2 v2.2.1 h1:3VJTYqy5KfelEF9c2jo1MLSpr+TM3mX8K42wzZcd6qE=
1971+
oras.land/oras-go/v2 v2.2.1/go.mod h1:GeAwLuC4G/JpNwkd+bSZ6SkDMGaaYglt6YK2WvZP7uQ=
19701972
rsc.io/binaryregexp v0.2.0/go.mod h1:qTv7/COck+e2FymRvadv62gMdZztPaShugOCi3I+8D8=
19711973
rsc.io/pdf v0.1.1/go.mod h1:n8OzWcQ6Sp37PL01nO98y4iUCRdTGarVfzxY20ICaU4=
19721974
rsc.io/quote/v3 v3.1.0/go.mod h1:yEA65RcK8LyAZtP9Kv3t0HmxON59tX3rD+tICJqUlj0=

0 commit comments

Comments
 (0)