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

Installation Failure #390

Open
cogitaria-admin opened this issue Jun 22, 2022 · 2 comments
Open

Installation Failure #390

cogitaria-admin opened this issue Jun 22, 2022 · 2 comments

Comments

@cogitaria-admin
Copy link

The "get" command is deprecated as of 1.17 last August.

https://go.dev/doc/go-get-install-deprecation#what-to-use-instead

The alternative "install" command using emitter@latest fails here:

# [github.com/emitter-io/emitter/config](http://github.com/emitter-io/emitter/config)
go/pkg/mod/github.com/emitter-io/emitter@v2.0.437+incompatible/config/config.go:66:18: undefined: config.VaultConfig
go/pkg/mod/github.com/emitter-io/emitter@v2.0.437+incompatible/config/config.go:75:31: undefined: config.VaultConfig
go/pkg/mod/github.com/emitter-io/emitter@v2.0.437+incompatible/config/config.go:84:21: undefined: config.NewVaultCache

Downloading the repo and running go build fails with security warning:

verifying [github.com/google/flatbuffers@v1.12.0](http://github.com/google/flatbuffers@v1.12.0): checksum mismatch
	downloaded: h1:N8EguYFm2wwdpoNcpchQY0tPs85vOJkboFb2dPxmixo=
	go.sum:   h1:/PtAHvnBY4Kqnx/xCQ3OIV9uYcSFGScBsWI3Oogeh6w=
@mindreframer
Copy link

Same experience... Any important reason why it the compilation locally fails?

@mindreframer
Copy link

Cloning the repo and building locally works:

$ git clone https://github.com/emitter-io/emitter
$ cd emitter
$ go  get -x .
$ go build -x .

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

2 participants