Skip to content

Commit

Permalink
Update deps for stress (#7)
Browse files Browse the repository at this point in the history
  • Loading branch information
MicahParks authored Sep 10, 2023
1 parent 3df8475 commit 42d9594
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 205 deletions.
11 changes: 2 additions & 9 deletions cmd/stress/go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ module github.com/MicahParks/magiclinksdev/cmd/stress
go 1.21.1

require (
github.com/MicahParks/magiclinksdev v0.3.0
github.com/MicahParks/magiclinksdev v0.4.1
golang.org/x/sync v0.3.0
)

Expand All @@ -14,20 +14,13 @@ require (
github.com/MicahParks/recaptcha v0.0.5 // indirect
github.com/golang-jwt/jwt/v4 v4.5.0 // indirect
github.com/google/uuid v1.3.1 // indirect
github.com/jackc/chunkreader/v2 v2.0.1 // indirect
github.com/jackc/pgconn v1.14.1 // indirect
github.com/jackc/pgio v1.0.0 // indirect
github.com/jackc/pgpassfile v1.0.0 // indirect
github.com/jackc/pgproto3/v2 v2.3.2 // indirect
github.com/jackc/pgservicefile v0.0.0-20221227161230-091c0ba34f0a // indirect
github.com/jackc/pgtype v1.14.0 // indirect
github.com/jackc/pgx/v4 v4.18.1 // indirect
github.com/jackc/pgx/v5 v5.4.3 // indirect
github.com/tidwall/gjson v1.16.0 // indirect
github.com/tidwall/match v1.1.1 // indirect
github.com/tidwall/pretty v1.2.1 // indirect
github.com/tidwall/sjson v1.2.5 // indirect
go.uber.org/multierr v1.11.0 // indirect
go.uber.org/zap v1.25.0 // indirect
golang.org/x/crypto v0.13.0 // indirect
golang.org/x/text v0.13.0 // indirect
golang.org/x/time v0.3.0 // indirect
Expand Down
Loading

0 comments on commit 42d9594

Please sign in to comment.