Skip to content

Commit 83b366c

Browse files
Update go updates
Signed-off-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent f8fb076 commit 83b366c

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
@@ -13,10 +13,10 @@ require (
1313
)
1414

1515
require (
16-
github.com/fxamacker/cbor/v2 v2.7.0 // indirect
16+
github.com/fxamacker/cbor/v2 v2.9.0 // indirect
1717
github.com/kr/pretty v0.3.1 // indirect
1818
github.com/x448/float16 v0.8.4 // indirect
19-
golang.org/x/sys v0.30.0 // indirect
20-
golang.org/x/term v0.29.0 // indirect
19+
golang.org/x/sys v0.39.0 // indirect
20+
golang.org/x/term v0.38.0 // indirect
2121
gopkg.in/yaml.v3 v3.0.1 // indirect
2222
)

0 commit comments

Comments
 (0)