There is an unreachable forced import which causes failure in github action in sourceclear part. For this sourceclear failed to list dependencies using go list -deps -json all command.
The local statik package is ignored in the .gitignore & only available after build. Without building the project go mod tidy command couldn't find the local statik package.
Summary
There is an unreachable forced import which causes failure in github action in sourceclear part. For this sourceclear failed to list dependencies using
go list -deps -json all
command.The local statik package is ignored in the .gitignore & only available after build. Without building the project
go mod tidy
command couldn't find the local statik package.