opentofu/internal/backend/remote-state/http
Martin Atkins cc5d324098 go.mod: go get go.uber.org/mock@v0.6.0
This is just a routine upgrade. We use this dependency only in our tests,
so this upgrade does not risk changing OpenTofu's behavior. There do not
seem to be any concerning changes upstream.

There are some systematic changes to the shape of the generated mock code,
with the results also included in this commit.

Signed-off-by: Martin Atkins <mart@degeneration.co.uk>
2025-10-13 08:18:06 -07:00
..
testdata [fixes 31700] Add mTLS support for http backend by way of client cert & key, as well as enterprise cacert. (#31699) 2023-01-26 14:08:07 +00:00
backend.go backend: Backend.DeleteWorkspace takes context.Context 2025-05-07 14:14:34 -07:00
backend_test.go ensure authorization header is included for http backends (#1657) 2024-05-20 18:03:56 +02:00
client.go statemgr+remote: context.Context parameters 2025-07-10 08:11:39 -07:00
client_test.go statemgr+remote: context.Context parameters 2025-07-10 08:11:39 -07:00
helper.go Add DEBUG-level logging to the "http" state storage backend (#2120) 2024-11-20 16:36:45 +02:00
helper_test.go Add DEBUG-level logging to the "http" state storage backend (#2120) 2024-11-20 16:36:45 +02:00
mock_server_test.go go.mod: go get go.uber.org/mock@v0.6.0 2025-10-13 08:18:06 -07:00
server_test.go go.mod: Use the new "tool" directive 2025-10-10 07:06:56 -03:00