Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

chore: upgrade opentofulib. #1945

Draft
wants to merge 3 commits into
base: main
Choose a base branch
from
Draft
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 2 additions & 0 deletions .github/workflows/benchmark.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,8 @@ name: benchmarks
on:
pull_request:
paths:
- go.mod
- go.sum
- '**.go'
- '!**_test.go'
- '!cloud/testserver/**'
Expand Down
2 changes: 1 addition & 1 deletion go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ require (
github.com/shurcooL/githubv4 v0.0.0-20240120211514-18a1ae0e79dc
github.com/terramate-io/go-checkpoint v1.0.0
github.com/terramate-io/hcl/v2 v2.0.0-rc6
github.com/terramate-io/opentofulib v1.0.0-rc6
github.com/terramate-io/opentofulib v1.0.1
github.com/terramate-io/tfjson v1.0.0-rc1
github.com/willabides/kongplete v0.2.0
github.com/zclconf/go-cty v1.14.4
Expand Down
4 changes: 2 additions & 2 deletions go.sum
Original file line number Diff line number Diff line change
Expand Up @@ -947,8 +947,8 @@ github.com/terramate-io/go-checkpoint v1.0.0 h1:E+pBXByyRsLWQYyIeOgt25yWB4e7PN0z
github.com/terramate-io/go-checkpoint v1.0.0/go.mod h1:UfmRlyHnecnIeW3etFv/qOVQiQEyaUiVH9OR9iAB8Qs=
github.com/terramate-io/hcl/v2 v2.0.0-rc6 h1:UCpcMfbizpgNQGbJHtIcvDqvR+H8wHrAju112QqV8Lo=
github.com/terramate-io/hcl/v2 v2.0.0-rc6/go.mod h1:5M0ouzGQXtZ6hnSkVPudYu1EQixH6AfFuPDqqjIkwQU=
github.com/terramate-io/opentofulib v1.0.0-rc6 h1:a8Cli0j7QdMn0BiDfZ8/z9+6v86giS1u6zcB4nVAJlA=
github.com/terramate-io/opentofulib v1.0.0-rc6/go.mod h1:GzEJX/rRDA7y31qcAJLTQ24PTK5pe//6WrhnaeXZ7zE=
github.com/terramate-io/opentofulib v1.0.1 h1:x+vEbfSVjAyUaOiQJtPhB4oI7hDgklmeUVhwNQg7HR0=
github.com/terramate-io/opentofulib v1.0.1/go.mod h1:GzEJX/rRDA7y31qcAJLTQ24PTK5pe//6WrhnaeXZ7zE=
github.com/terramate-io/tfjson v1.0.0-rc1 h1:r4F/gesgsakfpxFPSy/wv3wnMUuY5JZcbYGK61FpQkM=
github.com/terramate-io/tfjson v1.0.0-rc1/go.mod h1:JQdWgAhnl0nah3fB0aRfPXkPglMqx5im3cb3TvDlGMo=
github.com/tmc/grpc-websocket-proxy v0.0.0-20171017195756-830351dc03c6/go.mod h1:ncp9v5uamzpCO7NfCPTXjqaC+bZgJeR0sMTm6dMHP7U=
Expand Down
Loading