chore: update dependencies in go.mod to latest versions
cognitive committed
Dec 30, 2025 at 01:54 UTC
dc27a8953ffcfbbc8c4e19842e8e7b0e18add77e
1 file changed
+6
-6
go.mod
+6
-6
@@ -9,10 +9,10 @@ require (
9
github.com/rs/zerolog v1.34.0
10
github.com/stretchr/testify v1.11.1
11
github.com/valyala/bytebufferpool v1.0.0
12
- golang.org/x/crypto v0.44.0
13
- golang.org/x/net v0.47.0
14
- google.golang.org/protobuf v1.36.10
15
- gopkg.eu.org/broccoli v1.2.3
12
+ golang.org/x/crypto v0.46.0
13
+ golang.org/x/net v0.48.0
14
+ google.golang.org/protobuf v1.36.11
15
+ gopkg.eu.org/broccoli v1.2.4
16
)
17
18
require (
@@ -20,7 +20,7 @@ require (
20
github.com/mattn/go-colorable v0.1.14 // indirect
21
github.com/mattn/go-isatty v0.0.20 // indirect
22
github.com/pmezard/go-difflib v1.0.0 // indirect
23
- golang.org/x/sys v0.38.0 // indirect
24
- golang.org/x/text v0.31.0 // indirect
23
+ golang.org/x/sys v0.39.0 // indirect
24
+ golang.org/x/text v0.32.0 // indirect
25
gopkg.in/yaml.v3 v3.0.1 // indirect
26
)