Update dependencies across the board, fix all go.sum/go.mod files

This commit is contained in:
Juan Calderon-Perez
2023-08-23 00:30:10 -04:00
parent 9ca7b53525
commit 41ad317a6d
32 changed files with 386 additions and 939 deletions

View File

@@ -4,7 +4,7 @@ go 1.19
require (
github.com/jackc/pgx/v5 v5.4.3
github.com/stretchr/testify v1.8.1
github.com/stretchr/testify v1.8.4
)
require (
@@ -15,8 +15,8 @@ require (
github.com/kr/text v0.2.0 // indirect
github.com/pmezard/go-difflib v1.0.0 // indirect
github.com/rogpeppe/go-internal v1.11.0 // indirect
golang.org/x/crypto v0.9.0 // indirect
golang.org/x/sync v0.1.0 // indirect
golang.org/x/text v0.9.0 // indirect
golang.org/x/crypto v0.12.0 // indirect
golang.org/x/sync v0.3.0 // indirect
golang.org/x/text v0.12.0 // indirect
gopkg.in/yaml.v3 v3.0.1 // indirect
)