File tree Expand file tree Collapse file tree 3 files changed +4
-4
lines changed
Expand file tree Collapse file tree 3 files changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -5,7 +5,7 @@ go 1.25.7
55tool golang.org/x/tools/cmd/goimports
66
77require (
8- github.com/MakeNowJust/heredoc v1 .0.0
8+ github.com/MakeNowJust/heredoc/v2 v2 .0.1
99 github.com/alecthomas/kingpin/v2 v2.4.0
1010 github.com/crossplane/crossplane-runtime/v2 v2.0.0
1111 github.com/crossplane/crossplane-tools v0.0.0-20251017183449-dd4517244339
Original file line number Diff line number Diff line change @@ -30,8 +30,8 @@ github.com/GoogleCloudPlatform/opentelemetry-operations-go/internal/cloudmock v0
3030github.com/GoogleCloudPlatform/opentelemetry-operations-go/internal/cloudmock v0.54.0 /go.mod h1:vB2GH9GAYYJTO3mEn8oYwzEdhlayZIdQz6zdzgUIRvA =
3131github.com/GoogleCloudPlatform/opentelemetry-operations-go/internal/resourcemapping v0.54.0 h1:s0WlVbf9qpvkh1c/uDAPElam0WrL7fHRIidgZJ7UqZI =
3232github.com/GoogleCloudPlatform/opentelemetry-operations-go/internal/resourcemapping v0.54.0 /go.mod h1:Mf6O40IAyB9zR/1J8nGDDPirZQQPbYJni8Yisy7NTMc =
33- github.com/MakeNowJust/heredoc v1 .0.0 h1:cXCdzVdstXyiTqTvfqk9SDHpKNjxuom+DOlyEeQ4pzQ =
34- github.com/MakeNowJust/heredoc v1 .0.0 /go.mod h1:mG5amYoWBHf8vpLOuehzbGGw0EHxpZZ6lCpQ4fNJ8LE =
33+ github.com/MakeNowJust/heredoc/v2 v2 .0.1 h1:rlCHh70XXXv7toz95ajQWOWQnN4WNLt0TdpZYIR/J6A =
34+ github.com/MakeNowJust/heredoc/v2 v2 .0.1 /go.mod h1:6/2Abh5s+hc3g9nbWLe9ObDIOhaRrqsyY9MWy+4JdRM =
3535github.com/alecthomas/kingpin/v2 v2.4.0 h1:f48lwail6p8zpO1bC4TxtqACaGqHYA22qkHjHpqDjYY =
3636github.com/alecthomas/kingpin/v2 v2.4.0 /go.mod h1:0gyi0zQnjuFk8xrkNKamJoyUo382HRL7ATRpFZCw6tE =
3737github.com/alecthomas/units v0.0.0-20240927000941-0f3dac36c52b h1:mimo19zliBX/vSQ6PWWSL9lK8qwHozUj03+zLoEB8O0 =
Original file line number Diff line number Diff line change @@ -20,7 +20,7 @@ import (
2020 "os/exec"
2121 "testing"
2222
23- "github.com/MakeNowJust/heredoc"
23+ "github.com/MakeNowJust/heredoc/v2 "
2424 "github.com/google/go-cmp/cmp"
2525 "github.com/pkg/errors"
2626)
You can’t perform that action at this time.
0 commit comments