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
build framework cli
cd "$FRAMEWORK_CLI"
echo "framework_cli build start..."
go env -w GOPROXY=https://goproxy.io,direct
go mod tidy -compat=1.17
go build
echo -e "framework_cli build successfully.\n"
The text was updated successfully, but these errors were encountered:
txsim/cli/cmd imports
github.com/spf13/viper imports
github.com/spf13/viper/internal/encoding/hcl imports
github.com/hashicorp/hcl tested by
github.com/hashicorp/hcl.test imports
github.com/davecgh/go-spew/spew: nhooyr.io/[email protected]: reading nhooyr.io/websocket/go.mod at revision v1.8.7: unknown revision v1.8.7
执行这段代码时报错simcore/framework/build.sh
build framework cli
cd "$FRAMEWORK_CLI"
echo "framework_cli build start..."
go env -w GOPROXY=https://goproxy.io,direct
go mod tidy -compat=1.17
go build
echo -e "framework_cli build successfully.\n"
The text was updated successfully, but these errors were encountered: