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

bump shoutrrr to v0.5.3 #1271

Merged
merged 1 commit into from
Apr 11, 2022
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
bump shoutrrr to v0.5.3
  • Loading branch information
piksel committed Apr 11, 2022
commit ef9415772433de7968a18f13ab2a15a2c8f74699
4 changes: 2 additions & 2 deletions go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ replace github.com/opencontainers/runc => github.com/opencontainers/runc v1.0.3

require (
github.com/containerd/containerd v1.5.9 // indirect
github.com/containrrr/shoutrrr v0.5.2
github.com/containrrr/shoutrrr v0.5.3
github.com/docker/cli v20.10.8+incompatible
github.com/docker/distribution v2.8.0+incompatible
github.com/docker/docker v20.10.8+incompatible
Expand All @@ -22,7 +22,7 @@ require (
github.com/prometheus/client_golang v1.7.1
github.com/robfig/cron v0.0.0-20180505203441-b41be1df6967
github.com/sirupsen/logrus v1.8.1
github.com/spf13/cobra v1.0.0
github.com/spf13/cobra v1.4.0
github.com/spf13/pflag v1.0.5
github.com/spf13/viper v1.6.3
github.com/stretchr/testify v1.6.1
Expand Down
Loading