Skip to content

Commit 32ed207

Browse files
Bump github.com/hashicorp/copywrite from 0.22.0 to 0.23.0 in /tools
Bumps [github.com/hashicorp/copywrite](https://github.com/hashicorp/copywrite) from 0.22.0 to 0.23.0. - [Release notes](https://github.com/hashicorp/copywrite/releases) - [Commits](hashicorp/copywrite@v0.22.0...v0.23.0) --- updated-dependencies: - dependency-name: github.com/hashicorp/copywrite dependency-version: 0.23.0 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent 3bb8151 commit 32ed207

2 files changed

Lines changed: 55 additions & 67 deletions

File tree

tools/go.mod

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

3-
go 1.22.7
3+
go 1.24.0
4+
45
toolchain go1.24.1
56

6-
require github.com/hashicorp/copywrite v0.22.0
7+
require github.com/hashicorp/copywrite v0.23.0
78

89
require (
910
github.com/AlecAivazis/survey/v2 v2.3.7 // indirect
1011
github.com/ProtonMail/go-crypto v0.0.0-20230217124315-7d5c6f04bbb8 // indirect
1112
github.com/asaskevich/govalidator v0.0.0-20200907205600-7a23bdc65eef // indirect
1213
github.com/bmatcuk/doublestar/v4 v4.6.0 // indirect
1314
github.com/bradleyfalzon/ghinstallation/v2 v2.5.0 // indirect
14-
github.com/cli/go-gh/v2 v2.11.2 // indirect
15+
github.com/cli/go-gh/v2 v2.12.2 // indirect
1516
github.com/cli/safeexec v1.0.0 // indirect
16-
github.com/cloudflare/circl v1.3.7 // indirect
17+
github.com/cloudflare/circl v1.6.1 // indirect
1718
github.com/fatih/color v1.13.0 // indirect
1819
github.com/fsnotify/fsnotify v1.5.4 // indirect
1920
github.com/go-openapi/errors v0.20.2 // indirect
2021
github.com/go-openapi/strfmt v0.21.3 // indirect
2122
github.com/golang-jwt/jwt/v4 v4.5.2 // indirect
22-
github.com/golang/protobuf v1.5.2 // indirect
2323
github.com/google/go-github/v45 v45.2.0 // indirect
2424
github.com/google/go-github/v53 v53.0.0 // indirect
2525
github.com/google/go-querystring v1.1.0 // indirect
2626
github.com/hashicorp/go-hclog v1.5.0 // indirect
2727
github.com/hashicorp/hcl v1.0.0 // indirect
28-
github.com/inconshreveable/mousetrap v1.0.1 // indirect
28+
github.com/inconshreveable/mousetrap v1.1.0 // indirect
2929
github.com/jedib0t/go-pretty v4.3.0+incompatible // indirect
30-
github.com/jedib0t/go-pretty/v6 v6.4.6 // indirect
30+
github.com/jedib0t/go-pretty/v6 v6.6.8 // indirect
3131
github.com/joho/godotenv v1.3.0 // indirect
3232
github.com/kballard/go-shellquote v0.0.0-20180428030007-95032a82bc51 // indirect
3333
github.com/knadh/koanf v1.5.0 // indirect
3434
github.com/mattn/go-colorable v0.1.13 // indirect
3535
github.com/mattn/go-isatty v0.0.20 // indirect
36-
github.com/mattn/go-runewidth v0.0.15 // indirect
36+
github.com/mattn/go-runewidth v0.0.16 // indirect
3737
github.com/mergestat/timediff v0.0.3 // indirect
3838
github.com/mgutz/ansi v0.0.0-20200706080929-d51e80ef957d // indirect
3939
github.com/mitchellh/copystructure v1.2.0 // indirect
@@ -43,20 +43,16 @@ require (
4343
github.com/oklog/ulid v1.3.1 // indirect
4444
github.com/rivo/uniseg v0.4.7 // indirect
4545
github.com/rogpeppe/go-internal v1.10.0 // indirect
46-
github.com/samber/lo v1.37.0 // indirect
47-
github.com/spf13/cobra v1.6.1 // indirect
48-
github.com/spf13/pflag v1.0.5 // indirect
46+
github.com/samber/lo v1.51.0 // indirect
47+
github.com/spf13/cobra v1.10.1 // indirect
48+
github.com/spf13/pflag v1.0.10 // indirect
4949
github.com/thanhpk/randstr v1.0.4 // indirect
5050
go.mongodb.org/mongo-driver v1.10.0 // indirect
51-
golang.org/x/crypto v0.35.0 // indirect
52-
golang.org/x/exp v0.0.0-20220303212507-bbda1eaf7a17 // indirect
53-
golang.org/x/net v0.36.0 // indirect
54-
golang.org/x/oauth2 v0.8.0 // indirect
55-
golang.org/x/sync v0.11.0 // indirect
56-
golang.org/x/sys v0.30.0 // indirect
57-
golang.org/x/term v0.29.0 // indirect
58-
golang.org/x/text v0.22.0 // indirect
59-
google.golang.org/appengine v1.6.7 // indirect
60-
google.golang.org/protobuf v1.33.0 // indirect
51+
golang.org/x/crypto v0.45.0 // indirect
52+
golang.org/x/oauth2 v0.30.0 // indirect
53+
golang.org/x/sync v0.18.0 // indirect
54+
golang.org/x/sys v0.38.0 // indirect
55+
golang.org/x/term v0.37.0 // indirect
56+
golang.org/x/text v0.31.0 // indirect
6157
gopkg.in/yaml.v3 v3.0.1 // indirect
6258
)

0 commit comments

Comments
 (0)