File tree Expand file tree Collapse file tree 4 files changed +32
-564
lines changed Expand file tree Collapse file tree 4 files changed +32
-564
lines changed Original file line number Diff line number Diff line change @@ -4,8 +4,10 @@ updates:
4
4
directory : " /"
5
5
schedule :
6
6
interval : " daily"
7
+ target-branch : " development"
7
8
8
9
- package-ecosystem : " github-actions"
9
10
directory : " /"
10
11
schedule :
11
12
interval : " daily"
13
+ target-branch : " development"
Original file line number Diff line number Diff line change @@ -5,15 +5,15 @@ go 1.16
5
5
require (
6
6
github.com/fatih/color v1.13.0
7
7
github.com/go-sql-driver/mysql v1.6.0
8
- github.com/gobuffalo/attrs v1.0.1
8
+ github.com/gobuffalo/attrs v1.0.2
9
9
github.com/gobuffalo/envy v1.10.1
10
- github.com/gobuffalo/fizz v1.14.0
10
+ github.com/gobuffalo/fizz v1.14.2
11
11
github.com/gobuffalo/flect v0.2.5
12
- github.com/gobuffalo/genny/v2 v2.0.9
12
+ github.com/gobuffalo/genny/v2 v2.0.11
13
13
github.com/gobuffalo/logger v1.0.6
14
14
github.com/gobuffalo/nulls v0.4.1
15
- github.com/gobuffalo/plush/v4 v4.1.12
16
- github.com/gobuffalo/validate/v3 v3.3.1
15
+ github.com/gobuffalo/plush/v4 v4.1.13
16
+ github.com/gobuffalo/validate/v3 v3.3.2
17
17
github.com/gofrs/uuid v4.2.0+incompatible
18
18
github.com/jackc/pgconn v1.12.1
19
19
github.com/jackc/pgx/v4 v4.16.1
You can’t perform that action at this time.
0 commit comments