-
Notifications
You must be signed in to change notification settings - Fork 26
Go get does not work #26
Comments
We are using in the cmd an old version in the of the redis module, so go get is ignoring the version defined in the cmd. did you update them? |
Sorry, but I literary have both clue what you mean. I know nothing about go (yet). All I did was install go and ran the go get command suggested |
@CactiChameleon9
You can find the textsecure executable in $GOPATH/bin |
Somehow your installation of go is not respecting the go.mod file, the support was introduced with go 1.12 and is standard in 1.13. My go version is 1.15.5 can you check that? |
my go version is 1.15.6
works just fine its strange, echo $GO111MODULE returns nothing |
Hi, also problems with the OS: Monterey 12.1
Problem is when running
|
Running the following command
go get github.com/signal-golang/textsecure/cmd/textsecure
I get an output of:Is there another way I am supposed to be using the library?
The text was updated successfully, but these errors were encountered: