We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f8fb076 commit f053293Copy full SHA for f053293
go.mod
@@ -13,10 +13,10 @@ require (
13
)
14
15
require (
16
- github.com/fxamacker/cbor/v2 v2.7.0 // indirect
+ github.com/fxamacker/cbor/v2 v2.9.0 // indirect
17
github.com/kr/pretty v0.3.1 // indirect
18
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
+ golang.org/x/sys v0.36.0 // indirect
+ golang.org/x/term v0.35.0 // indirect
21
gopkg.in/yaml.v3 v3.0.1 // indirect
22
0 commit comments