Chore: tidy

This commit is contained in:
kayos@tcp.direct 2023-03-23 00:46:12 -07:00
parent c167129c6d
commit 57e49566da
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/davecgh/go-spew v1.1.1
github.com/pkg/errors v0.9.1
golang.org/x/crypto v0.7.0
nullprogram.com/x/rng v1.1.0

2
go.sum
View File

@ -1,5 +1,3 @@
github.com/davecgh/go-spew v1.1.1 h1:vj9j/u1bqnvCEfJOwUhtlOARqs3+rkHYY13jYWTU97c=
github.com/davecgh/go-spew v1.1.1/go.mod h1:J7Y8YcW2NihsgmVo/mv3lAwl/skON4iLHjSsI+c5H38=
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.7.0 h1:AvwMYaRytfdeVt3u6mLaxYtErKYjxA2OXjJ1HHq6t3A=