Skip to content

Commit 18c198e

Browse files
build(deps): Bump github.com/hashicorp/copywrite in /tools (#304)
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 47386ac commit 18c198e

File tree

2 files changed

+80
-282
lines changed

2 files changed

+80
-282
lines changed

tools/go.mod

Lines changed: 16 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -3,38 +3,41 @@ module tools
33
go 1.19
44

55
require (
6-
github.com/hashicorp/copywrite v0.16.3
6+
github.com/hashicorp/copywrite v0.16.4
77
google.golang.org/grpc/cmd/protoc-gen-go-grpc v1.3.0
88
)
99

1010
require (
1111
github.com/AlecAivazis/survey/v2 v2.3.6 // indirect
12+
github.com/ProtonMail/go-crypto v0.0.0-20230217124315-7d5c6f04bbb8 // indirect
1213
github.com/asaskevich/govalidator v0.0.0-20200907205600-7a23bdc65eef // indirect
1314
github.com/bmatcuk/doublestar/v4 v4.6.0 // indirect
14-
github.com/bradleyfalzon/ghinstallation/v2 v2.1.0 // indirect
15-
github.com/cli/go-gh v1.0.0 // indirect
15+
github.com/bradleyfalzon/ghinstallation/v2 v2.5.0 // indirect
16+
github.com/cli/go-gh v1.2.1 // indirect
1617
github.com/cli/safeexec v1.0.0 // indirect
1718
github.com/cli/shurcooL-graphql v0.0.2 // indirect
19+
github.com/cloudflare/circl v1.3.3 // indirect
1820
github.com/fatih/color v1.13.0 // indirect
1921
github.com/fsnotify/fsnotify v1.5.4 // indirect
2022
github.com/go-openapi/errors v0.20.2 // indirect
2123
github.com/go-openapi/strfmt v0.21.3 // indirect
22-
github.com/golang-jwt/jwt/v4 v4.4.2 // indirect
24+
github.com/golang-jwt/jwt/v4 v4.5.0 // indirect
2325
github.com/golang/protobuf v1.5.2 // indirect
2426
github.com/google/go-github/v45 v45.2.0 // indirect
27+
github.com/google/go-github/v53 v53.0.0 // indirect
2528
github.com/google/go-querystring v1.1.0 // indirect
26-
github.com/hashicorp/go-hclog v1.4.0 // indirect
29+
github.com/hashicorp/go-hclog v1.5.0 // indirect
2730
github.com/hashicorp/hcl v1.0.0 // indirect
2831
github.com/henvic/httpretty v0.0.6 // indirect
2932
github.com/inconshreveable/mousetrap v1.0.1 // indirect
3033
github.com/jedib0t/go-pretty v4.3.0+incompatible // indirect
31-
github.com/jedib0t/go-pretty/v6 v6.4.4 // indirect
34+
github.com/jedib0t/go-pretty/v6 v6.4.6 // indirect
3235
github.com/joho/godotenv v1.3.0 // indirect
3336
github.com/kballard/go-shellquote v0.0.0-20180428030007-95032a82bc51 // indirect
3437
github.com/knadh/koanf v1.5.0 // indirect
3538
github.com/lucasb-eyer/go-colorful v1.2.0 // indirect
3639
github.com/mattn/go-colorable v0.1.13 // indirect
37-
github.com/mattn/go-isatty v0.0.17 // indirect
40+
github.com/mattn/go-isatty v0.0.19 // indirect
3841
github.com/mattn/go-runewidth v0.0.13 // indirect
3942
github.com/mergestat/timediff v0.0.3 // indirect
4043
github.com/mgutz/ansi v0.0.0-20200706080929-d51e80ef957d // indirect
@@ -52,14 +55,14 @@ require (
5255
github.com/thanhpk/randstr v1.0.4 // indirect
5356
github.com/thlib/go-timezone-local v0.0.0-20210907160436-ef149e42d28e // indirect
5457
go.mongodb.org/mongo-driver v1.10.0 // indirect
55-
golang.org/x/crypto v0.0.0-20220622213112-05595931fe9d // indirect
58+
golang.org/x/crypto v0.7.0 // indirect
5659
golang.org/x/exp v0.0.0-20220303212507-bbda1eaf7a17 // indirect
57-
golang.org/x/net v0.7.0 // indirect
58-
golang.org/x/oauth2 v0.0.0-20220411215720-9780585627b5 // indirect
60+
golang.org/x/net v0.10.0 // indirect
61+
golang.org/x/oauth2 v0.8.0 // indirect
5962
golang.org/x/sync v0.1.0 // indirect
60-
golang.org/x/sys v0.5.0 // indirect
61-
golang.org/x/term v0.5.0 // indirect
62-
golang.org/x/text v0.7.0 // indirect
63+
golang.org/x/sys v0.8.0 // indirect
64+
golang.org/x/term v0.8.0 // indirect
65+
golang.org/x/text v0.9.0 // indirect
6366
google.golang.org/appengine v1.6.7 // indirect
6467
google.golang.org/protobuf v1.28.1 // indirect
6568
gopkg.in/yaml.v3 v3.0.1 // indirect

0 commit comments

Comments
 (0)