Skip to content

Commit f32439f

Browse files
build(deps): Bump github.com/hashicorp/copywrite in /tools (#485)
Bumps [github.com/hashicorp/copywrite](https://github.com/hashicorp/copywrite) from 0.25.1 to 0.25.2. - [Release notes](https://github.com/hashicorp/copywrite/releases) - [Commits](hashicorp/copywrite@v0.25.1...v0.25.2) --- updated-dependencies: - dependency-name: github.com/hashicorp/copywrite dependency-version: 0.25.2 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 654ddc2 commit f32439f

2 files changed

Lines changed: 35 additions & 68 deletions

File tree

tools/go.mod

Lines changed: 11 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
11
module tools
22

3-
go 1.24.8
3+
go 1.25.0
44

55
require (
6-
github.com/hashicorp/copywrite v0.25.1
6+
github.com/hashicorp/copywrite v0.25.2
77
github.com/hashicorp/terraform-plugin-docs v0.24.0
88
)
99

@@ -19,17 +19,17 @@ require (
1919
github.com/apparentlymart/go-textseg/v15 v15.0.0 // indirect
2020
github.com/armon/go-radix v1.0.0 // indirect
2121
github.com/bgentry/speakeasy v0.1.0 // indirect
22-
github.com/bmatcuk/doublestar/v4 v4.9.1 // indirect
23-
github.com/bradleyfalzon/ghinstallation/v2 v2.5.0 // indirect
24-
github.com/cli/go-gh/v2 v2.12.2 // indirect
22+
github.com/bmatcuk/doublestar/v4 v4.10.0 // indirect
23+
github.com/bradleyfalzon/ghinstallation/v2 v2.18.0 // indirect
24+
github.com/cli/go-gh/v2 v2.13.0 // indirect
2525
github.com/cli/safeexec v1.0.0 // indirect
2626
github.com/cloudflare/circl v1.6.3 // indirect
2727
github.com/fatih/color v1.16.0 // indirect
2828
github.com/fsnotify/fsnotify v1.5.4 // indirect
2929
github.com/golang-jwt/jwt/v4 v4.5.2 // indirect
3030
github.com/google/go-github/v45 v45.2.0 // indirect
31-
github.com/google/go-github/v53 v53.0.0 // indirect
32-
github.com/google/go-querystring v1.1.0 // indirect
31+
github.com/google/go-github/v84 v84.0.0 // indirect
32+
github.com/google/go-querystring v1.2.0 // indirect
3333
github.com/google/uuid v1.6.0 // indirect
3434
github.com/hashicorp/cli v1.1.7 // indirect
3535
github.com/hashicorp/errwrap v1.1.0 // indirect
@@ -46,7 +46,7 @@ require (
4646
github.com/hashicorp/terraform-json v0.27.2 // indirect
4747
github.com/huandu/xstrings v1.5.0 // indirect
4848
github.com/inconshreveable/mousetrap v1.1.0 // indirect
49-
github.com/jedib0t/go-pretty/v6 v6.6.8 // indirect
49+
github.com/jedib0t/go-pretty/v6 v6.7.8 // indirect
5050
github.com/joho/godotenv v1.3.0 // indirect
5151
github.com/kballard/go-shellquote v0.0.0-20180428030007-95032a82bc51 // indirect
5252
github.com/knadh/koanf v1.5.0 // indirect
@@ -61,10 +61,10 @@ require (
6161
github.com/mitchellh/reflectwalk v1.0.2 // indirect
6262
github.com/posener/complete v1.2.3 // indirect
6363
github.com/rivo/uniseg v0.4.7 // indirect
64-
github.com/samber/lo v1.51.0 // indirect
64+
github.com/samber/lo v1.53.0 // indirect
6565
github.com/shopspring/decimal v1.4.0 // indirect
6666
github.com/spf13/cast v1.7.0 // indirect
67-
github.com/spf13/cobra v1.10.1 // indirect
67+
github.com/spf13/cobra v1.10.2 // indirect
6868
github.com/spf13/pflag v1.0.10 // indirect
6969
github.com/thanhpk/randstr v1.0.6 // indirect
7070
github.com/yuin/goldmark v1.7.8 // indirect
@@ -74,7 +74,7 @@ require (
7474
golang.org/x/crypto v0.45.0 // indirect
7575
golang.org/x/exp v0.0.0-20230626212559-97b1e661b5df // indirect
7676
golang.org/x/mod v0.29.0 // indirect
77-
golang.org/x/oauth2 v0.30.0 // indirect
77+
golang.org/x/oauth2 v0.36.0 // indirect
7878
golang.org/x/sync v0.19.0 // indirect
7979
golang.org/x/sys v0.38.0 // indirect
8080
golang.org/x/term v0.37.0 // indirect

0 commit comments

Comments
 (0)