Skip to content

Commit 9251df6

Browse files
chore(deps): bump github.com/cloudflare/pint in /scripts (#1090)
Bumps [github.com/cloudflare/pint](https://github.com/cloudflare/pint) from 0.74.4 to 0.74.6. - [Release notes](https://github.com/cloudflare/pint/releases) - [Changelog](https://github.com/cloudflare/pint/blob/main/docs/changelog.md) - [Commits](cloudflare/pint@v0.74.4...v0.74.6) --- updated-dependencies: - dependency-name: github.com/cloudflare/pint dependency-version: 0.74.6 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent eb631d8 commit 9251df6

File tree

2 files changed

+12
-12
lines changed

2 files changed

+12
-12
lines changed

scripts/go.mod

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ toolchain go1.24.1
66

77
require (
88
github.com/Kunde21/markdownfmt/v3 v3.1.0
9-
github.com/cloudflare/pint v0.74.4
9+
github.com/cloudflare/pint v0.74.6
1010
github.com/errata-ai/vale/v3 v3.12.0
1111
github.com/google/go-jsonnet v0.21.0
1212
github.com/grafana/dashboard-linter v0.0.0-20231114210226-c458893a5731
@@ -125,7 +125,7 @@ require (
125125
github.com/hashicorp/go-version v1.7.0 // indirect
126126
github.com/hashicorp/golang-lru v0.6.0 // indirect
127127
github.com/hashicorp/hcl v1.0.0 // indirect
128-
github.com/hashicorp/hcl/v2 v2.23.0 // indirect
128+
github.com/hashicorp/hcl/v2 v2.24.0 // indirect
129129
github.com/hashicorp/nomad/api v0.0.0-20241218080744-e3ac00f30eec // indirect
130130
github.com/hashicorp/serf v0.10.1 // indirect
131131
github.com/hetznercloud/hcloud-go/v2 v2.21.0 // indirect
@@ -156,7 +156,7 @@ require (
156156
github.com/miekg/dns v1.1.65 // indirect
157157
github.com/mitchellh/copystructure v1.2.0 // indirect
158158
github.com/mitchellh/go-homedir v1.1.0 // indirect
159-
github.com/mitchellh/go-wordwrap v0.0.0-20150314170334-ad45545899c7 // indirect
159+
github.com/mitchellh/go-wordwrap v1.0.1 // indirect
160160
github.com/mitchellh/mapstructure v1.5.0 // indirect
161161
github.com/mitchellh/reflectwalk v1.0.2 // indirect
162162
github.com/moby/docker-image-spec v1.3.1 // indirect
@@ -220,7 +220,7 @@ require (
220220
github.com/yuin/goldmark v1.7.8 // indirect
221221
github.com/zclconf/go-cty v1.16.3 // indirect
222222
github.com/zeitlinger/conflate v0.0.0-20230622100834-279724abda8c // indirect
223-
gitlab.com/gitlab-org/api/client-go v0.133.0 // indirect
223+
gitlab.com/gitlab-org/api/client-go v0.137.0 // indirect
224224
go.mongodb.org/mongo-driver v1.14.0 // indirect
225225
go.opencensus.io v0.24.0 // indirect
226226
go.opentelemetry.io/auto/sdk v1.1.0 // indirect

scripts/go.sum

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -165,8 +165,8 @@ github.com/chzyer/test v0.0.0-20180213035817-a1ea475d72b1/go.mod h1:Q3SI9o4m/ZMn
165165
github.com/circonus-labs/circonus-gometrics v2.3.1+incompatible/go.mod h1:nmEj6Dob7S7YxXgwXpfOuvO54S+tGdZdw9fuRZt25Ag=
166166
github.com/circonus-labs/circonusllhist v0.1.3/go.mod h1:kMXHVDlOchFAehlya5ePtbp5jckzBHf4XRpQvBOLI+I=
167167
github.com/client9/misspell v0.3.4/go.mod h1:qj6jICC3Q7zFZvVWo7KLAzC3yx5G7kyvSDkc90ppPyw=
168-
github.com/cloudflare/pint v0.74.4 h1:FIcsO52o5RwATErEkdDcKHjvSneA5mp7+OV+R1xlmbk=
169-
github.com/cloudflare/pint v0.74.4/go.mod h1:WbnDBzeBSHtnaKbBWovZLfPO5SEeGruL/dYh0bw+N5A=
168+
github.com/cloudflare/pint v0.74.6 h1:Vx8xJVqpF3w/U7m1SH60XYHIDrO5g+qP7F02r3iEb3M=
169+
github.com/cloudflare/pint v0.74.6/go.mod h1:uq6NSeoK0BbkuyN2j2ZJN43PLJ+BpQLv1iQ9ANgP9FY=
170170
github.com/cncf/udpa/go v0.0.0-20191209042840-269d4d468f6f/go.mod h1:M8M6+tZqaGXZJjfX53e64911xZQV5JYwmTeXPW+k8Sc=
171171
github.com/cncf/udpa/go v0.0.0-20200629203442-efcf912fb354/go.mod h1:WmhPx2Nbnhtbo57+VJT5O0JRkEi1Wbu0z5j0R8u5Hbk=
172172
github.com/cncf/udpa/go v0.0.0-20201120205902-5459f2c99403/go.mod h1:WmhPx2Nbnhtbo57+VJT5O0JRkEi1Wbu0z5j0R8u5Hbk=
@@ -450,8 +450,8 @@ github.com/hashicorp/golang-lru v0.6.0 h1:uL2shRDx7RTrOrTCUZEGP/wJUFiUI8QT6E7z5o
450450
github.com/hashicorp/golang-lru v0.6.0/go.mod h1:iADmTwqILo4mZ8BN3D2Q6+9jd8WM5uGBxy+E8yxSoD4=
451451
github.com/hashicorp/hcl v1.0.0 h1:0Anlzjpi4vEasTeNFn2mLJgTSwt0+6sfsiTG8qcWGx4=
452452
github.com/hashicorp/hcl v1.0.0/go.mod h1:E5yfLk+7swimpb2L/Alb/PJmXilQ/rhwaUYs4T20WEQ=
453-
github.com/hashicorp/hcl/v2 v2.23.0 h1:Fphj1/gCylPxHutVSEOf2fBOh1VE4AuLV7+kbJf3qos=
454-
github.com/hashicorp/hcl/v2 v2.23.0/go.mod h1:62ZYHrXgPoX8xBnzl8QzbWq4dyDsDtfCRgIq1rbJEvA=
453+
github.com/hashicorp/hcl/v2 v2.24.0 h1:2QJdZ454DSsYGoaE6QheQZjtKZSUs9Nh2izTWiwQxvE=
454+
github.com/hashicorp/hcl/v2 v2.24.0/go.mod h1:oGoO1FIQYfn/AgyOhlg9qLC6/nOJPX3qGbkZpYAcqfM=
455455
github.com/hashicorp/logutils v1.0.0/go.mod h1:QIAnNjmIWmVIIkWDTG1z5v++HQmx9WQRO+LraFDTW64=
456456
github.com/hashicorp/mdns v1.0.4/go.mod h1:mtBihi+LeNXGtG8L9dX59gAEa12BDtBQSp4v/YAJqrc=
457457
github.com/hashicorp/memberlist v0.5.0/go.mod h1:yvyXLpo0QaGE59Y7hDTsTzDD25JYBZ4mHgHUZ8lrOI0=
@@ -576,8 +576,8 @@ github.com/mitchellh/go-homedir v1.1.0 h1:lukF9ziXFxDFPkA1vsr5zpc1XuPDn/wFntq5mG
576576
github.com/mitchellh/go-homedir v1.1.0/go.mod h1:SfyaCUpYCn1Vlf4IUYiD9fPX4A5wJrkLzIz1N1q0pr0=
577577
github.com/mitchellh/go-testing-interface v1.14.1 h1:jrgshOhYAUVNMAJiKbEu7EqAwgJJ2JqpQmpLJOu07cU=
578578
github.com/mitchellh/go-testing-interface v1.14.1/go.mod h1:gfgS7OtZj6MA4U1UrDRp04twqAjfvlZyCfX3sDjEym8=
579-
github.com/mitchellh/go-wordwrap v0.0.0-20150314170334-ad45545899c7 h1:DpOJ2HYzCv8LZP15IdmG+YdwD2luVPHITV96TkirNBM=
580-
github.com/mitchellh/go-wordwrap v0.0.0-20150314170334-ad45545899c7/go.mod h1:ZXFpozHsX6DPmq2I0TCekCxypsnAUbP2oI0UX1GXzOo=
579+
github.com/mitchellh/go-wordwrap v1.0.1 h1:TLuKupo69TCn6TQSyGxwI1EblZZEsQ0vMlAFQflz0v0=
580+
github.com/mitchellh/go-wordwrap v1.0.1/go.mod h1:R62XHJLzvMFRBbcrT7m7WgmE1eOyTSsCt+hzestvNj0=
581581
github.com/mitchellh/mapstructure v0.0.0-20160808181253-ca63d7c062ee/go.mod h1:FVVH3fgwuzCH5S8UJGiWEs2h04kUh9fWfEaFds41c1Y=
582582
github.com/mitchellh/mapstructure v1.5.0 h1:jeMsZIYE/09sWLaz43PL7Gy6RuMjD2eJVyuac5Z2hdY=
583583
github.com/mitchellh/mapstructure v1.5.0/go.mod h1:bFUtVrKA4DC2yAKiSyO/QUcy7e+RRV2QTWOzhPopBRo=
@@ -821,8 +821,8 @@ github.com/zclconf/go-cty-debug v0.0.0-20240509010212-0d6042c53940 h1:4r45xpDWB6
821821
github.com/zclconf/go-cty-debug v0.0.0-20240509010212-0d6042c53940/go.mod h1:CmBdvvj3nqzfzJ6nTCIwDTPZ56aVGvDrmztiO5g3qrM=
822822
github.com/zeitlinger/conflate v0.0.0-20230622100834-279724abda8c h1:PtECnCzGLw8MuQ0tmPRaN5c95ZfNTFZOobvgC6A83zk=
823823
github.com/zeitlinger/conflate v0.0.0-20230622100834-279724abda8c/go.mod h1:KsJBt1tGR0Q7u+3T7CLN+zITAI06GiXVi/cgP9Xrpb8=
824-
gitlab.com/gitlab-org/api/client-go v0.133.0 h1:Y+t86XrCUY24A1yLMU1mYgC1/kvUTohLPG7bUJs692M=
825-
gitlab.com/gitlab-org/api/client-go v0.133.0/go.mod h1:crkp9sCwMQ8gDwuMLgk11sDT336t6U3kESBT0BGsOBo=
824+
gitlab.com/gitlab-org/api/client-go v0.137.0 h1:H26yL44qnb38Czl20pEINCJrcj63W6/BX8iKPVUKQP0=
825+
gitlab.com/gitlab-org/api/client-go v0.137.0/go.mod h1:AcAYES3lfkIS4zhso04S/wyUaWQmDYve2Fd9AF7C6qc=
826826
go.mongodb.org/mongo-driver v1.14.0 h1:P98w8egYRjYe3XDjxhYJagTokP/H6HzlsnojRgZRd80=
827827
go.mongodb.org/mongo-driver v1.14.0/go.mod h1:Vzb0Mk/pa7e6cWw85R4F/endUC3u0U9jGcNU603k65c=
828828
go.nhat.io/httpmock v0.11.0 h1:GSADjr4/sn1HXqnyluPr9PYpSmMh/h3ty0O7lEozD3c=

0 commit comments

Comments
 (0)