jlewi / hydros

hydros automates hydrating and committing configuration
Apache License 2.0
4 stars 0 forks source link

go releaser is failing for v0.0.3 #71

Open jlewi opened 7 months ago

jlewi commented 7 months ago

https://github.com/jlewi/hydros/actions/runs/7720907820

missing go.sum entry for module providing package github.com/Microsoft/go-winio (imported by github.com/xanzy/ssh-agent); to add:
jlewi commented 7 months ago
go mod why github.com/MIcrosoft-go-winio
# github.com/MIcrosoft-go-winio
(main module does not need package github.com/MIcrosoft-go-winio)
jlewi@~/git_hydros#go mod why github.com/xanzy/ssh-agent   
# github.com/xanzy/ssh-agent
github.com/jlewi/hydros/pkg/gitops
github.com/go-git/go-git/v5/plumbing/transport/ssh
github.com/xanzy/ssh-agent
jlewi@~/git_hydros#