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
go.mod lists a bunch of modules that are missing in vendor, e.g. all golang.org/x, google.golang.org/ and k8s.io/. As a consequence, it is currently impossible to build wtf using only checked out sources:
$ go build -mod=vendor
build github.com/wtfutil/wtf: cannot load golang.org/x/crypto/openpgp: open /home/dg/tmp/wtf/vendor/golang.org/x/crypto/openpgp: no such file or directory
Could you please update vendor to contain all required dependencies?
The text was updated successfully, but these errors were encountered:
go.mod
lists a bunch of modules that are missing invendor
, e.g. allgolang.org/x
,google.golang.org/
andk8s.io/
. As a consequence, it is currently impossible to build wtf using only checked out sources:Could you please update
vendor
to contain all required dependencies?The text was updated successfully, but these errors were encountered: