cybozu-go / transocks

Transparent SOCKS5 / HTTP proxy in Go
MIT License
467 stars 61 forks source link

Installation failed #29

Closed carcabot closed 3 years ago

carcabot commented 3 years ago

Hi there,

I have tried to install this repo as requested and I cannot make it work.

root@localhost:/# go get -u github.com/cybozu-go/transocks/...
package math/bits: unrecognized import path "math/bits" (import path does not begin with hostname)
package github.com/apparentlymart/go-textseg/v13/textseg: cannot find package "github.com/apparentlymart/go-textseg/v13/textseg" in any of:
    /usr/local/go/src/github.com/apparentlymart/go-textseg/v13/textseg (from $GOROOT)
    /root/work/src/github.com/apparentlymart/go-textseg/v13/textseg (from $GOPATH)
package github.com/hashicorp/hcl/hcl/printer: cannot find package "github.com/hashicorp/hcl/hcl/printer" in any of:
    /usr/local/go/src/github.com/hashicorp/hcl/hcl/printer (from $GOROOT)
    /root/work/src/github.com/hashicorp/hcl/hcl/printer (from $GOPATH)

go version:

root@localhost:/# go version
go version go1.7.4 linux/amd64

Is there any chance to fix this ?

Greetings.

SilverClash commented 3 years ago

@carcabot hi! How you managed to solve the issue? I facing with the same errors and really appreciate if you can help

carcabot commented 3 years ago

@SilverClash I don't remember how I fixed but I have a binary file compiled already which can help you out.

Binary file

SilverClash commented 3 years ago

Thanks, but I have different fork, so, really need to figure out what's wrong