Skip to content
Merged
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 README.md
Original file line number Diff line number Diff line change
Expand Up @@ -455,7 +455,7 @@ echo "placeholder comment" | txtar . >../cmd/tfplugindocs/testdata/scripts/provi
Once a new text archive is created, the comment header can be replaced with [test script commands](https://pkg.go.dev/github.com/rogpeppe/go-internal/testscript)
like `env`, `cmp`, `exec`, etc. These commands control what actually is run during the test along with the assertions, for example:
```bash
# Copyright (c) HashiCorp, Inc.
# Copyright IBM Corp. 2020, 2026
# SPDX-License-Identifier: MPL-2.0

# Successful run of tfplugindocs on a Framework provider with examples but no templates or pre-existing docs.
Expand Down
2 changes: 1 addition & 1 deletion cmd/tfplugindocs/build/version.go
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
// Copyright (c) HashiCorp, Inc.
// Copyright IBM Corp. 2020, 2026
// SPDX-License-Identifier: MPL-2.0

package build
Expand Down
2 changes: 1 addition & 1 deletion tools/go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ module tools

go 1.24.0

require github.com/hashicorp/copywrite v0.24.2
require github.com/hashicorp/copywrite v0.25.0

require (
github.com/AlecAivazis/survey/v2 v2.3.7 // indirect
Expand Down
4 changes: 2 additions & 2 deletions tools/go.sum
Original file line number Diff line number Diff line change
Expand Up @@ -144,8 +144,8 @@ github.com/grpc-ecosystem/go-grpc-prometheus v1.2.0/go.mod h1:8NvIoxWQoOIhqOTXgf
github.com/grpc-ecosystem/grpc-gateway v1.16.0/go.mod h1:BDjrQk3hbvj6Nolgz8mAMFbcEtjT1g+wF4CSlocrBnw=
github.com/hashicorp/consul/api v1.13.0/go.mod h1:ZlVrynguJKcYr54zGaDbaL3fOvKC9m72FhPvA8T35KQ=
github.com/hashicorp/consul/sdk v0.8.0/go.mod h1:GBvyrGALthsZObzUGsfgHZQDXjg4lOjagTIwIR1vPms=
github.com/hashicorp/copywrite v0.24.2 h1:umJZHuaQtAqrqQjCa92x7Y+aeu1Q1guxG4bbHirYj8w=
github.com/hashicorp/copywrite v0.24.2/go.mod h1://N9JrBC2l2ulrjprBfCRvUAiv5PlJmnpI3MFrAz/WM=
github.com/hashicorp/copywrite v0.25.0 h1:HiRPeUetU6WDl2ET6eJ/Xh5uNuom57drVty19Vap2qs=
github.com/hashicorp/copywrite v0.25.0/go.mod h1://N9JrBC2l2ulrjprBfCRvUAiv5PlJmnpI3MFrAz/WM=
github.com/hashicorp/errwrap v1.0.0/go.mod h1:YH+1FKiLXxHSkmPseP+kNlulaMuP3n2brvKWEqk/Jc4=
github.com/hashicorp/go-cleanhttp v0.5.0/go.mod h1:JpRdi6/HCYpAwUzNwuwqhbovhLtngrth3wmdIIUrZ80=
github.com/hashicorp/go-cleanhttp v0.5.1/go.mod h1:JpRdi6/HCYpAwUzNwuwqhbovhLtngrth3wmdIIUrZ80=
Expand Down