security: update golang.org/x dependencies

- golang.org/x/crypto v0.1.0 => v0.47.0
- golang.org/x/net v0.1.0 => v0.49.0
- golang.org/x/sys v0.5.0 => v0.40.0
- golang.org/x/text v0.7.0 => v0.33.0

Addresses multiple security advisories in x/crypto and x/net
since October 2022. All tests pass including race detector.
This commit is contained in:
Houmgaor
2026-02-02 17:46:54 +01:00
parent f138cb5f77
commit 4f655cc041
2 changed files with 11 additions and 11 deletions

6
go.mod
View File

@@ -10,9 +10,9 @@ require (
github.com/lib/pq v1.10.4
github.com/spf13/viper v1.8.1
go.uber.org/zap v1.18.1
golang.org/x/crypto v0.1.0
golang.org/x/crypto v0.47.0
golang.org/x/exp v0.0.0-20221028150844-83b7d23a625f
golang.org/x/text v0.7.0
golang.org/x/text v0.33.0
gopkg.in/natefinch/lumberjack.v2 v2.2.1
)
@@ -31,7 +31,7 @@ require (
github.com/subosito/gotenv v1.2.0 // indirect
go.uber.org/atomic v1.9.0 // indirect
go.uber.org/multierr v1.7.0 // indirect
golang.org/x/sys v0.5.0 // indirect
golang.org/x/sys v0.40.0 // indirect
gopkg.in/ini.v1 v1.62.0 // indirect
gopkg.in/yaml.v2 v2.4.0 // indirect
)