File tree Expand file tree Collapse file tree 2 files changed +4
-3
lines changed
Expand file tree Collapse file tree 2 files changed +4
-3
lines changed Original file line number Diff line number Diff line change 11module github.com/hashicorp/terraform-ls
22
33go 1.22.4
4+ toolchain go1.23.2
45
56require (
67 github.com/algolia/algoliasearch-client-go/v3 v3.31.3
@@ -27,7 +28,7 @@ require (
2728 github.com/otiai10/copy v1.14.0
2829 github.com/pmezard/go-difflib v1.0.0
2930 github.com/stretchr/testify v1.9.0
30- github.com/vektra/mockery/v2 v2.46.0
31+ github.com/vektra/mockery/v2 v2.46.2
3132 github.com/zclconf/go-cty v1.15.0
3233 github.com/zclconf/go-cty-debug v0.0.0-20240509010212-0d6042c53940
3334 go.bobheadxi.dev/gobenchdata v1.3.1
Original file line number Diff line number Diff line change @@ -379,8 +379,8 @@ github.com/stretchr/testify v1.9.0 h1:HtqpIVDClZ4nwg75+f6Lvsy/wHu+3BoSGCbBAcpTsT
379379github.com/stretchr/testify v1.9.0 /go.mod h1:r2ic/lqez/lEtzL7wO/rwa5dbSLXVDPFyf8C91i36aY =
380380github.com/subosito/gotenv v1.4.2 h1:X1TuBLAMDFbaTAChgCBLu3DU3UPyELpnF2jjJ2cz/S8 =
381381github.com/subosito/gotenv v1.4.2 /go.mod h1:ayKnFf/c6rvx/2iiLrJUk1e6plDbT3edrFNGqEflhK0 =
382- github.com/vektra/mockery/v2 v2.46.0 h1:DKIFj6hAPGwmOYiWfWzdsQtBgU8ozPXo3Bwbmf+Ku80 =
383- github.com/vektra/mockery/v2 v2.46.0 /go.mod h1:XNTE9RIu3deGAGQRVjP1VZxGpQNm0YedZx4oDs3prr8 =
382+ github.com/vektra/mockery/v2 v2.46.2 h1:bpUncWvkiDzqn+aWwt4dY1aS0F8Ob4k8+WJrWU/Kh4s =
383+ github.com/vektra/mockery/v2 v2.46.2 /go.mod h1:dDivqi0ShM8A29mLgZn13yZ14MdXlTM4V360u8JDWCQ =
384384github.com/xanzy/ssh-agent v0.3.3 h1:+/15pJfg/RsTxqYcX6fHqOXZwwMP+2VyYWJeWM2qQFM =
385385github.com/xanzy/ssh-agent v0.3.3 /go.mod h1:6dzNDKs0J9rVPHPhaGCukekBHKqfl+L3KghI1Bc68Uw =
386386github.com/yuin/goldmark v1.1.25 /go.mod h1:3hX8gzYuyVAZsxl0MRgGTJEmQBFcNTphYh9decYSb74 =
You can’t perform that action at this time.
0 commit comments