Skip to content
Open
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: 1 addition & 1 deletion go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ require (
github.com/hashicorp/terraform-plugin-go v0.28.0
github.com/hashicorp/terraform-plugin-log v0.9.0
github.com/hashicorp/terraform-plugin-testing v1.13.3
github.com/pipe-cd/pipecd v0.54.1
github.com/pipe-cd/pipecd v0.55.0
go.uber.org/mock v0.6.0
google.golang.org/grpc v1.76.0
)
Expand Down
4 changes: 2 additions & 2 deletions go.sum
Original file line number Diff line number Diff line change
Expand Up @@ -175,8 +175,8 @@ github.com/mitchellh/reflectwalk v1.0.2 h1:G2LzWKi524PWgd3mLHV8Y5k7s6XUvT0Gef6zx
github.com/mitchellh/reflectwalk v1.0.2/go.mod h1:mSTlrgnPZtwu0c4WaC2kGObEpuNDbx0jmZXqmk4esnw=
github.com/oklog/run v1.0.0 h1:Ru7dDtJNOyC66gQ5dQmaCa0qIsAUFY3sFpK1Xk8igrw=
github.com/oklog/run v1.0.0/go.mod h1:dlhp/R75TPv97u0XWUtDeV/lRKWPKSdTuV0TZvrmrQA=
github.com/pipe-cd/pipecd v0.54.1 h1:2wzivNs/NM+oXbwNiSsjOiDVSv8I3WZ6lxWj8Mx43+o=
github.com/pipe-cd/pipecd v0.54.1/go.mod h1:zCAPVhEtKy+fev5kKpsM+3UKhwW3D0qeYoHPPpdgVbc=
github.com/pipe-cd/pipecd v0.55.0 h1:lheTDpSlYdxpf+IZLgc3bC40bk438Avtvg6Ctvi70Ow=
github.com/pipe-cd/pipecd v0.55.0/go.mod h1:zCAPVhEtKy+fev5kKpsM+3UKhwW3D0qeYoHPPpdgVbc=
github.com/pjbgf/sha1cd v0.3.2 h1:a9wb0bp1oC2TGwStyn0Umc/IGKQnEgF0vVaZ8QF8eo4=
github.com/pjbgf/sha1cd v0.3.2/go.mod h1:zQWigSxVmsHEZow5qaLtPYxpcKMMQpa09ixqBxuCS6A=
github.com/pkg/errors v0.8.1/go.mod h1:bwawxfHBFNV+L2hUp1rHADufV3IMtnDRdf1r5NINEl0=
Expand Down