Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

updated module dependencies and sync with the main branch #738

Merged
merged 10 commits into from Jul 9, 2022
2 changes: 2 additions & 0 deletions .github/dependabot.yml
Expand Up @@ -4,8 +4,10 @@ updates:
directory: "/"
schedule:
interval: "daily"
target-branch: "development"

- package-ecosystem: "github-actions"
directory: "/"
schedule:
interval: "daily"
target-branch: "development"
10 changes: 5 additions & 5 deletions go.mod
Expand Up @@ -5,15 +5,15 @@ go 1.16
require (
github.com/fatih/color v1.13.0
github.com/go-sql-driver/mysql v1.6.0
github.com/gobuffalo/attrs v1.0.1
github.com/gobuffalo/attrs v1.0.2
github.com/gobuffalo/envy v1.10.1
github.com/gobuffalo/fizz v1.14.0
github.com/gobuffalo/fizz v1.14.2
github.com/gobuffalo/flect v0.2.5
github.com/gobuffalo/genny/v2 v2.0.9
github.com/gobuffalo/genny/v2 v2.0.11
github.com/gobuffalo/logger v1.0.6
github.com/gobuffalo/nulls v0.4.1
github.com/gobuffalo/plush/v4 v4.1.12
github.com/gobuffalo/validate/v3 v3.3.1
github.com/gobuffalo/plush/v4 v4.1.13
github.com/gobuffalo/validate/v3 v3.3.2
github.com/gofrs/uuid v4.2.0+incompatible
github.com/jackc/pgconn v1.12.1
github.com/jackc/pgx/v4 v4.16.1
Expand Down