diff --git a/.github/workflows/syft.yaml b/.github/workflows/syft.yaml index b609904..f24de66 100644 --- a/.github/workflows/syft.yaml +++ b/.github/workflows/syft.yaml @@ -16,4 +16,4 @@ jobs: - uses: anchore/sbom-action@8e94d75ddd33f69f691467e42275782e4bfefe84 # v0.20.9 with: path: . - dependency-snapshot: true + dependency-snapshot: true \ No newline at end of file diff --git a/foo/go.mod b/foo/go.mod index f6e3115..38ef7ee 100644 --- a/foo/go.mod +++ b/foo/go.mod @@ -4,5 +4,5 @@ go 1.22.4 require ( github.com/dsp-testing/jake-golib v1.0.0 - golang.org/x/text v0.3.8 + golang.org/x/text v0.3.6 )