Skip to content

Commit 7cc7839

Browse files
chore(deps): update dependency go to v1.22.2
1 parent 6bbd1e0 commit 7cc7839

File tree

7 files changed

+12
-8
lines changed

7 files changed

+12
-8
lines changed

backend/go.mod

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
module github.com/diggerhq/digger/backend
22

3-
go 1.21.6
3+
go 1.22.2
44

55
replace github.com/diggerhq/digger/libs => ../libs
66

cli/go.mod

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
module github.com/diggerhq/digger/cli
22

3-
go 1.21.6
3+
go 1.22.2
44

55
replace github.com/diggerhq/digger/libs => ../libs
66

@@ -89,7 +89,7 @@ require (
8989
github.com/hashicorp/go-version v1.6.0 // indirect
9090
github.com/hashicorp/golang-lru v0.5.4 // indirect
9191
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
9393
github.com/hashicorp/logutils v1.0.0 // indirect
9494
github.com/hashicorp/terraform v0.15.3 // indirect
9595
github.com/hashicorp/terraform-config-inspect v0.0.0-20231204233900-a34142ec2a72 // indirect
@@ -142,7 +142,7 @@ require (
142142
github.com/vmihailenco/msgpack/v5 v5.3.5 // indirect
143143
github.com/vmihailenco/tagparser/v2 v2.0.0 // indirect
144144
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
146146
github.com/zclconf/go-cty-yaml v1.0.3 // indirect
147147
go.mozilla.org/gopgagent v0.0.0-20170926210634-4d7ea76ff71a // indirect
148148
go.mozilla.org/sops/v3 v3.7.3 // indirect

cli/go.sum

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -788,6 +788,8 @@ github.com/hashicorp/hcl/v2 v2.19.1 h1://i05Jqznmb2EXqa39Nsvyan2o5XyMowW5fnCKW5R
788788
github.com/hashicorp/hcl/v2 v2.19.1/go.mod h1:ThLC89FV4p9MPW804KVbe/cEXoQ8NZEh+JtMeeGErHE=
789789
github.com/hashicorp/hcl/v2 v2.20.0 h1:l++cRs/5jQOiKVvqXZm/P1ZEfVXJmvLS9WSVxkaeTb4=
790790
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=
791793
github.com/hashicorp/jsonapi v0.0.0-20210420151930-edf82c9774bf/go.mod h1:Yog5+CPEM3c99L1CL2CFCYoSzgWm5vTU58idbRUaLik=
792794
github.com/hashicorp/logutils v1.0.0 h1:dLEQVugN8vlakKOUE3ihGLTZJRB4j+M2cdTm/ORI65Y=
793795
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
11951197
github.com/zclconf/go-cty v1.14.2/go.mod h1:VvMs5i0vgZdhYawQNq5kePSpLAoz8u1xvZgrPIxfnZE=
11961198
github.com/zclconf/go-cty v1.14.3 h1:1JXy1XroaGrzZuG6X9dt7HL6s9AwbY+l4UNL8o5B6ho=
11971199
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=
11981202
github.com/zclconf/go-cty-debug v0.0.0-20191215020915-b22d67c1ba0b h1:FosyBZYxY34Wul7O/MSKey3txpPYyCqVO5ZyceuQJEI=
11991203
github.com/zclconf/go-cty-debug v0.0.0-20191215020915-b22d67c1ba0b/go.mod h1:ZRKQfBXbGkpdV6QMzT3rU1kSTAnfu1dO8dPKjYprgj8=
12001204
github.com/zclconf/go-cty-yaml v1.0.2/go.mod h1:IP3Ylp0wQpYm50IHK8OZWKMu6sPJIUgKa8XhiVHura0=

cli_e2e/go.mod

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
module github.com/diggerhq/digger/cli_e2e
22

3-
go 1.22.0
3+
go 1.22.2

ee/backend/go.mod

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
module github.com/diggerhq/digger/ee/backend
22

3-
go 1.21.7
3+
go 1.22.2

ee/cli/go.mod

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
module github.com/diggerhq/digger/ee/cli
22

3-
go 1.21.7
3+
go 1.22.2

libs/go.mod

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
module github.com/diggerhq/digger/libs
22

3-
go 1.21.6
3+
go 1.22.2
44

55
require (
66
github.com/aws/aws-sdk-go v1.51.21

0 commit comments

Comments
 (0)