Skip to content

Use of internal package not allowed  #296

@RIZY101

Description

@RIZY101

When trying to run your example given in the README of this repo I came across this error.

package command-line-arguments
	imports github.com/perlin-network/noise
	imports github.com/oasislabs/ed25519
	../../go/src/github.com/oasislabs/ed25519/batch_verify.go:37:2: use of internal package github.com/oasisprotocol/ed25519/internal/curve25519 not allowed
package command-line-arguments
	imports github.com/perlin-network/noise
	imports github.com/oasislabs/ed25519
	../../go/src/github.com/oasislabs/ed25519/batch_verify.go:38:2: use of internal package github.com/oasisprotocol/ed25519/internal/ge25519 not allowed
package command-line-arguments
	imports github.com/perlin-network/noise
	imports github.com/oasislabs/ed25519
	../../go/src/github.com/oasislabs/ed25519/batch_verify.go:39:2: use of internal package github.com/oasisprotocol/ed25519/internal/modm not allowed

I am using

go version go1.15.8 linux/amd64

and I installed noise via

% go get -u github.com/perlin-network/noise

Any help would be greatly appreciated! Also let me know if I can provide anymore useful information.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type
    No fields configured for issues without a type.

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions