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
As you can see, they are using go.work which I need to exclude as the service is not yet (?) ready for this. And I need to use the go.mod and go.sum files from the cli subdirectory.
Unfortunately this fails, too, with lots of errors due to things missing in go.sum.
INFO:obs-service-go_modules:Using go.mod found at /tmp/tmp235j08bj/digger-cli-0.6.43/cli/go.mod
INFO:obs-service-go_modules:go mod download
INFO:obs-service-go_modules:go mod vendor
ERROR:obs-service-go_modules:go: github.com/diggerhq/digger/cli/cmd/digger imports
github.com/spf13/cobra: missing go.sum entry for module providing package github.com/spf13/cobra (imported by github.com/diggerhq/digger/cli/cmd/digger); to add:
go get github.com/diggerhq/digger/cli/cmd/digger
go: github.com/diggerhq/digger/cli/cmd/digger imports
github.com/diggerhq/digger/libs/comment_utils/summary imports
golang.org/x/text/cases: missing go.sum entry for module providing package golang.org/x/text/cases (imported by github.com/diggerhq/digger/libs/comment_utils/summary); to add:
go get github.com/diggerhq/digger/libs/comment_utils/[email protected]
[...]
Is this an error on their side? Or to be expected due to the usage of go.work?
Kind Regards,
Johannes
The text was updated successfully, but these errors were encountered:
Hi all,
I was trying to package digger, unfortunately it fails during vendoring the go dependencies.
This is my _service file:
As you can see, they are using
go.work
which I need to exclude as the service is not yet (?) ready for this. And I need to use thego.mod
andgo.sum
files from thecli
subdirectory.Unfortunately this fails, too, with lots of errors due to things missing in go.sum.
Is this an error on their side? Or to be expected due to the usage of
go.work
?Kind Regards,
Johannes
The text was updated successfully, but these errors were encountered: