File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -11,7 +11,7 @@ Add the following to your `.pre-commit-config.yaml`:
1111``` yaml
1212repos :
1313 - repo : https://github.com/cybozu/pre-commit-jsonnet
14- rev : v0.3.1
14+ rev : v0.3.2
1515 hooks :
1616 - id : jsonnet-fmt
1717 args : ["--test"] # you can specify any options of jsonnetfmt command
Original file line number Diff line number Diff line change 11module github.com/cybozu/pre-commit-jsonnet
22
3- go 1.25.5
3+ go 1.26.1
44
55require golang.org/x/exp v0.0.0-20260312153236-7ab1446f8b90
66
Original file line number Diff line number Diff line change @@ -11,8 +11,6 @@ github.com/sergi/go-diff v1.4.0/go.mod h1:A0bzQcvG0E7Rwjx0REVgAGH58e96+X0MeOfepq
1111github.com/stretchr/objx v0.1.0 /go.mod h1:HFkY916IF+rwdDfMAkV7OtwuqBVzrE8GR6GFx+wExME =
1212github.com/stretchr/testify v1.4.0 h1:2E4SXV/wtOkTonXsotYi4li6zVWxYlZuYNCXe9XRJyk =
1313github.com/stretchr/testify v1.4.0 /go.mod h1:j7eGeouHqKxXV5pUuKE4zz7dFj8WfuZ+81PSLYec5m4 =
14- golang.org/x/exp v0.0.0-20260112195511-716be5621a96 h1:Z/6YuSHTLOHfNFdb8zVZomZr7cqNgTJvA8+Qz75D8gU =
15- golang.org/x/exp v0.0.0-20260112195511-716be5621a96 /go.mod h1:nzimsREAkjBCIEFtHiYkrJyT+2uy9YZJB7H1k68CXZU =
1614golang.org/x/exp v0.0.0-20260312153236-7ab1446f8b90 h1:jiDhWWeC7jfWqR9c/uplMOqJ0sbNlNWv0UkzE0vX1MA =
1715golang.org/x/exp v0.0.0-20260312153236-7ab1446f8b90 /go.mod h1:xE1HEv6b+1SCZ5/uscMRjUBKtIxworgEcEi+/n9NQDQ =
1816golang.org/x/sys v0.40.0 h1:DBZZqJ2Rkml6QMQsZywtnjnnGvHza6BTfYFWY9kjEWQ =
You can’t perform that action at this time.
0 commit comments