Skip to content

Commit 0253b9b

Browse files
authored
update crypto to patch CVE-2023-48795 (#2740)
1 parent babd43f commit 0253b9b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

go.mod

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -146,7 +146,7 @@ require (
146146
go.opentelemetry.io/otel/trace v1.19.0 // indirect
147147
go.starlark.net v0.0.0-20230525235612-a134d8f9ddca // indirect
148148
go.uber.org/multierr v1.11.0 // indirect
149-
golang.org/x/crypto v0.14.0 // indirect
149+
golang.org/x/crypto v0.17.0 // indirect
150150
golang.org/x/exp v0.0.0-20230315142452-642cacee5cc0 // indirect
151151
golang.org/x/oauth2 v0.13.0 // indirect
152152
golang.org/x/sync v0.4.0 // indirect

0 commit comments

Comments
 (0)