diff --git a/go.mod b/go.mod index 5a44baf..7631611 100644 --- a/go.mod +++ b/go.mod @@ -4,6 +4,6 @@ go 1.25.0 require ( apigo.cc/go/rand v1.0.4 - golang.org/x/crypto v0.50.0 // indirect - golang.org/x/sys v0.43.0 // indirect + golang.org/x/crypto v0.50.0 + golang.org/x/sys v0.43.0 )