Skip to content

Commit 0a389cd

Browse files
Update go updates
Signed-off-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent 048ed1b commit 0a389cd

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

go.mod

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -10,10 +10,10 @@ require (
1010
)
1111

1212
require (
13-
github.com/fxamacker/cbor/v2 v2.7.0 // indirect
13+
github.com/fxamacker/cbor/v2 v2.9.0 // indirect
1414
github.com/x448/float16 v0.8.4 // indirect
15-
golang.org/x/sys v0.30.0 // indirect
16-
golang.org/x/term v0.29.0 // indirect
15+
golang.org/x/sys v0.38.0 // indirect
16+
golang.org/x/term v0.37.0 // indirect
1717
)
1818

1919
require (

0 commit comments

Comments
 (0)