Skip to content

Commit c90491e

Browse files
build(deps): bump the go-deps group with 7 updates
Bumps the go-deps group with 7 updates: | Package | From | To | | --- | --- | --- | | [github.com/ProtonMail/go-crypto](https://github.com/ProtonMail/go-crypto) | `0.0.0-20231012073058-a7379d079e0e` | `1.1.0-alpha.0` | | [github.com/fluxcd/pkg/apis/event](https://github.com/fluxcd/pkg) | `0.6.0` | `0.7.0` | | [github.com/fluxcd/pkg/apis/meta](https://github.com/fluxcd/pkg) | `1.2.0` | `1.3.0` | | [github.com/fluxcd/pkg/git](https://github.com/fluxcd/pkg) | `0.16.0` | `0.17.0` | | [github.com/fluxcd/pkg/git/gogit](https://github.com/fluxcd/pkg) | `0.16.1` | `0.17.0` | | [github.com/fluxcd/pkg/runtime](https://github.com/fluxcd/pkg) | `0.43.2` | `0.44.0` | | [github.com/google/go-containerregistry](https://github.com/google/go-containerregistry) | `0.17.0` | `0.18.0` | Updates `github.com/ProtonMail/go-crypto` from 0.0.0-20231012073058-a7379d079e0e to 1.1.0-alpha.0 - [Release notes](https://github.com/ProtonMail/go-crypto/releases) - [Commits](https://github.com/ProtonMail/go-crypto/commits/v1.1.0-alpha.0) Updates `github.com/fluxcd/pkg/apis/event` from 0.6.0 to 0.7.0 - [Commits](fluxcd/pkg@git/v0.6.0...git/v0.7.0) Updates `github.com/fluxcd/pkg/apis/meta` from 1.2.0 to 1.3.0 - [Commits](fluxcd/pkg@apis/meta/v1.2.0...apis/meta/v1.3.0) Updates `github.com/fluxcd/pkg/git` from 0.16.0 to 0.17.0 - [Commits](fluxcd/pkg@git/v0.16.0...git/v0.17.0) Updates `github.com/fluxcd/pkg/git/gogit` from 0.16.1 to 0.17.0 - [Commits](fluxcd/pkg@ssa/v0.16.1...git/v0.17.0) Updates `github.com/fluxcd/pkg/runtime` from 0.43.2 to 0.44.0 - [Commits](fluxcd/pkg@runtime/v0.43.2...runtime/v0.44.0) Updates `github.com/google/go-containerregistry` from 0.17.0 to 0.18.0 - [Release notes](https://github.com/google/go-containerregistry/releases) - [Changelog](https://github.com/google/go-containerregistry/blob/main/.goreleaser.yml) - [Commits](google/go-containerregistry@v0.17.0...v0.18.0) --- updated-dependencies: - dependency-name: github.com/ProtonMail/go-crypto dependency-type: direct:production update-type: version-update:semver-major dependency-group: go-deps - dependency-name: github.com/fluxcd/pkg/apis/event dependency-type: direct:production update-type: version-update:semver-minor dependency-group: go-deps - dependency-name: github.com/fluxcd/pkg/apis/meta dependency-type: direct:production update-type: version-update:semver-minor dependency-group: go-deps - dependency-name: github.com/fluxcd/pkg/git dependency-type: direct:production update-type: version-update:semver-minor dependency-group: go-deps - dependency-name: github.com/fluxcd/pkg/git/gogit dependency-type: direct:production update-type: version-update:semver-minor dependency-group: go-deps - dependency-name: github.com/fluxcd/pkg/runtime dependency-type: direct:production update-type: version-update:semver-minor dependency-group: go-deps - dependency-name: github.com/google/go-containerregistry dependency-type: direct:production update-type: version-update:semver-minor dependency-group: go-deps ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent c04ed65 commit c90491e

File tree

2 files changed

+86
-102
lines changed

2 files changed

+86
-102
lines changed

go.mod

+28-28
Original file line numberDiff line numberDiff line change
@@ -11,31 +11,31 @@ replace (
1111
)
1212

1313
require (
14-
github.com/AdaLogics/go-fuzz-headers v0.0.0-20230106234847-43070de90fa1
14+
github.com/AdaLogics/go-fuzz-headers v0.0.0-20230811130428-ced1acdcaa24
1515
github.com/Masterminds/sprig/v3 v3.2.3
16-
github.com/ProtonMail/go-crypto v0.0.0-20231012073058-a7379d079e0e
16+
github.com/ProtonMail/go-crypto v1.1.0-alpha.0
1717
github.com/cyphar/filepath-securejoin v0.2.4
1818
github.com/fluxcd/image-automation-controller/api v0.37.0
1919
github.com/fluxcd/image-reflector-controller/api v0.31.1
2020
github.com/fluxcd/pkg/apis/acl v0.1.0
21-
github.com/fluxcd/pkg/apis/event v0.6.0
22-
github.com/fluxcd/pkg/apis/meta v1.2.0
23-
github.com/fluxcd/pkg/git v0.16.0
24-
github.com/fluxcd/pkg/git/gogit v0.16.1
25-
github.com/fluxcd/pkg/gittestserver v0.9.0
26-
github.com/fluxcd/pkg/runtime v0.43.2
27-
github.com/fluxcd/pkg/ssh v0.10.0
21+
github.com/fluxcd/pkg/apis/event v0.7.0
22+
github.com/fluxcd/pkg/apis/meta v1.3.0
23+
github.com/fluxcd/pkg/git v0.17.0
24+
github.com/fluxcd/pkg/git/gogit v0.17.0
25+
github.com/fluxcd/pkg/gittestserver v0.10.0
26+
github.com/fluxcd/pkg/runtime v0.44.0
27+
github.com/fluxcd/pkg/ssh v0.11.0
2828
github.com/fluxcd/source-controller/api v1.2.2
2929
github.com/go-git/go-billy/v5 v5.5.0
3030
github.com/go-git/go-git/v5 v5.11.0
3131
github.com/go-logr/logr v1.3.0
32-
github.com/google/go-containerregistry v0.17.0
33-
github.com/onsi/gomega v1.30.0
32+
github.com/google/go-containerregistry v0.18.0
33+
github.com/onsi/gomega v1.31.1
3434
github.com/otiai10/copy v1.14.0
3535
github.com/spf13/pflag v1.0.5
36-
k8s.io/api v0.28.4
37-
k8s.io/apimachinery v0.28.4
38-
k8s.io/client-go v0.28.4
36+
k8s.io/api v0.28.6
37+
k8s.io/apimachinery v0.28.6
38+
k8s.io/client-go v0.28.6
3939
k8s.io/kube-openapi v0.0.0-20231206194836-bf4651e18aa8
4040
k8s.io/utils v0.0.0-20231127182322-b307cd553661
4141
sigs.k8s.io/controller-runtime v0.16.3
@@ -59,7 +59,7 @@ require (
5959
github.com/evanphx/json-patch v5.7.0+incompatible // indirect
6060
github.com/evanphx/json-patch/v5 v5.7.0 // indirect
6161
github.com/exponent-io/jsonpath v0.0.0-20210407135951-1de76d718b3f // indirect
62-
github.com/fluxcd/cli-utils v0.36.0-flux.2 // indirect
62+
github.com/fluxcd/cli-utils v0.36.0-flux.3 // indirect
6363
github.com/fluxcd/gitkit v0.6.0 // indirect
6464
github.com/fluxcd/pkg/version v0.2.2 // indirect
6565
github.com/fsnotify/fsnotify v1.7.0 // indirect
@@ -78,7 +78,7 @@ require (
7878
github.com/google/go-cmp v0.6.0 // indirect
7979
github.com/google/gofuzz v1.2.0 // indirect
8080
github.com/google/shlex v0.0.0-20191202100458-e7afc7fbc510 // indirect
81-
github.com/google/uuid v1.4.0 // indirect
81+
github.com/google/uuid v1.5.0 // indirect
8282
github.com/gregjones/httpcache v0.0.0-20190611155906-901d90724c79 // indirect
8383
github.com/hashicorp/go-cleanhttp v0.5.2 // indirect
8484
github.com/hashicorp/go-hclog v1.3.1 // indirect
@@ -108,7 +108,7 @@ require (
108108
github.com/peterbourgon/diskv v2.0.1+incompatible // indirect
109109
github.com/pjbgf/sha1cd v0.3.0 // indirect
110110
github.com/pkg/errors v0.9.1 // indirect
111-
github.com/prometheus/client_golang v1.17.0 // indirect
111+
github.com/prometheus/client_golang v1.18.0 // indirect
112112
github.com/prometheus/client_model v0.5.0 // indirect
113113
github.com/prometheus/common v0.45.0 // indirect
114114
github.com/prometheus/procfs v0.12.0 // indirect
@@ -123,17 +123,17 @@ require (
123123
go.starlark.net v0.0.0-20231121155337-90ade8b19d09 // indirect
124124
go.uber.org/multierr v1.11.0 // indirect
125125
go.uber.org/zap v1.26.0 // indirect
126-
golang.org/x/crypto v0.17.0 // indirect
126+
golang.org/x/crypto v0.18.0 // indirect
127127
golang.org/x/exp v0.0.0-20231206192017-f3f8817b8deb // indirect
128128
golang.org/x/mod v0.14.0 // indirect
129-
golang.org/x/net v0.19.0 // indirect
130-
golang.org/x/oauth2 v0.15.0 // indirect
131-
golang.org/x/sync v0.5.0 // indirect
132-
golang.org/x/sys v0.15.0 // indirect
133-
golang.org/x/term v0.15.0 // indirect
129+
golang.org/x/net v0.20.0 // indirect
130+
golang.org/x/oauth2 v0.16.0 // indirect
131+
golang.org/x/sync v0.6.0 // indirect
132+
golang.org/x/sys v0.16.0 // indirect
133+
golang.org/x/term v0.16.0 // indirect
134134
golang.org/x/text v0.14.0 // indirect
135135
golang.org/x/time v0.5.0 // indirect
136-
golang.org/x/tools v0.16.0 // indirect
136+
golang.org/x/tools v0.17.0 // indirect
137137
gomodules.xyz/jsonpatch/v2 v2.4.0 // indirect
138138
google.golang.org/appengine v1.6.8 // indirect
139139
google.golang.org/protobuf v1.31.0 // indirect
@@ -142,11 +142,11 @@ require (
142142
gopkg.in/warnings.v0 v0.1.2 // indirect
143143
gopkg.in/yaml.v2 v2.4.0 // indirect
144144
gopkg.in/yaml.v3 v3.0.1 // indirect
145-
k8s.io/apiextensions-apiserver v0.28.4 // indirect
146-
k8s.io/cli-runtime v0.28.4 // indirect
147-
k8s.io/component-base v0.28.4 // indirect
145+
k8s.io/apiextensions-apiserver v0.28.6 // indirect
146+
k8s.io/cli-runtime v0.28.6 // indirect
147+
k8s.io/component-base v0.28.6 // indirect
148148
k8s.io/klog/v2 v2.110.1 // indirect
149-
k8s.io/kubectl v0.28.4 // indirect
149+
k8s.io/kubectl v0.28.6 // indirect
150150
sigs.k8s.io/json v0.0.0-20221116044647-bc3834ca7abd // indirect
151151
sigs.k8s.io/kustomize/api v0.16.0 // indirect
152152
sigs.k8s.io/structured-merge-diff/v4 v4.4.1 // indirect

0 commit comments

Comments
 (0)