Skip to content

Commit 58d8231

Browse files
Bump github.com/hashicorp/copywrite from 0.16.3 to 0.16.4 in /tools (#144)
Bumps [github.com/hashicorp/copywrite](https://github.com/hashicorp/copywrite) from 0.16.3 to 0.16.4. - [Release notes](https://github.com/hashicorp/copywrite/releases) - [Changelog](https://github.com/hashicorp/copywrite/blob/main/.goreleaser.yaml) - [Commits](hashicorp/copywrite@v0.16.3...v0.16.4) --- updated-dependencies: - dependency-name: github.com/hashicorp/copywrite 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 234add6 commit 58d8231

File tree

2 files changed

+79
-282
lines changed

2 files changed

+79
-282
lines changed

tools/go.mod

Lines changed: 16 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -2,36 +2,39 @@ module tools
22

33
go 1.19
44

5-
require github.com/hashicorp/copywrite v0.16.3
5+
require github.com/hashicorp/copywrite v0.16.4
66

77
require (
88
github.com/AlecAivazis/survey/v2 v2.3.6 // indirect
9+
github.com/ProtonMail/go-crypto v0.0.0-20230217124315-7d5c6f04bbb8 // indirect
910
github.com/asaskevich/govalidator v0.0.0-20200907205600-7a23bdc65eef // indirect
1011
github.com/bmatcuk/doublestar/v4 v4.6.0 // indirect
11-
github.com/bradleyfalzon/ghinstallation/v2 v2.1.0 // indirect
12-
github.com/cli/go-gh v1.0.0 // indirect
12+
github.com/bradleyfalzon/ghinstallation/v2 v2.5.0 // indirect
13+
github.com/cli/go-gh v1.2.1 // indirect
1314
github.com/cli/safeexec v1.0.0 // indirect
1415
github.com/cli/shurcooL-graphql v0.0.2 // indirect
16+
github.com/cloudflare/circl v1.3.3 // indirect
1517
github.com/fatih/color v1.13.0 // indirect
1618
github.com/fsnotify/fsnotify v1.5.4 // indirect
1719
github.com/go-openapi/errors v0.20.2 // indirect
1820
github.com/go-openapi/strfmt v0.21.3 // indirect
19-
github.com/golang-jwt/jwt/v4 v4.4.2 // indirect
21+
github.com/golang-jwt/jwt/v4 v4.5.0 // indirect
2022
github.com/golang/protobuf v1.5.2 // indirect
2123
github.com/google/go-github/v45 v45.2.0 // indirect
24+
github.com/google/go-github/v53 v53.0.0 // indirect
2225
github.com/google/go-querystring v1.1.0 // indirect
23-
github.com/hashicorp/go-hclog v1.4.0 // indirect
26+
github.com/hashicorp/go-hclog v1.5.0 // indirect
2427
github.com/hashicorp/hcl v1.0.0 // indirect
2528
github.com/henvic/httpretty v0.0.6 // indirect
2629
github.com/inconshreveable/mousetrap v1.0.1 // indirect
2730
github.com/jedib0t/go-pretty v4.3.0+incompatible // indirect
28-
github.com/jedib0t/go-pretty/v6 v6.4.4 // indirect
31+
github.com/jedib0t/go-pretty/v6 v6.4.6 // indirect
2932
github.com/joho/godotenv v1.3.0 // indirect
3033
github.com/kballard/go-shellquote v0.0.0-20180428030007-95032a82bc51 // indirect
3134
github.com/knadh/koanf v1.5.0 // indirect
3235
github.com/lucasb-eyer/go-colorful v1.2.0 // indirect
3336
github.com/mattn/go-colorable v0.1.13 // indirect
34-
github.com/mattn/go-isatty v0.0.17 // indirect
37+
github.com/mattn/go-isatty v0.0.19 // indirect
3538
github.com/mattn/go-runewidth v0.0.13 // indirect
3639
github.com/mergestat/timediff v0.0.3 // indirect
3740
github.com/mgutz/ansi v0.0.0-20200706080929-d51e80ef957d // indirect
@@ -49,14 +52,14 @@ require (
4952
github.com/thanhpk/randstr v1.0.4 // indirect
5053
github.com/thlib/go-timezone-local v0.0.0-20210907160436-ef149e42d28e // indirect
5154
go.mongodb.org/mongo-driver v1.10.0 // indirect
52-
golang.org/x/crypto v0.0.0-20220622213112-05595931fe9d // indirect
55+
golang.org/x/crypto v0.7.0 // indirect
5356
golang.org/x/exp v0.0.0-20220303212507-bbda1eaf7a17 // indirect
54-
golang.org/x/net v0.7.0 // indirect
55-
golang.org/x/oauth2 v0.0.0-20220411215720-9780585627b5 // indirect
57+
golang.org/x/net v0.10.0 // indirect
58+
golang.org/x/oauth2 v0.8.0 // indirect
5659
golang.org/x/sync v0.1.0 // indirect
57-
golang.org/x/sys v0.5.0 // indirect
58-
golang.org/x/term v0.5.0 // indirect
59-
golang.org/x/text v0.7.0 // indirect
60+
golang.org/x/sys v0.8.0 // indirect
61+
golang.org/x/term v0.8.0 // indirect
62+
golang.org/x/text v0.9.0 // indirect
6063
google.golang.org/appengine v1.6.7 // indirect
6164
google.golang.org/protobuf v1.28.0 // indirect
6265
gopkg.in/yaml.v3 v3.0.1 // indirect

0 commit comments

Comments
 (0)