We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1dd4bb8 commit 10e5768Copy full SHA for 10e5768
go.mod
@@ -12,7 +12,7 @@ require (
12
github.com/segmentio/encoding v0.3.6
13
github.com/sipcapture/golua v0.0.0-20200610090950-538d24098d76
14
github.com/stretchr/testify v1.9.0
15
- golang.org/x/net v0.23.0
+ golang.org/x/net v0.36.0
16
)
17
18
require (
@@ -29,7 +29,7 @@ require (
29
github.com/prometheus/common v0.44.0 // indirect
30
github.com/prometheus/procfs v0.11.1 // indirect
31
github.com/segmentio/asm v1.2.0 // indirect
32
- golang.org/x/sys v0.18.0 // indirect
+ golang.org/x/sys v0.30.0 // indirect
33
google.golang.org/protobuf v1.31.0 // indirect
34
gopkg.in/yaml.v3 v3.0.1 // indirect
35
0 commit comments