File tree 7 files changed +12
-8
lines changed
7 files changed +12
-8
lines changed Original file line number Diff line number Diff line change 1
1
module github.com/diggerhq/digger/backend
2
2
3
- go 1.21.6
3
+ go 1.22.2
4
4
5
5
replace github.com/diggerhq/digger/libs => ../libs
6
6
Original file line number Diff line number Diff line change 1
1
module github.com/diggerhq/digger/cli
2
2
3
- go 1.21.6
3
+ go 1.22.2
4
4
5
5
replace github.com/diggerhq/digger/libs => ../libs
6
6
@@ -89,7 +89,7 @@ require (
89
89
github.com/hashicorp/go-version v1.6.0 // indirect
90
90
github.com/hashicorp/golang-lru v0.5.4 // indirect
91
91
github.com/hashicorp/hcl v1.0.1-vault // indirect
92
- github.com/hashicorp/hcl/v2 v2.20.0 // indirect
92
+ github.com/hashicorp/hcl/v2 v2.20.1 // indirect
93
93
github.com/hashicorp/logutils v1.0.0 // indirect
94
94
github.com/hashicorp/terraform v0.15.3 // indirect
95
95
github.com/hashicorp/terraform-config-inspect v0.0.0-20231204233900-a34142ec2a72 // indirect
@@ -142,7 +142,7 @@ require (
142
142
github.com/vmihailenco/msgpack/v5 v5.3.5 // indirect
143
143
github.com/vmihailenco/tagparser/v2 v2.0.0 // indirect
144
144
github.com/xrash/smetrics v0.0.0-20201216005158-039620a65673 // indirect
145
- github.com/zclconf/go-cty v1.14.3 // indirect
145
+ github.com/zclconf/go-cty v1.14.4 // indirect
146
146
github.com/zclconf/go-cty-yaml v1.0.3 // indirect
147
147
go.mozilla.org/gopgagent v0.0.0-20170926210634-4d7ea76ff71a // indirect
148
148
go.mozilla.org/sops/v3 v3.7.3 // indirect
Original file line number Diff line number Diff line change @@ -788,6 +788,8 @@ github.com/hashicorp/hcl/v2 v2.19.1 h1://i05Jqznmb2EXqa39Nsvyan2o5XyMowW5fnCKW5R
788
788
github.com/hashicorp/hcl/v2 v2.19.1 /go.mod h1:ThLC89FV4p9MPW804KVbe/cEXoQ8NZEh+JtMeeGErHE =
789
789
github.com/hashicorp/hcl/v2 v2.20.0 h1:l++cRs/5jQOiKVvqXZm/P1ZEfVXJmvLS9WSVxkaeTb4 =
790
790
github.com/hashicorp/hcl/v2 v2.20.0 /go.mod h1:WmcD/Ym72MDOOx5F62Ly+leloeu6H7m0pG7VBiU6pQk =
791
+ github.com/hashicorp/hcl/v2 v2.20.1 h1:M6hgdyz7HYt1UN9e61j+qKJBqR3orTWbI1HKBJEdxtc =
792
+ github.com/hashicorp/hcl/v2 v2.20.1 /go.mod h1:TZDqQ4kNKCbh1iJp99FdPiUaVDDUPivbqxZulxDYqL4 =
791
793
github.com/hashicorp/jsonapi v0.0.0-20210420151930-edf82c9774bf /go.mod h1:Yog5+CPEM3c99L1CL2CFCYoSzgWm5vTU58idbRUaLik =
792
794
github.com/hashicorp/logutils v1.0.0 h1:dLEQVugN8vlakKOUE3ihGLTZJRB4j+M2cdTm/ORI65Y =
793
795
github.com/hashicorp/logutils v1.0.0 /go.mod h1:QIAnNjmIWmVIIkWDTG1z5v++HQmx9WQRO+LraFDTW64 =
@@ -1195,6 +1197,8 @@ github.com/zclconf/go-cty v1.14.2 h1:kTG7lqmBou0Zkx35r6HJHUQTvaRPr5bIAf3AoHS0izI
1195
1197
github.com/zclconf/go-cty v1.14.2 /go.mod h1:VvMs5i0vgZdhYawQNq5kePSpLAoz8u1xvZgrPIxfnZE =
1196
1198
github.com/zclconf/go-cty v1.14.3 h1:1JXy1XroaGrzZuG6X9dt7HL6s9AwbY+l4UNL8o5B6ho =
1197
1199
github.com/zclconf/go-cty v1.14.3 /go.mod h1:VvMs5i0vgZdhYawQNq5kePSpLAoz8u1xvZgrPIxfnZE =
1200
+ github.com/zclconf/go-cty v1.14.4 h1:uXXczd9QDGsgu0i/QFR/hzI5NYCHLf6NQw/atrbnhq8 =
1201
+ github.com/zclconf/go-cty v1.14.4 /go.mod h1:VvMs5i0vgZdhYawQNq5kePSpLAoz8u1xvZgrPIxfnZE =
1198
1202
github.com/zclconf/go-cty-debug v0.0.0-20191215020915-b22d67c1ba0b h1:FosyBZYxY34Wul7O/MSKey3txpPYyCqVO5ZyceuQJEI =
1199
1203
github.com/zclconf/go-cty-debug v0.0.0-20191215020915-b22d67c1ba0b /go.mod h1:ZRKQfBXbGkpdV6QMzT3rU1kSTAnfu1dO8dPKjYprgj8 =
1200
1204
github.com/zclconf/go-cty-yaml v1.0.2 /go.mod h1:IP3Ylp0wQpYm50IHK8OZWKMu6sPJIUgKa8XhiVHura0 =
Original file line number Diff line number Diff line change 1
1
module github.com/diggerhq/digger/cli_e2e
2
2
3
- go 1.22.0
3
+ go 1.22.2
Original file line number Diff line number Diff line change 1
1
module github.com/diggerhq/digger/ee/backend
2
2
3
- go 1.21.7
3
+ go 1.22.2
Original file line number Diff line number Diff line change 1
1
module github.com/diggerhq/digger/ee/cli
2
2
3
- go 1.21.7
3
+ go 1.22.2
Original file line number Diff line number Diff line change 1
1
module github.com/diggerhq/digger/libs
2
2
3
- go 1.21.6
3
+ go 1.22.2
4
4
5
5
require (
6
6
github.com/aws/aws-sdk-go v1.51.21
You can’t perform that action at this time.
0 commit comments