File tree Expand file tree Collapse file tree 2 files changed +7
-3
lines changed
Expand file tree Collapse file tree 2 files changed +7
-3
lines changed Original file line number Diff line number Diff line change 11module github.com/RoseSecurity/terramaid
22
3- go 1.24 .0
3+ go 1.25 .0
44
55toolchain go1.25.7
66
@@ -9,7 +9,7 @@ require (
99 github.com/awalterschulze/gographviz v2.0.3+incompatible
1010 github.com/briandowns/spinner v1.23.2
1111 github.com/caarlos0/env/v11 v11.4.0
12- github.com/fatih/color v1.18 .0
12+ github.com/fatih/color v1.19 .0
1313 github.com/hashicorp/copywrite v0.24.2
1414 github.com/hashicorp/terraform-exec v0.25.0
1515 github.com/jwalton/go-supportscolor v1.2.0
@@ -70,7 +70,7 @@ require (
7070 golang.org/x/crypto v0.45.0 // indirect
7171 golang.org/x/oauth2 v0.30.0 // indirect
7272 golang.org/x/sync v0.18.0 // indirect
73- golang.org/x/sys v0.38 .0 // indirect
73+ golang.org/x/sys v0.42 .0 // indirect
7474 golang.org/x/term v0.37.0 // indirect
7575 golang.org/x/text v0.31.0 // indirect
7676 gopkg.in/yaml.v3 v3.0.1 // indirect
Original file line number Diff line number Diff line change @@ -102,6 +102,8 @@ github.com/fatih/color v1.9.0/go.mod h1:eQcE1qtQxscV5RaZvpXrrb8Drkc3/DdQ+uUYCNjL
102102github.com/fatih/color v1.13.0 /go.mod h1:kLAiJbzzSOZDVNGyDpeOxJ47H46qBXwg5ILebYFFOfk =
103103github.com/fatih/color v1.18.0 h1:S8gINlzdQ840/4pfAwic/ZE0djQEH3wM94VfqLTZcOM =
104104github.com/fatih/color v1.18.0 /go.mod h1:4FelSpRwEGDpQ12mAdzqdOukCy4u8WUtOY6lkT/6HfU =
105+ github.com/fatih/color v1.19.0 h1:Zp3PiM21/9Ld6FzSKyL5c/BULoe/ONr9KlbYVOfG8+w =
106+ github.com/fatih/color v1.19.0 /go.mod h1:zNk67I0ZUT1bEGsSGyCZYZNrHuTkJJB+r6Q9VuMi0LE =
105107github.com/fatih/structs v1.1.0 /go.mod h1:9NiDSp5zOcgEDl+j00MP/WkGVPOlPRLejGD8Ga6PJ7M =
106108github.com/fsnotify/fsnotify v1.4.9 /go.mod h1:znqG4EE+3YCdAaPaxE2ZRY/06pZUdp0tY4IgpuI1SZQ =
107109github.com/fsnotify/fsnotify v1.6.0 h1:n+5WquG0fcWoWp6xPWfHdbskMCQaFnG6PfBrh1Ky4HY =
@@ -547,6 +549,8 @@ golang.org/x/sys v0.6.0/go.mod h1:oPkhp1MJrh7nUepCBck5+mAzfO9JrbApNNgaTdGDITg=
547549golang.org/x/sys v0.8.0 /go.mod h1:oPkhp1MJrh7nUepCBck5+mAzfO9JrbApNNgaTdGDITg =
548550golang.org/x/sys v0.38.0 h1:3yZWxaJjBmCWXqhN1qh02AkOnCQ1poK6oF+a7xWL6Gc =
549551golang.org/x/sys v0.38.0 /go.mod h1:OgkHotnGiDImocRcuBABYBEXf8A9a87e/uXjp9XT3ks =
552+ golang.org/x/sys v0.42.0 h1:omrd2nAlyT5ESRdCLYdm3+fMfNFE/+Rf4bDIQImRJeo =
553+ golang.org/x/sys v0.42.0 /go.mod h1:4GL1E5IUh+htKOUEOaiffhrAeqysfVGipDYzABqnCmw =
550554golang.org/x/term v0.0.0-20201126162022-7de9c90e9dd1 /go.mod h1:bj7SfCRtBDWHUb9snDiAeCFNEtKQo2Wmx5Cou7ajbmo =
551555golang.org/x/term v0.0.0-20210220032956-6a3ed077a48d /go.mod h1:bj7SfCRtBDWHUb9snDiAeCFNEtKQo2Wmx5Cou7ajbmo =
552556golang.org/x/term v0.0.0-20210927222741-03fcf44c2211 /go.mod h1:jbD1KX2456YbFQfuXm/mYQcufACuNUgVhRMnK/tPxf8 =
You can’t perform that action at this time.
0 commit comments