You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Describe the bug
Packaging gh-dash (e.g. for nixpkgs) requires that go mod vendor works. However, running go mod vendor for 4.13.0 results in
go: github.com/dlvhdr/gh-dash/v4/ui/common tested by
github.com/dlvhdr/gh-dash/v4/ui/common.test imports
github.com/stretchr/testify/require: missing go.sum entry for module providing package github.com/stretchr/testify/require (imported by github.com/dlvhdr/gh-dash/v4/ui/common); to add:
go get -t github.com/dlvhdr/gh-dash/v4/ui/common
Of course, this is easy to work around, but ideally, it is fixed upstream.
Expected behavior
gh-dash should be go mod vendor-clean, maybe by enforcing this on CI? Thanks!
The text was updated successfully, but these errors were encountered:
Describe the bug
Packaging gh-dash (e.g. for nixpkgs) requires that
go mod vendor
works. However, runninggo mod vendor
for 4.13.0 results inOf course, this is easy to work around, but ideally, it is fixed upstream.
Expected behavior
gh-dash should be
go mod vendor
-clean, maybe by enforcing this on CI? Thanks!The text was updated successfully, but these errors were encountered: