OperatorFoundation / shapeshifter-dispatcher

Shapeshifter Dispatcher converts Pluggable Transports that implement the Go API from the Pluggable Transports 2.1 specification into proxies usable by applications. Several proxy modes are provided, including proxying of both TCP and UDP traffic.
https://OperatorFoundation.org/
MIT License
177 stars 28 forks source link

Error building shapeshifter-dispatcher #17

Closed br0metheus closed 5 years ago

br0metheus commented 5 years ago

In reference to issue #15 , I am also having this issue. Importing polish gives a 404 error. Looking through the directories locally, a listing shows:

/src/github.com/OperatorFoundation/shapeshifter-transports/transports/Replicant/polish# total 16 -rw-rw-r-- 1 user user 84 Oct 2 23:30 config.go -rw-rw-r-- 1 user user 1398 Oct 2 23:30 polish.go -rw-rw-r-- 1 user user 6832 Oct 2 23:30 silver.go

I've tried building on Debian 10 and Ubuntu 18.04

br0metheus commented 5 years ago

The full error is: go get -u github.com/OperatorFoundation/shapeshifter-dispatcher/shapeshifter-dispatcher package github.com/OperatorFoundation/shapeshifter-transports/transports/replicant/polish: cannot find package "github.com/OperatorFoundation/shapeshifter-transports/transports/replicant/polish" in any of: /usr/local/go/src/github.com/OperatorFoundation/shapeshifter-transports/transports/replicant/polish (from $GOROOT) /home/user/go/src/github.com/OperatorFoundation/shapeshifter-transports/transports/replicant/polish (from $GOPATH) package github.com/OperatorFoundation/shapeshifter-transports/transports/replicant/toneburst: cannot find package "github.com/OperatorFoundation/shapeshifter-transports/transports/replicant/toneburst" in any of: /usr/local/go/src/github.com/OperatorFoundation/shapeshifter-transports/transports/replicant/toneburst (from $GOROOT) /home/user/go/src/github.com/OperatorFoundation/shapeshifter-transports/transports/replicant/toneburst (from $GOPATH)

KwadroNaut commented 5 years ago

This will be fixed once someone merges https://github.com/OperatorFoundation/shapeshifter-transports/pull/6

CryptoSax commented 5 years ago

This was fixed by a recent pull request by KwardoNaut!