Skip to content

Commit 264046d

Browse files
authored
feat: update shoutrrr to v0.7 (#1543)
1 parent 547d033 commit 264046d

File tree

4 files changed

+546
-75
lines changed

4 files changed

+546
-75
lines changed

docs/notifications.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ To send notifications via shoutrrr, the following command-line options, or their
3030
- `--notification-url` (env. `WATCHTOWER_NOTIFICATION_URL`): The shoutrrr service URL to be used. This option can also reference a file, in which case the contents of the file are used.
3131

3232

33-
Go to [containrrr.dev/shoutrrr/v0.6/services/overview](https://containrrr.dev/shoutrrr/v0.6/services/overview) to
33+
Go to [containrrr.dev/shoutrrr/v0.7/services/overview](https://containrrr.dev/shoutrrr/v0.6/services/overview) to
3434
learn more about the different service URLs you can use. You can define multiple services by space separating the
3535
URLs. (See example below)
3636

go.mod

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ module github.com/containrrr/watchtower
33
go 1.18
44

55
require (
6-
github.com/containrrr/shoutrrr v0.6.1
6+
github.com/containrrr/shoutrrr v0.7.0
77
github.com/docker/cli v20.10.23+incompatible
88
github.com/docker/distribution v2.8.1+incompatible
99
github.com/docker/docker v20.10.23+incompatible
@@ -36,8 +36,8 @@ require (
3636
github.com/hashicorp/hcl v1.0.0 // indirect
3737
github.com/inconshreveable/mousetrap v1.0.1 // indirect
3838
github.com/magiconair/properties v1.8.7 // indirect
39-
github.com/mattn/go-colorable v0.1.12 // indirect
40-
github.com/mattn/go-isatty v0.0.14 // indirect
39+
github.com/mattn/go-colorable v0.1.13 // indirect
40+
github.com/mattn/go-isatty v0.0.16 // indirect
4141
github.com/matttproud/golang_protobuf_extensions v1.0.2-0.20181231171920-c182affec369 // indirect
4242
github.com/mitchellh/mapstructure v1.5.0 // indirect
4343
github.com/moby/term v0.0.0-20210619224110-3f7ff695adc6 // indirect

0 commit comments

Comments
 (0)