go.mod: add golang.org/x/sys

This commit is contained in:
powellnorma 2025-01-01 16:16:23 +01:00
parent 524cb6221d
commit 33e8fe86c2
1 changed files with 1 additions and 0 deletions

1
go.mod
View File

@ -6,4 +6,5 @@ require (
github.com/kr/fs v0.1.0
github.com/stretchr/testify v1.8.0
golang.org/x/crypto v0.31.0
golang.org/x/sys v0.28.0 // indirect
)