Skip to content

Commit 3a8c01f

Browse files
Bump the flux-deps group across 1 directory with 3 updates
Bumps the flux-deps group with 2 updates in the / directory: [github.com/fluxcd/pkg/http/fetch](https://github.com/fluxcd/pkg) and [github.com/fluxcd/pkg/runtime](https://github.com/fluxcd/pkg). Updates `github.com/fluxcd/pkg/http/fetch` from 0.12.1 to 0.14.0 - [Commits](fluxcd/pkg@git/v0.12.1...git/v0.14.0) Updates `github.com/fluxcd/pkg/runtime` from 0.49.1 to 0.52.0 - [Commits](fluxcd/pkg@runtime/v0.49.1...runtime/v0.52.0) Updates `github.com/fluxcd/pkg/tar` from 0.8.1 to 0.10.0 - [Commits](fluxcd/pkg@ssh/v0.8.1...git/v0.10.0) --- updated-dependencies: - dependency-name: github.com/fluxcd/pkg/http/fetch dependency-type: direct:production update-type: version-update:semver-minor dependency-group: flux-deps - dependency-name: github.com/fluxcd/pkg/runtime dependency-type: direct:production update-type: version-update:semver-minor dependency-group: flux-deps - dependency-name: github.com/fluxcd/pkg/tar dependency-type: direct:production update-type: version-update:semver-minor dependency-group: flux-deps ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent aec53f3 commit 3a8c01f

File tree

2 files changed

+92
-105
lines changed

2 files changed

+92
-105
lines changed

go.mod

Lines changed: 28 additions & 30 deletions
Original file line numberDiff line numberDiff line change
@@ -1,85 +1,83 @@
11
module github.com/fluxcd/source-watcher
22

33
go 1.22.0
4+
toolchain go1.23.4
45

56
// Replace digest lib to master to gather access to BLAKE3.
67
// xref: https://github.com/opencontainers/go-digest/pull/66
78
replace github.com/opencontainers/go-digest => github.com/opencontainers/go-digest v1.0.1-0.20220411205349-bde1400a84be
89

910
require (
10-
github.com/fluxcd/pkg/http/fetch v0.12.1
11-
github.com/fluxcd/pkg/runtime v0.49.1
12-
github.com/fluxcd/pkg/tar v0.8.1
11+
github.com/fluxcd/pkg/http/fetch v0.14.0
12+
github.com/fluxcd/pkg/runtime v0.52.0
13+
github.com/fluxcd/pkg/tar v0.10.0
1314
github.com/fluxcd/source-controller/api v1.4.1
1415
github.com/spf13/pflag v1.0.5
15-
k8s.io/apimachinery v0.31.1
16-
k8s.io/client-go v0.31.1
17-
sigs.k8s.io/controller-runtime v0.19.0
16+
k8s.io/apimachinery v0.32.0
17+
k8s.io/client-go v0.32.0
18+
sigs.k8s.io/controller-runtime v0.19.3
1819
)
1920

2021
require (
2122
github.com/beorn7/perks v1.0.1 // indirect
2223
github.com/cespare/xxhash/v2 v2.3.0 // indirect
23-
github.com/cyphar/filepath-securejoin v0.3.2 // indirect
24+
github.com/cyphar/filepath-securejoin v0.3.5 // indirect
2425
github.com/davecgh/go-spew v1.1.2-0.20180830191138-d8f796af33cc // indirect
2526
github.com/emicklei/go-restful/v3 v3.12.0 // indirect
2627
github.com/evanphx/json-patch/v5 v5.9.0 // indirect
27-
github.com/fluxcd/pkg/apis/acl v0.3.0 // indirect
28-
github.com/fluxcd/pkg/apis/meta v1.6.1 // indirect
29-
github.com/fsnotify/fsnotify v1.7.0 // indirect
28+
github.com/fluxcd/pkg/apis/acl v0.5.0 // indirect
29+
github.com/fluxcd/pkg/apis/meta v1.9.0 // indirect
3030
github.com/fxamacker/cbor/v2 v2.7.0 // indirect
3131
github.com/go-logr/logr v1.4.2 // indirect
3232
github.com/go-logr/zapr v1.3.0 // indirect
3333
github.com/go-openapi/jsonpointer v0.21.0 // indirect
3434
github.com/go-openapi/jsonreference v0.21.0 // indirect
3535
github.com/go-openapi/swag v0.23.0 // indirect
3636
github.com/gogo/protobuf v1.3.2 // indirect
37-
github.com/golang/groupcache v0.0.0-20210331224755-41bb18bfe9da // indirect
3837
github.com/golang/protobuf v1.5.4 // indirect
3938
github.com/google/gnostic-models v0.6.8 // indirect
4039
github.com/google/go-cmp v0.6.0 // indirect
4140
github.com/google/gofuzz v1.2.0 // indirect
4241
github.com/google/uuid v1.6.0 // indirect
4342
github.com/hashicorp/go-cleanhttp v0.5.2 // indirect
4443
github.com/hashicorp/go-retryablehttp v0.7.7 // indirect
45-
github.com/imdario/mergo v0.3.16 // indirect
4644
github.com/josharian/intern v1.0.0 // indirect
4745
github.com/json-iterator/go v1.1.12 // indirect
4846
github.com/klauspost/compress v1.17.9 // indirect
49-
github.com/klauspost/cpuid/v2 v2.2.8 // indirect
47+
github.com/klauspost/cpuid/v2 v2.2.9 // indirect
5048
github.com/mailru/easyjson v0.7.7 // indirect
5149
github.com/modern-go/concurrent v0.0.0-20180306012644-bacd9c7ef1dd // indirect
5250
github.com/modern-go/reflect2 v1.0.2 // indirect
5351
github.com/munnerz/goautoneg v0.0.0-20191010083416-a7dc8b61c822 // indirect
5452
github.com/opencontainers/go-digest v1.0.0 // indirect
55-
github.com/opencontainers/go-digest/blake3 v0.0.0-20231025023718-d50d2fec9c98 // indirect
53+
github.com/opencontainers/go-digest/blake3 v0.0.0-20240426182413-22b78e47854a // indirect
5654
github.com/pkg/errors v0.9.1 // indirect
57-
github.com/prometheus/client_golang v1.20.3 // indirect
55+
github.com/prometheus/client_golang v1.20.5 // indirect
5856
github.com/prometheus/client_model v0.6.1 // indirect
5957
github.com/prometheus/common v0.55.0 // indirect
6058
github.com/prometheus/procfs v0.15.1 // indirect
6159
github.com/x448/float16 v0.8.4 // indirect
62-
github.com/zeebo/blake3 v0.2.3 // indirect
60+
github.com/zeebo/blake3 v0.2.4 // indirect
6361
go.uber.org/multierr v1.11.0 // indirect
6462
go.uber.org/zap v1.27.0 // indirect
6563
golang.org/x/exp v0.0.0-20240719175910-8a7402abbf56 // indirect
66-
golang.org/x/net v0.29.0 // indirect
67-
golang.org/x/oauth2 v0.22.0 // indirect
68-
golang.org/x/sys v0.25.0 // indirect
69-
golang.org/x/term v0.24.0 // indirect
70-
golang.org/x/text v0.18.0 // indirect
71-
golang.org/x/time v0.6.0 // indirect
64+
golang.org/x/net v0.32.0 // indirect
65+
golang.org/x/oauth2 v0.24.0 // indirect
66+
golang.org/x/sys v0.28.0 // indirect
67+
golang.org/x/term v0.27.0 // indirect
68+
golang.org/x/text v0.21.0 // indirect
69+
golang.org/x/time v0.8.0 // indirect
7270
gomodules.xyz/jsonpatch/v2 v2.4.0 // indirect
73-
google.golang.org/protobuf v1.34.2 // indirect
71+
google.golang.org/protobuf v1.35.1 // indirect
72+
gopkg.in/evanphx/json-patch.v4 v4.12.0 // indirect
7473
gopkg.in/inf.v0 v0.9.1 // indirect
75-
gopkg.in/yaml.v2 v2.4.0 // indirect
7674
gopkg.in/yaml.v3 v3.0.1 // indirect
77-
k8s.io/api v0.31.1 // indirect
78-
k8s.io/apiextensions-apiserver v0.31.1 // indirect
75+
k8s.io/api v0.32.0 // indirect
76+
k8s.io/apiextensions-apiserver v0.32.0 // indirect
7977
k8s.io/klog/v2 v2.130.1 // indirect
80-
k8s.io/kube-openapi v0.0.0-20240411171206-dc4e619f62f3 // indirect
81-
k8s.io/utils v0.0.0-20240711033017-18e509b52bc8 // indirect
82-
sigs.k8s.io/json v0.0.0-20221116044647-bc3834ca7abd // indirect
83-
sigs.k8s.io/structured-merge-diff/v4 v4.4.1 // indirect
78+
k8s.io/kube-openapi v0.0.0-20241105132330-32ad38e42d3f // indirect
79+
k8s.io/utils v0.0.0-20241210054802-24370beab758 // indirect
80+
sigs.k8s.io/json v0.0.0-20241010143419-9aa6b5e7a4b3 // indirect
81+
sigs.k8s.io/structured-merge-diff/v4 v4.4.2 // indirect
8482
sigs.k8s.io/yaml v1.4.0 // indirect
8583
)

0 commit comments

Comments
 (0)