chore: fix critical dependabot issues by updating crypto

This commit is contained in:
David Allen 2025-02-06 13:06:37 -07:00 committed by David J. Allen
parent 1fc366eee2
commit a270d68e4b
Signed by: towk
GPG key ID: 793B2924A49B3A3F
2 changed files with 22 additions and 0 deletions

5
go.mod
View file

@ -52,8 +52,13 @@ require (
github.com/subosito/gotenv v1.6.0 // indirect
go.uber.org/atomic v1.9.0 // indirect
go.uber.org/multierr v1.9.0 // indirect
<<<<<<< HEAD
golang.org/x/crypto v0.31.0 // indirect
golang.org/x/sys v0.28.0 // indirect
=======
golang.org/x/crypto v0.32.0 // indirect
golang.org/x/sys v0.29.0 // indirect
>>>>>>> 3b85dd3 (chore: fix critical dependabot issues by updating crypto)
golang.org/x/text v0.21.0 // indirect
gopkg.in/check.v1 v1.0.0-20201130134442-10cb98267c6c // indirect
gopkg.in/ini.v1 v1.67.0 // indirect