Tools environment: GOPATH=D:/thisgo
Installing 4 tools at D:\thisgo\bin in module mode.
gopkgs
go-outline
dlv
staticcheck

Installing github.com/uudashr/gopkgs/v2/cmd/gopkgs@latest FAILED
{
"killed": false,
"code": 1,
"signal": null,
"cmd": "D:\Go\bin\go.exe install -v github.com/uudashr/gopkgs/v2/cmd/gopkgs@latest",
"stdout": "",
"stderr": "go: github.com/uudashr/gopkgs/v2/cmd/gopkgs@latest: invalid proxy URL missing scheme: direct;\n"
}
Installing github.com/ramya-rao-a/go-outline@latest FAILED
{
"killed": false,
"code": 1,
"signal": null,
"cmd": "D:\Go\bin\go.exe install -v github.com/ramya-rao-a/go-outline@latest",
"stdout": "",
"stderr": "go: github.com/ramya-rao-a/go-outline@latest: invalid proxy URL missing scheme: direct;\n"
}
Installing github.com/go-delve/delve/cmd/dlv@latest FAILED
{
"killed": false,
"code": 1,
"signal": null,
"cmd": "D:\Go\bin\go.exe install -v github.com/go-delve/delve/cmd/dlv@latest",
"stdout": "",
"stderr": "go: github.com/go-delve/delve/cmd/dlv@latest: invalid proxy URL missing scheme: direct;\n"
}
Installing honnef.co/go/tools/cmd/staticcheck@latest FAILED
{
"killed": false,
"code": 1,
"signal": null,
"cmd": "D:\Go\bin\go.exe install -v honnef.co/go/tools/cmd/staticcheck@latest",
"stdout": "",
"stderr": "go: honnef.co/go/tools/cmd/staticcheck@latest: invalid proxy URL missing scheme: direct;\n"
}

4 tools failed to install.

gopkgs: failed to install gopkgs(github.com/uudashr/gopkgs/v2/cmd/gopkgs@latest): Error: Command failed: D:\Go\bin\go.exe install -v github.com/uudashr/gopkgs/v2/cmd/gopkgs@latest
go: github.com/uudashr/gopkgs/v2/cmd/gopkgs@latest: invalid proxy URL missing scheme: direct;

go-outline: failed to install go-outline(github.com/ramya-rao-a/go-outline@latest): Error: Command failed: D:\Go\bin\go.exe install -v github.com/ramya-rao-a/go-outline@latest
go: github.com/ramya-rao-a/go-outline@latest: invalid proxy URL missing scheme: direct;

dlv: failed to install dlv(github.com/go-delve/delve/cmd/dlv@latest): Error: Command failed: D:\Go\bin\go.exe install -v github.com/go-delve/delve/cmd/dlv@latest
go: github.com/go-delve/delve/cmd/dlv@latest: invalid proxy URL missing scheme: direct;

staticcheck: failed to install staticcheck(honnef.co/go/tools/cmd/staticcheck@latest): Error: Command failed: D:\Go\bin\go.exe install -v honnef.co/go/tools/cmd/staticcheck@latest
go: honnef.co/go/tools/cmd/staticcheck@latest: invalid proxy URL missing scheme: direct;