Skip to content

Commit 6483f58

Browse files
authored
Merge pull request #480 from fluxcd/update-deps
Update dependencies
2 parents 2fd1e86 + c979940 commit 6483f58

File tree

2 files changed

+608
-109
lines changed

2 files changed

+608
-109
lines changed

go.mod

Lines changed: 8 additions & 17 deletions
Original file line numberDiff line numberDiff line change
@@ -9,28 +9,28 @@ require (
99
github.com/AdaLogics/go-fuzz-headers v0.0.0-20230106234847-43070de90fa1
1010
github.com/Azure/azure-amqp-common-go/v4 v4.0.0
1111
github.com/Azure/azure-event-hubs-go/v3 v3.4.0
12-
github.com/containrrr/shoutrrr v0.6.1
12+
github.com/containrrr/shoutrrr v0.7.1
1313
github.com/fluxcd/notification-controller/api v0.32.0
1414
github.com/fluxcd/pkg/apis/event v0.4.0
1515
github.com/fluxcd/pkg/apis/meta v0.19.0
1616
github.com/fluxcd/pkg/git v0.10.0
1717
github.com/fluxcd/pkg/masktoken v0.2.0
1818
github.com/fluxcd/pkg/runtime v0.29.0
19-
github.com/fluxcd/pkg/ssa v0.23.1
20-
github.com/getsentry/sentry-go v0.17.0
19+
github.com/fluxcd/pkg/ssa v0.24.1
20+
github.com/getsentry/sentry-go v0.18.0
2121
github.com/go-logr/logr v1.2.3
2222
github.com/google/go-github/v41 v41.0.0
2323
github.com/hashicorp/go-retryablehttp v0.7.2
2424
github.com/ktrysmt/go-bitbucket v0.9.55
2525
github.com/microsoft/azure-devops-go-api/azuredevops/v6 v6.0.1
26-
github.com/onsi/gomega v1.26.0
26+
github.com/onsi/gomega v1.27.2
2727
github.com/sethvargo/go-limiter v0.7.2
2828
github.com/slok/go-http-metrics v0.10.0
2929
github.com/spf13/pflag v1.0.5
30-
github.com/stretchr/testify v1.8.1
30+
github.com/stretchr/testify v1.8.2
3131
github.com/whilp/git-urls v1.0.0
32-
github.com/xanzy/go-gitlab v0.79.0
33-
golang.org/x/oauth2 v0.4.0
32+
github.com/xanzy/go-gitlab v0.80.2
33+
golang.org/x/oauth2 v0.5.0
3434
k8s.io/api v0.26.1
3535
k8s.io/apimachinery v0.26.1
3636
k8s.io/client-go v0.26.1
@@ -45,14 +45,6 @@ replace gopkg.in/yaml.v3 => gopkg.in/yaml.v3 v3.0.1
4545
// Fix CVE-2022-1996 (for v2, Go Modules incompatible)
4646
replace github.com/emicklei/go-restful => github.com/emicklei/go-restful v2.16.0+incompatible
4747

48-
// Fix CVE-2022-1996 (for v3)
49-
replace github.com/emicklei/go-restful/v3 => github.com/emicklei/go-restful/v3 v3.8.0
50-
51-
// Fix for CVE-2020-29652: https://github.com/golang/crypto/commit/8b5274cf687fd9316b4108863654cc57385531e8
52-
// Fix for CVE-2021-43565: https://github.com/golang/crypto/commit/5770296d904e90f15f38f77dfc2e43fdf5efc083
53-
// Fix for CVE-2022-27191: https://github.com/golang/crypto/commit/3147a52a75dda54ac3a611ef8978640d85188a2a
54-
replace golang.org/x/crypto => golang.org/x/crypto v0.0.0-20220518034528-6f7dac969898
55-
5648
require (
5749
github.com/Azure/azure-sdk-for-go v65.0.0+incompatible // indirect
5850
github.com/Azure/go-amqp v0.18.0 // indirect
@@ -105,7 +97,6 @@ require (
10597
github.com/josharian/intern v1.0.0 // indirect
10698
github.com/jpillora/backoff v1.0.0 // indirect
10799
github.com/json-iterator/go v1.1.12 // indirect
108-
github.com/kr/pretty v0.3.0 // indirect
109100
github.com/liggitt/tabwriter v0.0.0-20181228230101-89fcab3d43de // indirect
110101
github.com/mailru/easyjson v0.7.7 // indirect
111102
github.com/mattn/go-colorable v0.1.13 // indirect
@@ -135,7 +126,7 @@ require (
135126
go.uber.org/multierr v1.8.0 // indirect
136127
go.uber.org/zap v1.24.0 // indirect
137128
golang.org/x/crypto v0.6.0 // indirect
138-
golang.org/x/net v0.6.0 // indirect
129+
golang.org/x/net v0.7.0 // indirect
139130
golang.org/x/sys v0.5.0 // indirect
140131
golang.org/x/term v0.5.0 // indirect
141132
golang.org/x/text v0.7.0 // indirect

0 commit comments

Comments
 (0)