File tree Expand file tree Collapse file tree 3 files changed +5
-3
lines changed Expand file tree Collapse file tree 3 files changed +5
-3
lines changed Original file line number Diff line number Diff line change @@ -5,6 +5,8 @@ name: benchmarks
55on :
66 pull_request :
77 paths :
8+ - go.mod
9+ - go.sum
810 - ' **.go'
911 - ' !**_test.go'
1012 - ' !cloud/testserver/**'
Original file line number Diff line number Diff 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
Original file line number Diff line number Diff line change @@ -947,8 +947,8 @@ github.com/terramate-io/go-checkpoint v1.0.0 h1:E+pBXByyRsLWQYyIeOgt25yWB4e7PN0z
947947github.com/terramate-io/go-checkpoint v1.0.0 /go.mod h1:UfmRlyHnecnIeW3etFv/qOVQiQEyaUiVH9OR9iAB8Qs =
948948github.com/terramate-io/hcl/v2 v2.0.0-rc6 h1:UCpcMfbizpgNQGbJHtIcvDqvR+H8wHrAju112QqV8Lo =
949949github.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 =
952952github.com/terramate-io/tfjson v1.0.0-rc1 h1:r4F/gesgsakfpxFPSy/wv3wnMUuY5JZcbYGK61FpQkM =
953953github.com/terramate-io/tfjson v1.0.0-rc1 /go.mod h1:JQdWgAhnl0nah3fB0aRfPXkPglMqx5im3cb3TvDlGMo =
954954github.com/tmc/grpc-websocket-proxy v0.0.0-20171017195756-830351dc03c6 /go.mod h1:ncp9v5uamzpCO7NfCPTXjqaC+bZgJeR0sMTm6dMHP7U =
You can’t perform that action at this time.
0 commit comments