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

Build is broken due to upstream changes #31

Closed
pboothe opened this issue Jan 3, 2020 · 0 comments · Fixed by #33
Closed

Build is broken due to upstream changes #31

pboothe opened this issue Jan 3, 2020 · 0 comments · Fixed by #33
Assignees
Labels

Comments

@pboothe
Copy link
Contributor

pboothe commented Jan 3, 2020

~/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)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants