Skip to content

Commit

Permalink
Remove replace statements (#99)
Browse files Browse the repository at this point in the history
* Remove replace statements

* Change branch

* Remove nancy ignores
  • Loading branch information
fhielpos authored Mar 2, 2024
1 parent d33695c commit e7cb0e0
Show file tree
Hide file tree
Showing 3 changed files with 1 addition and 11 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/zz_generated.fix_vulnerabilities.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ jobs:
name: Gather facts
runs-on: ubuntu-22.04
outputs:
branch: ${{ steps.gather_facts.outputs.branch }}
branch: ${{ steps.gather_facts.outputs.head }}
skip : ${{ steps.gather_facts.outputs.skip }}
steps:
- name: Checkout code
Expand Down
4 changes: 0 additions & 4 deletions .nancy-ignore

This file was deleted.

6 changes: 0 additions & 6 deletions go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -72,9 +72,3 @@ require (
sigs.k8s.io/structured-merge-diff/v4 v4.4.1 // indirect
sigs.k8s.io/yaml v1.4.0 // indirect
)

replace github.com/nats-io/jwt => github.com/nats-io/jwt v2.5.3+incompatible

replace github.com/nats-io/nats-server/v2 => github.com/nats-io/nats-server/v2 v2.10.9

replace github.com/sigstore/cosign/v2 => github.com/sigstore/cosign/v2 v2.2.2

0 comments on commit e7cb0e0

Please sign in to comment.