2
0

go.mod: run go mod tidy; removes golang.org/x/sys

I'm not sure exactly what commit removed the usage of this module,
but it seems worth simplifying the dependencies.
This commit is contained in:
Evan Jones
2023-07-14 13:15:33 -04:00
committed by Jack Christensen
parent c513e2e435
commit 6703484a0d
2 changed files with 0 additions and 3 deletions
-1
View File
@@ -8,7 +8,6 @@ require (
github.com/jackc/puddle/v2 v2.2.1
github.com/stretchr/testify v1.8.1
golang.org/x/crypto v0.9.0
golang.org/x/sys v0.8.0
golang.org/x/text v0.9.0
)