Skip to content

Commit

Permalink
⬆️ Update dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
dumindu committed Jan 20, 2024
1 parent 3dd6682 commit 8d1738b
Show file tree
Hide file tree
Showing 2 changed files with 204 additions and 119 deletions.
38 changes: 22 additions & 16 deletions go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -3,29 +3,35 @@ module myapp
go 1.21

require (
github.com/DATA-DOG/go-sqlmock v1.5.0
github.com/go-chi/chi/v5 v5.0.8
github.com/go-playground/validator/v10 v10.11.2
github.com/google/uuid v1.3.0
github.com/jackc/pgx/v5 v5.3.0
github.com/DATA-DOG/go-sqlmock v1.5.2
github.com/go-chi/chi/v5 v5.0.11
github.com/go-playground/validator/v10 v10.17.0
github.com/google/uuid v1.5.0
github.com/jackc/pgx/v5 v5.5.2
github.com/joeshaw/envdecode v0.0.0-20200121155833-099f1fc765bd
github.com/pressly/goose/v3 v3.9.0
github.com/rs/zerolog v1.29.0
gorm.io/driver/postgres v1.4.7
gorm.io/gorm v1.24.5
github.com/pressly/goose/v3 v3.17.0
github.com/rs/zerolog v1.31.0
gorm.io/driver/postgres v1.5.4
gorm.io/gorm v1.25.5
)

require (
github.com/gabriel-vasile/mimetype v1.4.3 // indirect
github.com/go-playground/locales v0.14.1 // indirect
github.com/go-playground/universal-translator v0.18.1 // indirect
github.com/jackc/pgpassfile v1.0.0 // indirect
github.com/jackc/pgservicefile v0.0.0-20221227161230-091c0ba34f0a // indirect
github.com/jackc/pgservicefile v0.0.0-20231201235250-de7065d80cb9 // indirect
github.com/jackc/puddle/v2 v2.2.1 // indirect
github.com/jinzhu/inflection v1.0.0 // indirect
github.com/jinzhu/now v1.1.5 // indirect
github.com/leodido/go-urn v1.2.1 // indirect
github.com/mattn/go-colorable v0.1.12 // indirect
github.com/mattn/go-isatty v0.0.17 // indirect
golang.org/x/crypto v0.6.0 // indirect
golang.org/x/sys v0.5.0 // indirect
golang.org/x/text v0.7.0 // indirect
github.com/leodido/go-urn v1.2.4 // indirect
github.com/mattn/go-colorable v0.1.13 // indirect
github.com/mattn/go-isatty v0.0.20 // indirect
github.com/sethvargo/go-retry v0.2.4 // indirect
go.uber.org/multierr v1.11.0 // indirect
golang.org/x/crypto v0.18.0 // indirect
golang.org/x/net v0.20.0 // indirect
golang.org/x/sync v0.6.0 // indirect
golang.org/x/sys v0.16.0 // indirect
golang.org/x/text v0.14.0 // indirect
)
Loading

0 comments on commit 8d1738b

Please sign in to comment.