@@ -3,7 +3,7 @@ module tools
33go 1.24.0
44
55require (
6- github.com/hashicorp/copywrite v0.22.0
6+ github.com/hashicorp/copywrite v0.24.1
77 github.com/hashicorp/terraform-plugin-docs v0.24.0
88)
99
@@ -22,7 +22,7 @@ require (
2222 github.com/bgentry/speakeasy v0.1.0 // indirect
2323 github.com/bmatcuk/doublestar/v4 v4.9.1 // indirect
2424 github.com/bradleyfalzon/ghinstallation/v2 v2.5.0 // indirect
25- github.com/cli/go-gh/v2 v2.12.1 // indirect
25+ github.com/cli/go-gh/v2 v2.12.2 // indirect
2626 github.com/cli/safeexec v1.0.0 // indirect
2727 github.com/cloudflare/circl v1.6.1 // indirect
2828 github.com/fatih/color v1.16.0 // indirect
@@ -48,9 +48,9 @@ require (
4848 github.com/hashicorp/terraform-exec v0.24.0 // indirect
4949 github.com/hashicorp/terraform-json v0.27.2 // indirect
5050 github.com/huandu/xstrings v1.5.0 // indirect
51- github.com/inconshreveable/mousetrap v1.0.1 // indirect
51+ github.com/inconshreveable/mousetrap v1.1.0 // indirect
5252 github.com/jedib0t/go-pretty v4.3.0+incompatible // indirect
53- github.com/jedib0t/go-pretty/v6 v6.4.6 // indirect
53+ github.com/jedib0t/go-pretty/v6 v6.6.8 // indirect
5454 github.com/joho/godotenv v1.3.0 // indirect
5555 github.com/kballard/go-shellquote v0.0.0-20180428030007-95032a82bc51 // indirect
5656 github.com/knadh/koanf v1.5.0 // indirect
@@ -66,25 +66,25 @@ require (
6666 github.com/oklog/ulid v1.3.1 // indirect
6767 github.com/posener/complete v1.2.3 // indirect
6868 github.com/rivo/uniseg v0.4.7 // indirect
69- github.com/samber/lo v1.37 .0 // indirect
69+ github.com/samber/lo v1.51 .0 // indirect
7070 github.com/shopspring/decimal v1.4.0 // indirect
7171 github.com/spf13/cast v1.7.0 // indirect
72- github.com/spf13/cobra v1.6 .1 // indirect
73- github.com/spf13/pflag v1.0.5 // indirect
72+ github.com/spf13/cobra v1.10 .1 // indirect
73+ github.com/spf13/pflag v1.0.10 // indirect
7474 github.com/thanhpk/randstr v1.0.4 // indirect
7575 github.com/yuin/goldmark v1.7.8 // indirect
7676 github.com/yuin/goldmark-meta v1.1.0 // indirect
7777 github.com/zclconf/go-cty v1.17.0 // indirect
7878 go.abhg.dev/goldmark/frontmatter v0.2.0 // indirect
7979 go.mongodb.org/mongo-driver v1.10.0 // indirect
80- golang.org/x/crypto v0.38 .0 // indirect
80+ golang.org/x/crypto v0.45 .0 // indirect
8181 golang.org/x/exp v0.0.0-20230626212559-97b1e661b5df // indirect
82- golang.org/x/mod v0.28 .0 // indirect
83- golang.org/x/oauth2 v0.27 .0 // indirect
84- golang.org/x/sync v0.17 .0 // indirect
85- golang.org/x/sys v0.36 .0 // indirect
86- golang.org/x/term v0.32 .0 // indirect
87- golang.org/x/text v0.30 .0 // indirect
82+ golang.org/x/mod v0.29 .0 // indirect
83+ golang.org/x/oauth2 v0.30 .0 // indirect
84+ golang.org/x/sync v0.18 .0 // indirect
85+ golang.org/x/sys v0.38 .0 // indirect
86+ golang.org/x/term v0.37 .0 // indirect
87+ golang.org/x/text v0.31 .0 // indirect
8888 gopkg.in/yaml.v2 v2.4.0 // indirect
8989 gopkg.in/yaml.v3 v3.0.1 // indirect
9090)
0 commit comments