We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c865c17 commit 47c0060Copy full SHA for 47c0060
1 file changed
go.mod
@@ -313,7 +313,6 @@ require (
313
github.com/BurntSushi/toml v1.6.0 // indirect
314
github.com/CycloneDX/cyclonedx-go v0.11.0 // indirect
315
github.com/Jeffail/gabs/v2 v2.7.0 // indirect
316
- github.com/MakeNowJust/heredoc v1.0.0 // indirect
317
github.com/Masterminds/goutils v1.1.1 // indirect
318
github.com/Masterminds/semver/v3 v3.5.0 // indirect
319
github.com/Masterminds/sprig/v3 v3.3.0 // indirect
@@ -598,6 +597,7 @@ require (
598
597
599
require (
600
al.essio.dev/pkg/shellescape v1.6.0 // indirect
+ github.com/MakeNowJust/heredoc v1.0.0 // indirect
601
github.com/bytecodealliance/wasmtime-go/v44 v44.0.0 // indirect
602
github.com/cenkalti/backoff/v6 v6.0.1 // indirect
603
)
0 commit comments