Update module golang.org/x/net to v0.48.0

This commit is contained in:
renovate[bot]
2025-12-08 22:33:20 +00:00
committed by GitHub
parent eda46dcce9
commit e71136906a
2 changed files with 12 additions and 4 deletions

8
go.mod
View File

@@ -13,7 +13,7 @@ require (
github.com/spf13/afero v1.14.0
github.com/spf13/cobra v1.10.1
github.com/stretchr/testify v1.11.1
golang.org/x/net v0.46.0
golang.org/x/net v0.48.0
)
require (
@@ -29,8 +29,8 @@ require (
github.com/rivo/uniseg v0.4.7 // indirect
github.com/rogpeppe/go-internal v1.14.1 // indirect
github.com/spf13/pflag v1.0.10 // indirect
golang.org/x/sys v0.37.0 // indirect
golang.org/x/term v0.36.0 // indirect
golang.org/x/text v0.30.0 // indirect
golang.org/x/sys v0.39.0 // indirect
golang.org/x/term v0.38.0 // indirect
golang.org/x/text v0.32.0 // indirect
gopkg.in/yaml.v3 v3.0.1 // indirect
)