Skip to content

Commit 10e5768

Browse files
Bump golang.org/x/net from 0.23.0 to 0.36.0
Bumps [golang.org/x/net](https://github.com/golang/net) from 0.23.0 to 0.36.0. - [Commits](golang/net@v0.23.0...v0.36.0) --- updated-dependencies: - dependency-name: golang.org/x/net dependency-type: direct:production ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent 1dd4bb8 commit 10e5768

File tree

2 files changed

+6
-500
lines changed

2 files changed

+6
-500
lines changed

go.mod

+2-2
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ require (
1212
github.com/segmentio/encoding v0.3.6
1313
github.com/sipcapture/golua v0.0.0-20200610090950-538d24098d76
1414
github.com/stretchr/testify v1.9.0
15-
golang.org/x/net v0.23.0
15+
golang.org/x/net v0.36.0
1616
)
1717

1818
require (
@@ -29,7 +29,7 @@ require (
2929
github.com/prometheus/common v0.44.0 // indirect
3030
github.com/prometheus/procfs v0.11.1 // indirect
3131
github.com/segmentio/asm v1.2.0 // indirect
32-
golang.org/x/sys v0.18.0 // indirect
32+
golang.org/x/sys v0.30.0 // indirect
3333
google.golang.org/protobuf v1.31.0 // indirect
3434
gopkg.in/yaml.v3 v3.0.1 // indirect
3535
)

0 commit comments

Comments
 (0)