Skip to content

Commit f869dde

Browse files
committed
chore: updated dependencies
1 parent 0a1b061 commit f869dde

File tree

3 files changed

+8
-8
lines changed

3 files changed

+8
-8
lines changed

.pre-commit-config.yaml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
default_stages: [commit]
22
repos:
33
- repo: https://github.com/alessandrojcm/commitlint-pre-commit-hook
4-
rev: "v9.10.0"
4+
rev: "v9.11.0"
55
hooks:
66
- id: commitlint
77
stages: [commit-msg]
@@ -14,16 +14,16 @@ repos:
1414
- id: check-yaml
1515
- id: check-added-large-files
1616
- repo: https://github.com/pre-commit/mirrors-prettier
17-
rev: "v4.0.0-alpha.4"
17+
rev: "v4.0.0-alpha.8"
1818
hooks:
1919
- id: prettier
2020
exclude: "go.mod"
2121
- repo: https://github.com/golangci/golangci-lint
22-
rev: "v1.55.2"
22+
rev: "v1.56.2"
2323
hooks:
2424
- id: golangci-lint
2525
args: ["--timeout", "3m0s"]
2626
- repo: https://github.com/segmentio/golines
27-
rev: "v0.11.0"
27+
rev: "v0.12.2"
2828
hooks:
2929
- id: golines

go.mod

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,10 @@
11
module github.com/Goldziher/fabricator
22

3-
go 1.21
3+
go 1.22
44

55
require github.com/stretchr/testify v1.7.1
66

7-
require github.com/go-faker/faker/v4 v4.2.0
7+
require github.com/go-faker/faker/v4 v4.3.0
88

99
require golang.org/x/text v0.14.0 // indirect
1010

go.sum

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
github.com/davecgh/go-spew v1.1.0 h1:ZDRjVQ15GmhC3fiQ8ni8+OwkZQO4DARzQgrnXU1Liz8=
22
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=
55
github.com/pmezard/go-difflib v1.0.0 h1:4DBwDE0NGyQoBHbLQYPwSUPoCMWR5BEzIk/f1lZbAQM=
66
github.com/pmezard/go-difflib v1.0.0/go.mod h1:iKH77koFhYxTK1pcRnkKkqfTogsbg7gZNVY4sRDYZ/4=
77
github.com/stretchr/objx v0.1.0/go.mod h1:HFkY916IF+rwdDfMAkV7OtwuqBVzrE8GR6GFx+wExME=

0 commit comments

Comments
 (0)