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

internal package not allowed #147

Closed
ghost opened this issue Jul 16, 2018 · 1 comment
Closed

internal package not allowed #147

ghost opened this issue Jul 16, 2018 · 1 comment

Comments

@ghost
Copy link

ghost commented Jul 16, 2018

when i run sh make in project get this errors :

pkg/eestream/decode.go:14:2:error: use of internal package not allowed (vet)
pkg/overlay/test_utils.go:15:2:error: use of internal package not allowed (vet)
pkg/ranger/reader.go:12:2:error: use of internal package not allowed (vet)
  1. how i can fix these?
    update : fix by re get storj.

  2. when run sh vgo install ./... get :

go: import "storj.io/storj/cmd/minio" ->
	import "github.com/minio/minio/cmd" ->
	import "github.com/minio/minio-go/pkg/policy": cannot find module providing package github.com/minio/minio-go/pkg/policy
go: import "storj.io/storj/cmd/minio" ->
	import "github.com/minio/minio/cmd" ->
	import "github.com/minio/minio-go/pkg/set": cannot find module providing package github.com/minio/minio-go/pkg/set
go: import "storj.io/storj/cmd/minio" ->
	import "github.com/minio/minio/cmd" ->
	import "github.com/minio/minio/pkg/madmin" ->
	import "github.com/minio/minio-go/pkg/s3signer": cannot find module providing package github.com/minio/minio-go/pkg/s3signer
go: import "storj.io/storj/cmd/minio" ->
	import "github.com/minio/minio/cmd" ->
	import "github.com/minio/minio/pkg/madmin" ->
	import "github.com/minio/minio-go/pkg/s3utils": cannot find module providing package github.com/minio/minio-go/pkg/s3utils

how i can fix is?

  1. How i can run it ?

thank.

@jtolio
Copy link
Member

jtolio commented Sep 7, 2018

please try out the instructions in the latest README.md and open an issue if it still doesn't work. make sure to use the latest go 1.11, and follow the instructions as closely as possible

@jtolio jtolio closed this as completed Sep 7, 2018
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