Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
update go-yaml in nix proxy (digital-asset#18026)
This code hasn't changed since it was first created 4 years ago. I wasn't able to find any way to go through the generation steps again (`go mod download` to go from `go.mod` to `go.sum`, then `vgo2nix` - which doesn't exist anymore - to go from `go.sum` to `deps.nix`) so instead I: 1. Deleted the `go.sum` file as it's mostly misdirection at this point. 2. Manually udpated the yaml version to the first non-vulnerable version so dependabot is happy, in both `go.mod` (which dependabot looks at) and `deps.nix` (which is the one we really use to resolve dependencies).
- Loading branch information