We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
~/go/src/github.com/m-lab/alertmanager-github-receiver$ go get -u -t ./... # github.com/m-lab/alertmanager-github-receiver/alerts alerts/handler.go:94:10: undefined: notify.WebhookMessage alerts/handler.go:116:46: undefined: notify.WebhookMessage alerts/handler.go:168:47: undefined: notify.WebhookMessage alerts/template.go:79:14: undefined: notify.WebhookMessage alerts/template.go:84:23: undefined: notify.WebhookMessage alerts/template.go:89:27: undefined: notify.WebhookMessage
It looks like notify.WebhookMessage is no longer defined where we expect it to be defined (in github.com/prometheus/alertmanager/notify)
notify.WebhookMessage
github.com/prometheus/alertmanager/notify
The text was updated successfully, but these errors were encountered:
stephen-soltesz
Successfully merging a pull request may close this issue.
It looks like
notify.WebhookMessage
is no longer defined where we expect it to be defined (ingithub.com/prometheus/alertmanager/notify
)The text was updated successfully, but these errors were encountered: