Skip to content

Commit dfda0d8

Browse files
build(deps): bump github.com/hashicorp/copywrite in /tools (#356)
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 3bee532 commit dfda0d8

File tree

2 files changed

+35
-74
lines changed

2 files changed

+35
-74
lines changed

tools/go.mod

Lines changed: 10 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -2,27 +2,24 @@ module tools
22

33
go 1.25.0
44

5-
require github.com/hashicorp/copywrite v0.25.1
5+
require github.com/hashicorp/copywrite v0.25.2
66

77
require (
88
github.com/AlecAivazis/survey/v2 v2.3.7 // indirect
9-
github.com/ProtonMail/go-crypto v0.0.0-20230217124315-7d5c6f04bbb8 // indirect
10-
github.com/bmatcuk/doublestar/v4 v4.6.0 // indirect
11-
github.com/bradleyfalzon/ghinstallation/v2 v2.5.0 // indirect
12-
github.com/cli/go-gh/v2 v2.12.2 // indirect
9+
github.com/bmatcuk/doublestar/v4 v4.10.0 // indirect
10+
github.com/bradleyfalzon/ghinstallation/v2 v2.18.0 // indirect
11+
github.com/cli/go-gh/v2 v2.13.0 // indirect
1312
github.com/cli/safeexec v1.0.0 // indirect
14-
github.com/cloudflare/circl v1.6.3 // indirect
1513
github.com/fatih/color v1.13.0 // indirect
1614
github.com/fsnotify/fsnotify v1.5.4 // indirect
1715
github.com/golang-jwt/jwt/v4 v4.5.2 // indirect
18-
github.com/google/go-cmp v0.6.0 // indirect
1916
github.com/google/go-github/v45 v45.2.0 // indirect
20-
github.com/google/go-github/v53 v53.0.0 // indirect
21-
github.com/google/go-querystring v1.1.0 // indirect
17+
github.com/google/go-github/v84 v84.0.0 // indirect
18+
github.com/google/go-querystring v1.2.0 // indirect
2219
github.com/hashicorp/go-hclog v1.6.3 // indirect
2320
github.com/hashicorp/hcl v1.0.0 // indirect
2421
github.com/inconshreveable/mousetrap v1.1.0 // indirect
25-
github.com/jedib0t/go-pretty/v6 v6.6.8 // indirect
22+
github.com/jedib0t/go-pretty/v6 v6.7.8 // indirect
2623
github.com/joho/godotenv v1.3.0 // indirect
2724
github.com/kballard/go-shellquote v0.0.0-20180428030007-95032a82bc51 // indirect
2825
github.com/knadh/koanf v1.5.0 // indirect
@@ -38,12 +35,12 @@ require (
3835
github.com/mitchellh/reflectwalk v1.0.2 // indirect
3936
github.com/rivo/uniseg v0.4.7 // indirect
4037
github.com/rogpeppe/go-internal v1.10.0 // indirect
41-
github.com/samber/lo v1.51.0 // indirect
42-
github.com/spf13/cobra v1.10.1 // indirect
38+
github.com/samber/lo v1.53.0 // indirect
39+
github.com/spf13/cobra v1.10.2 // indirect
4340
github.com/spf13/pflag v1.0.10 // indirect
4441
github.com/thanhpk/randstr v1.0.6 // indirect
4542
golang.org/x/crypto v0.45.0 // indirect
46-
golang.org/x/oauth2 v0.30.0 // indirect
43+
golang.org/x/oauth2 v0.36.0 // indirect
4744
golang.org/x/sync v0.19.0 // indirect
4845
golang.org/x/sys v0.38.0 // indirect
4946
golang.org/x/term v0.37.0 // indirect

0 commit comments

Comments
 (0)