Skip to content

Commit cdbb968

Browse files
Merge pull request #200 from luthersystems/chore/780-genconfig-parallelism-pin
chore(deps): pin presets to merged #780 (plan parallelism + adaptive retries)
2 parents 028a34e + 7ff8dc2 commit cdbb968

2 files changed

Lines changed: 3 additions & 3 deletions

File tree

go.mod

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ require (
1414
github.com/aws/aws-sdk-go-v2/service/sts v1.42.1
1515
github.com/hashicorp/terraform-json v0.27.2
1616
github.com/joho/godotenv v1.5.1
17-
github.com/luthersystems/insideout-terraform-presets v0.11.1-0.20260609234539-6f2675350c14
17+
github.com/luthersystems/insideout-terraform-presets v0.11.1-0.20260610172028-6022ce37fb27
1818
github.com/sosedoff/ansible-vault-go v0.2.0
1919
gopkg.in/yaml.v3 v3.0.1
2020
)

go.sum

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -218,8 +218,8 @@ github.com/kr/text v0.2.0 h1:5Nx0Ya0ZqY2ygV366QzturHI13Jq95ApcVaJBhpS+AY=
218218
github.com/kr/text v0.2.0/go.mod h1:eLer722TekiGuMkidMxC/pM04lWEeraHUUmBw8l2grE=
219219
github.com/kylelemons/godebug v1.1.0 h1:RPNrshWIDI6G2gRW9EHilWtl7Z6Sb1BR0xunSBf0SNc=
220220
github.com/kylelemons/godebug v1.1.0/go.mod h1:9/0rRGxNHcop5bhtWyNeEfOS8JIWk580+fNqagV/RAw=
221-
github.com/luthersystems/insideout-terraform-presets v0.11.1-0.20260609234539-6f2675350c14 h1:kBP1mxqXdnaQ5YVWOfZtdJldmlpQ5mTQFSG6nT7270s=
222-
github.com/luthersystems/insideout-terraform-presets v0.11.1-0.20260609234539-6f2675350c14/go.mod h1:fyI1Jx4oP2pDH+BChbS2F7M07nPAr4AF23K9Ll+AlrA=
221+
github.com/luthersystems/insideout-terraform-presets v0.11.1-0.20260610172028-6022ce37fb27 h1:MsOsfgcO3jHlXFx6jON9zYZpSDZ2R8v/8QxJ3xfDmPs=
222+
github.com/luthersystems/insideout-terraform-presets v0.11.1-0.20260610172028-6022ce37fb27/go.mod h1:fyI1Jx4oP2pDH+BChbS2F7M07nPAr4AF23K9Ll+AlrA=
223223
github.com/mitchellh/go-wordwrap v1.0.1 h1:TLuKupo69TCn6TQSyGxwI1EblZZEsQ0vMlAFQflz0v0=
224224
github.com/mitchellh/go-wordwrap v1.0.1/go.mod h1:R62XHJLzvMFRBbcrT7m7WgmE1eOyTSsCt+hzestvNj0=
225225
github.com/pjbgf/sha1cd v0.3.2 h1:a9wb0bp1oC2TGwStyn0Umc/IGKQnEgF0vVaZ8QF8eo4=

0 commit comments

Comments
 (0)