File tree Expand file tree Collapse file tree 2 files changed +4
-2
lines changed Expand file tree Collapse file tree 2 files changed +4
-2
lines changed Original file line number Diff line number Diff line change 11module github.com/GoogleCloudPlatform/terraformer
22
33go 1.24.0
4+
45require (
56 cloud.google.com/go v0.116.0 // indirect
67 cloud.google.com/go/logging v1.12.0
@@ -310,7 +311,7 @@ require (
310311 github.com/spf13/afero v1.10.0 // indirect
311312 github.com/stretchr/testify v1.10.0 // indirect
312313 github.com/tomnomnom/linkheader v0.0.0-20180905144013-02ca5825eb80 // indirect
313- github.com/ulikunitz/xz v0.5.10 // indirect
314+ github.com/ulikunitz/xz v0.5.14 // indirect
314315 github.com/vmihailenco/msgpack/v4 v4.3.12 // indirect
315316 github.com/vmihailenco/tagparser v0.1.2 // indirect
316317 github.com/xdg-go/pbkdf2 v1.0.0 // indirect
Original file line number Diff line number Diff line change @@ -1751,8 +1751,9 @@ github.com/tomnomnom/linkheader v0.0.0-20180905144013-02ca5825eb80/go.mod h1:iFy
17511751github.com/ugorji/go v0.0.0-20180813092308-00b869d2f4a5 /go.mod h1:hnLbHMwcvSihnDhEfx2/BzKp2xb0Y+ErdfYcrs9tkJQ =
17521752github.com/ugorji/go v1.1.4 /go.mod h1:uQMGLiO92mf5W77hV/PUCpI3pbzQx3CRekS0kk+RGrc =
17531753github.com/ulikunitz/xz v0.5.5 /go.mod h1:2bypXElzHzzJZwzH67Y6wb67pO62Rzfn7BSiF4ABRW8 =
1754- github.com/ulikunitz/xz v0.5.10 h1:t92gobL9l3HE202wg3rlk19F6X+JOxl9BBrCCMYEYd8 =
17551754github.com/ulikunitz/xz v0.5.10 /go.mod h1:nbz6k7qbPmH4IRqmfOplQw/tblSgqTqBwxkY0oWt/14 =
1755+ github.com/ulikunitz/xz v0.5.14 h1:uv/0Bq533iFdnMHZdRBTOlaNMdb1+ZxXIlHDZHIHcvg =
1756+ github.com/ulikunitz/xz v0.5.14 /go.mod h1:nbz6k7qbPmH4IRqmfOplQw/tblSgqTqBwxkY0oWt/14 =
17561757github.com/urfave/cli/v2 v2.3.0 /go.mod h1:LJmUH05zAU44vOAcrfzZQKsZbVcdbOG8rtL3/XcUArI =
17571758github.com/valyala/fastjson v1.6.3 h1:tAKFnnwmeMGPbwJ7IwxcTPCNr3uIzoIj3/Fh90ra4xc =
17581759github.com/valyala/fastjson v1.6.3 /go.mod h1:CLCAqky6SMuOcxStkYQvblddUtoRxhYMGLrsQns1aXY =
You can’t perform that action at this time.
0 commit comments