File tree Expand file tree Collapse file tree 2 files changed +6
-6
lines changed Expand file tree Collapse file tree 2 files changed +6
-6
lines changed Original file line number Diff line number Diff line change @@ -5,10 +5,10 @@ go 1.20
55require (
66 github.com/fxamacker/cbor/v2 v2.5.0
77 github.com/jinzhu/copier v0.4.0
8- golang.org/x/crypto v0.15 .0
8+ golang.org/x/crypto v0.16 .0
99)
1010
1111require (
1212 github.com/x448/float16 v0.8.4 // indirect
13- golang.org/x/sys v0.14 .0 // indirect
13+ golang.org/x/sys v0.15 .0 // indirect
1414)
Original file line number Diff line number Diff line change @@ -4,7 +4,7 @@ github.com/jinzhu/copier v0.4.0 h1:w3ciUoD19shMCRargcpm0cm91ytaBhDvuRpz1ODO/U8=
44github.com/jinzhu/copier v0.4.0 /go.mod h1:DfbEm0FYsaqBcKcFuvmOZb218JkPGtvSHsKg8S8hyyg =
55github.com/x448/float16 v0.8.4 h1:qLwI1I70+NjRFUR3zs1JPUCgaCXSh3SW62uAKT1mSBM =
66github.com/x448/float16 v0.8.4 /go.mod h1:14CWIYCyZA/cWjXOioeEpHeN/83MdbZDRQHoFcYsOfg =
7- golang.org/x/crypto v0.15 .0 h1:frVn1TEaCEaZcn3Tmd7Y2b5KKPaZ+I32Q2OA3kYp5TA =
8- golang.org/x/crypto v0.15 .0 /go.mod h1:4ChreQoLWfG3xLDer1WdlH5NdlQ3+mwnQq1YTKY+72g =
9- golang.org/x/sys v0.14 .0 h1:Vz7Qs629MkJkGyHxUlRHizWJRG2j8fbQKjELVSNhy7Q =
10- golang.org/x/sys v0.14 .0 /go.mod h1:/VUhepiaJMQUp4+oa/7Zr1D23ma6VTLIYjOOTFZPUcA =
7+ golang.org/x/crypto v0.16 .0 h1:mMMrFzRSCF0GvB7Ne27XVtVAaXLrPmgPC7/v0tkwHaY =
8+ golang.org/x/crypto v0.16 .0 /go.mod h1:gCAAfMLgwOJRpTjQ2zCCt2OcSfYMTeZVSRtQlPC7Nq4 =
9+ golang.org/x/sys v0.15 .0 h1:h48lPFYpsTvQJZF4EKyI4aLHaev3CxivZmv7yZig9pc =
10+ golang.org/x/sys v0.15 .0 /go.mod h1:/VUhepiaJMQUp4+oa/7Zr1D23ma6VTLIYjOOTFZPUcA =
You can’t perform that action at this time.
0 commit comments