Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

use of internal package not allowed when trying to build linkerd-tcp example #273

Open
vuldin opened this issue Aug 28, 2023 · 0 comments
Open

Comments

@vuldin
Copy link

vuldin commented Aug 28, 2023

Trying to run docker compose build within the linkerd-tcp example results in:

=> ERROR [web0 builder 3/5] RUN go get -d -v github.com/go-redis/redis                                                                                                                                  6.1s
 => [web3 internal] load build context                                                                                                                                                                   0.2s
 => => transferring context: 28B                                                                                                                                                                         0.0s
 => [web8 internal] load build context                                                                                                                                                                   0.2s
 => => transferring context: 28B                                                                                                                                                                         0.0s
 => [web9 internal] load build context                                                                                                                                                                   0.2s
 => => transferring context: 28B                                                                                                                                                                         0.0s
 => [web2 internal] load build context                                                                                                                                                                   0.2s
 => => transferring context: 28B                                                                                                                                                                         0.0s
 => [web1 internal] load build context                                                                                                                                                                   0.2s
 => => transferring context: 28B                                                                                                                                                                         0.0s
 => [web7 internal] load build context                                                                                                                                                                   0.1s
 => => transferring context: 28B                                                                                                                                                                         0.0s
------
 > [web0 builder 3/5] RUN go get -d -v github.com/go-redis/redis:
0.349 github.com/go-redis/redis (download)
2.652 github.com/cespare/xxhash (download)
3.535 github.com/dgryski/go-rendezvous (download)
4.199 github.com/redis/go-redis (download)
6.044 ../../../go-redis/redis/cluster.go:17:2: use of internal package not allowed
6.044 ../../../go-redis/redis/cluster.go:18:2: use of internal package not allowed
6.044 ../../../go-redis/redis/command.go:12:2: use of internal package not allowed
6.044 ../../../go-redis/redis/cluster.go:19:2: use of internal package not allowed
6.044 ../../../go-redis/redis/cluster.go:20:2: use of internal package not allowed
6.044 ../../../go-redis/redis/cluster.go:21:2: use of internal package not allowed
6.044 ../../../go-redis/redis/command.go:14:2: use of internal package not allowed
------
failed to solve: process "/bin/sh -c go get -d -v github.com/go-redis/redis" did not complete successfully: exit code: 1
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant