Chore: go tidy

This commit is contained in:
kayos@tcp.direct 2023-05-02 22:23:11 -07:00
parent b2113f7be5
commit 6a77f2d7eb
Signed by: kayos
GPG Key ID: 4B841471B4BEE979
2 changed files with 0 additions and 3 deletions

1
go.mod
View File

@ -3,7 +3,6 @@ module git.tcp.direct/kayos/common
go 1.19
require (
github.com/pkg/errors v0.9.1
golang.org/x/crypto v0.8.0
nullprogram.com/x/rng v1.1.0
)

2
go.sum
View File

@ -1,5 +1,3 @@
github.com/pkg/errors v0.9.1 h1:FEBLx1zS214owpjy7qsBeixbURkuhQAwrK5UwLGTwt4=
github.com/pkg/errors v0.9.1/go.mod h1:bwawxfHBFNV+L2hUp1rHADufV3IMtnDRdf1r5NINEl0=
golang.org/x/crypto v0.8.0 h1:pd9TJtTueMTVQXzk8E2XESSMQDj/U7OUu0PqJqPXQjQ=
golang.org/x/crypto v0.8.0/go.mod h1:mRqEX+O9/h5TFCrQhkgjo2yKi0yYA+9ecGkdQoHrywE=
golang.org/x/sys v0.7.0 h1:3jlCCIQZPdOYu1h8BkNvLz8Kgwtae2cagcG/VamtZRU=