Skip to content

Commit ddd34dc

Browse files
authored
Merge branch 'main' into i4k-parent-metadata
2 parents b933468 + 13e6443 commit ddd34dc

File tree

3 files changed

+5
-3
lines changed

3 files changed

+5
-3
lines changed

.github/workflows/benchmark.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,8 @@ name: benchmarks
55
on:
66
pull_request:
77
paths:
8+
- go.mod
9+
- go.sum
810
- '**.go'
911
- '!**_test.go'
1012
- '!cloud/testserver/**'

go.mod

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ require (
3030
github.com/shurcooL/githubv4 v0.0.0-20240120211514-18a1ae0e79dc
3131
github.com/terramate-io/go-checkpoint v1.0.0
3232
github.com/terramate-io/hcl/v2 v2.0.0-rc6
33-
github.com/terramate-io/opentofulib v1.0.0-rc6
33+
github.com/terramate-io/opentofulib v1.0.1
3434
github.com/terramate-io/tfjson v1.0.0-rc1
3535
github.com/willabides/kongplete v0.2.0
3636
github.com/zclconf/go-cty v1.14.4

go.sum

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -947,8 +947,8 @@ github.com/terramate-io/go-checkpoint v1.0.0 h1:E+pBXByyRsLWQYyIeOgt25yWB4e7PN0z
947947
github.com/terramate-io/go-checkpoint v1.0.0/go.mod h1:UfmRlyHnecnIeW3etFv/qOVQiQEyaUiVH9OR9iAB8Qs=
948948
github.com/terramate-io/hcl/v2 v2.0.0-rc6 h1:UCpcMfbizpgNQGbJHtIcvDqvR+H8wHrAju112QqV8Lo=
949949
github.com/terramate-io/hcl/v2 v2.0.0-rc6/go.mod h1:5M0ouzGQXtZ6hnSkVPudYu1EQixH6AfFuPDqqjIkwQU=
950-
github.com/terramate-io/opentofulib v1.0.0-rc6 h1:a8Cli0j7QdMn0BiDfZ8/z9+6v86giS1u6zcB4nVAJlA=
951-
github.com/terramate-io/opentofulib v1.0.0-rc6/go.mod h1:GzEJX/rRDA7y31qcAJLTQ24PTK5pe//6WrhnaeXZ7zE=
950+
github.com/terramate-io/opentofulib v1.0.1 h1:x+vEbfSVjAyUaOiQJtPhB4oI7hDgklmeUVhwNQg7HR0=
951+
github.com/terramate-io/opentofulib v1.0.1/go.mod h1:GzEJX/rRDA7y31qcAJLTQ24PTK5pe//6WrhnaeXZ7zE=
952952
github.com/terramate-io/tfjson v1.0.0-rc1 h1:r4F/gesgsakfpxFPSy/wv3wnMUuY5JZcbYGK61FpQkM=
953953
github.com/terramate-io/tfjson v1.0.0-rc1/go.mod h1:JQdWgAhnl0nah3fB0aRfPXkPglMqx5im3cb3TvDlGMo=
954954
github.com/tmc/grpc-websocket-proxy v0.0.0-20171017195756-830351dc03c6/go.mod h1:ncp9v5uamzpCO7NfCPTXjqaC+bZgJeR0sMTm6dMHP7U=

0 commit comments

Comments
 (0)