Skip to content

Commit

Permalink
The mediator pattern implementation
Browse files Browse the repository at this point in the history
  • Loading branch information
Ivan Sushkov committed Feb 28, 2024
1 parent 32485fb commit 963ca74
Show file tree
Hide file tree
Showing 6 changed files with 378 additions and 178 deletions.
12 changes: 5 additions & 7 deletions go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -5,25 +5,23 @@ go 1.20
require (
github.com/google/uuid v1.3.0
github.com/hashicorp/go-multierror v1.1.1
github.com/jackc/pgx/v4 v4.17.0
github.com/oklog/ulid/v2 v2.1.0
github.com/pkg/errors v0.8.1
github.com/stretchr/testify v1.8.4
)

require github.com/corpix/uarand v0.0.0-20170723150923-031be390f409 // indirect
require (
github.com/corpix/uarand v0.0.0-20170723150923-031be390f409 // indirect
github.com/kr/text v0.1.0 // indirect
github.com/rogpeppe/go-internal v1.12.0 // indirect
)

require (
github.com/davecgh/go-spew v1.1.1 // indirect
github.com/hashicorp/errwrap v1.0.0 // indirect
github.com/icrowley/fake v0.0.0-20221112152111-d7b7e2276db2
github.com/jackc/chunkreader/v2 v2.0.1 // indirect
github.com/jackc/pgconn v1.13.0 // indirect
github.com/jackc/pgio v1.0.0 // indirect
github.com/jackc/pgpassfile v1.0.0 // indirect
github.com/jackc/pgproto3/v2 v2.3.1 // indirect
github.com/jackc/pgservicefile v0.0.0-20221227161230-091c0ba34f0a // indirect
github.com/jackc/pgtype v1.12.0 // indirect
github.com/jackc/pgx/v5 v5.3.1
github.com/pmezard/go-difflib v1.0.0 // indirect
golang.org/x/crypto v0.6.0 // indirect
Expand Down
Loading

0 comments on commit 963ca74

Please sign in to comment.