File tree Expand file tree Collapse file tree 3 files changed +8
-8
lines changed Expand file tree Collapse file tree 3 files changed +8
-8
lines changed Original file line number Diff line number Diff line change 1
1
default_stages : [commit]
2
2
repos :
3
3
- repo : https://github.com/alessandrojcm/commitlint-pre-commit-hook
4
- rev : " v9.10 .0"
4
+ rev : " v9.11 .0"
5
5
hooks :
6
6
- id : commitlint
7
7
stages : [commit-msg]
@@ -14,16 +14,16 @@ repos:
14
14
- id : check-yaml
15
15
- id : check-added-large-files
16
16
- repo : https://github.com/pre-commit/mirrors-prettier
17
- rev : " v4.0.0-alpha.4 "
17
+ rev : " v4.0.0-alpha.8 "
18
18
hooks :
19
19
- id : prettier
20
20
exclude : " go.mod"
21
21
- repo : https://github.com/golangci/golangci-lint
22
- rev : " v1.55 .2"
22
+ rev : " v1.56 .2"
23
23
hooks :
24
24
- id : golangci-lint
25
25
args : ["--timeout", "3m0s"]
26
26
- repo : https://github.com/segmentio/golines
27
- rev : " v0.11.0 "
27
+ rev : " v0.12.2 "
28
28
hooks :
29
29
- id : golines
Original file line number Diff line number Diff line change 1
1
module github.com/Goldziher/fabricator
2
2
3
- go 1.21
3
+ go 1.22
4
4
5
5
require github.com/stretchr/testify v1.7.1
6
6
7
- require github.com/go-faker/faker/v4 v4.2 .0
7
+ require github.com/go-faker/faker/v4 v4.3 .0
8
8
9
9
require golang.org/x/text v0.14.0 // indirect
10
10
Original file line number Diff line number Diff line change 1
1
github.com/davecgh/go-spew v1.1.0 h1:ZDRjVQ15GmhC3fiQ8ni8+OwkZQO4DARzQgrnXU1Liz8 =
2
2
github.com/davecgh/go-spew v1.1.0 /go.mod h1:J7Y8YcW2NihsgmVo/mv3lAwl/skON4iLHjSsI+c5H38 =
3
- github.com/go-faker/faker/v4 v4.2 .0 h1:dGebOupKwssrODV51E0zbMrv5e2gO9VWSLNC1WDCpWg =
4
- github.com/go-faker/faker/v4 v4.2 .0 /go.mod h1:F/bBy8GH9NxOxMInug5Gx4WYeG6fHJZ8Ol/dhcpRub4 =
3
+ github.com/go-faker/faker/v4 v4.3 .0 h1:UXOW7kn/Mwd0u6MR30JjUKVzguT20EB/hBOddAAO+DY =
4
+ github.com/go-faker/faker/v4 v4.3 .0 /go.mod h1:F/bBy8GH9NxOxMInug5Gx4WYeG6fHJZ8Ol/dhcpRub4 =
5
5
github.com/pmezard/go-difflib v1.0.0 h1:4DBwDE0NGyQoBHbLQYPwSUPoCMWR5BEzIk/f1lZbAQM =
6
6
github.com/pmezard/go-difflib v1.0.0 /go.mod h1:iKH77koFhYxTK1pcRnkKkqfTogsbg7gZNVY4sRDYZ/4 =
7
7
github.com/stretchr/objx v0.1.0 /go.mod h1:HFkY916IF+rwdDfMAkV7OtwuqBVzrE8GR6GFx+wExME =
You can’t perform that action at this time.
0 commit comments