otto-de / traefik-config-validator

Validator for your Traefik Proxy (https://doc.traefik.io/traefik/) configuration
Apache License 2.0
22 stars 5 forks source link

[BUG] go install does not work #9

Open thomasklinger1234 opened 2 years ago

thomasklinger1234 commented 2 years ago

Is there an existing issue for this?

Current Behavior

When trying to install the CLI via go install github.com/otto-de/traefik-config-validator, I receive the following error message

go install: github.com/otto-de/traefik-config-validator@v0.0.2: module github.com/otto-de/traefik-config-validator@v0.0.2 found, but does not contain package github.com/otto-de/traefik-config-validator

Expected Behavior

go install ... works

Steps To Reproduce

  1. go install github.com/otto-de/traefik-config-validator@v0.0.2

Anything else?

No response

devcwm commented 2 years ago

@thomasklinger1234 is there any update on how to install this? Or can you provide alternative how you're using it?

physikerwelt commented 2 years ago

you can run git clone, make install for now.

sergeycherepanov commented 1 year ago

just use

go install github.com/otto-de/traefik-config-validator/cmd/traefik-config-validator@latest