Skip to content

Commit ae33e77

Browse files
authored
feat(shoutrrr): update shoutrrr to v0.6.1 (#1325)
1 parent 2aa01da commit ae33e77

File tree

3 files changed

+28
-676
lines changed

3 files changed

+28
-676
lines changed

docs/notifications.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -183,7 +183,7 @@ To send notifications via shoutrrr, the following command-line options, or their
183183

184184
- `--notification-url` (env. `WATCHTOWER_NOTIFICATION_URL`): The shoutrrr service URL to be used.
185185

186-
Go to [containrrr.dev/shoutrrr/v0.5/services/overview](https://containrrr.dev/shoutrrr/v0.5/services/overview) to
186+
Go to [containrrr.dev/shoutrrr/v0.6/services/overview](https://containrrr.dev/shoutrrr/v0.6/services/overview) to
187187
learn more about the different service URLs you can use. You can define multiple services by space separating the
188188
URLs. (See example below)
189189

go.mod

Lines changed: 23 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -2,21 +2,13 @@ module github.com/containrrr/watchtower
22

33
go 1.12
44

5-
// Use non-vulnerable runc (until github.com/containerd/containerd v1.6.0 is stable)
6-
replace github.com/opencontainers/runc => github.com/opencontainers/runc v1.0.3
7-
85
require (
9-
github.com/containerd/containerd v1.5.9 // indirect
106
github.com/containrrr/shoutrrr v0.5.3
11-
github.com/docker/cli v20.10.8+incompatible
7+
github.com/docker/cli v20.10.17+incompatible
128
github.com/docker/distribution v2.8.0+incompatible
13-
github.com/docker/docker v20.10.8+incompatible
14-
github.com/docker/docker-credential-helpers v0.6.1 // indirect
9+
github.com/docker/docker v20.10.17+incompatible
1510
github.com/docker/go-connections v0.4.0
16-
github.com/johntdyer/slack-go v0.0.0-20180213144715-95fac1160b22 // indirect
1711
github.com/johntdyer/slackrus v0.0.0-20180518184837-f7aae3243a07
18-
github.com/moby/term v0.0.0-20210619224110-3f7ff695adc6 // indirect
19-
github.com/morikuni/aec v0.0.0-20170113033406-39771216ff4c // indirect
2012
github.com/onsi/ginkgo v1.14.2
2113
github.com/onsi/gomega v1.10.3
2214
github.com/prometheus/client_golang v1.7.1
@@ -27,5 +19,26 @@ require (
2719
github.com/spf13/viper v1.6.3
2820
github.com/stretchr/testify v1.6.1
2921
golang.org/x/net v0.0.0-20210226172049-e18ecbb05110
22+
)
23+
24+
require (
25+
github.com/Microsoft/go-winio v0.4.17 // indirect
26+
github.com/docker/docker-credential-helpers v0.6.1 // indirect
27+
github.com/docker/go-units v0.4.0 // indirect
28+
github.com/gogo/protobuf v1.3.2 // indirect
29+
github.com/johntdyer/slack-go v0.0.0-20180213144715-95fac1160b22 // indirect
30+
github.com/kr/pretty v0.2.1 // indirect
31+
github.com/matttproud/golang_protobuf_extensions v1.0.2-0.20181231171920-c182affec369 // indirect
32+
github.com/moby/term v0.0.0-20210619224110-3f7ff695adc6 // indirect
33+
github.com/morikuni/aec v0.0.0-20170113033406-39771216ff4c // indirect
34+
github.com/opencontainers/go-digest v1.0.0 // indirect
35+
github.com/opencontainers/image-spec v1.0.2 // indirect
36+
github.com/pelletier/go-toml v1.8.1 // indirect
37+
github.com/prometheus/procfs v0.6.0 // indirect
38+
github.com/stretchr/objx v0.2.0 // indirect
3039
golang.org/x/sys v0.0.0-20210831042530-f4d43177bf5e // indirect
40+
golang.org/x/text v0.3.4 // indirect
41+
golang.org/x/time v0.0.0-20200630173020-3af7569d3a1e // indirect
42+
google.golang.org/protobuf v1.27.1 // indirect
43+
gotest.tools/v3 v3.0.3 // indirect
3144
)

0 commit comments

Comments
 (0)