Skip to content

Commit 699a64a

Browse files
committed
Update go.mod and K8s client to v0.32.1
Signed-off-by: Alex Ellis (OpenFaaS Ltd) <alexellis2@gmail.com>
1 parent 0acc1d1 commit 699a64a

File tree

1,427 files changed

+67772
-63809
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

1,427 files changed

+67772
-63809
lines changed

go.mod

Lines changed: 22 additions & 24 deletions
Original file line numberDiff line numberDiff line change
@@ -1,30 +1,30 @@
11
module github.com/openfaas/faas-netes
22

3-
go 1.23
3+
go 1.23.0
44

55
require (
6-
github.com/google/go-cmp v0.6.0 // indirect
6+
github.com/google/go-cmp v0.7.0 // indirect
77
github.com/gorilla/mux v1.8.1
8-
github.com/openfaas/faas-provider v0.25.4
8+
github.com/openfaas/faas-provider v0.25.7
99
github.com/pkg/errors v0.9.1
10-
k8s.io/api v0.31.3
11-
k8s.io/apimachinery v0.31.3
12-
k8s.io/client-go v0.31.3
10+
k8s.io/api v0.32.1
11+
k8s.io/apimachinery v0.32.1
12+
k8s.io/client-go v0.32.1
1313
k8s.io/klog v1.0.0
14-
sigs.k8s.io/structured-merge-diff/v4 v4.4.3
14+
sigs.k8s.io/structured-merge-diff/v4 v4.7.0
1515
)
1616

1717
require (
18-
github.com/google/go-containerregistry v0.20.2
19-
k8s.io/code-generator v0.31.3
18+
github.com/google/go-containerregistry v0.20.3
19+
k8s.io/code-generator v0.32.1
2020
)
2121

2222
require (
2323
github.com/beorn7/perks v1.0.1 // indirect
2424
github.com/cespare/xxhash/v2 v2.3.0 // indirect
25-
github.com/containerd/stargz-snapshotter/estargz v0.16.2 // indirect
25+
github.com/containerd/stargz-snapshotter/estargz v0.16.3 // indirect
2626
github.com/davecgh/go-spew v1.1.2-0.20180830191138-d8f796af33cc // indirect
27-
github.com/docker/cli v27.3.1+incompatible // indirect
27+
github.com/docker/cli v27.5.0+incompatible // indirect
2828
github.com/docker/distribution v2.8.3+incompatible // indirect
2929
github.com/docker/docker-credential-helpers v0.8.2 // indirect
3030
github.com/emicklei/go-restful/v3 v3.12.1 // indirect
@@ -38,7 +38,6 @@ require (
3838
github.com/google/gnostic-models v0.6.9 // indirect
3939
github.com/google/gofuzz v1.2.0 // indirect
4040
github.com/google/uuid v1.6.0 // indirect
41-
github.com/imdario/mergo v0.3.16 // indirect
4241
github.com/josharian/intern v1.0.0 // indirect
4342
github.com/json-iterator/go v1.1.12 // indirect
4443
github.com/klauspost/compress v1.17.11 // indirect
@@ -51,25 +50,24 @@ require (
5150
github.com/opencontainers/image-spec v1.1.0 // indirect
5251
github.com/prometheus/client_golang v1.20.5 // indirect
5352
github.com/prometheus/client_model v0.6.1 // indirect
54-
github.com/prometheus/common v0.61.0 // indirect
53+
github.com/prometheus/common v0.62.0 // indirect
5554
github.com/prometheus/procfs v0.15.1 // indirect
5655
github.com/sirupsen/logrus v1.9.3 // indirect
5756
github.com/spf13/pflag v1.0.5 // indirect
5857
github.com/vbatts/tar-split v0.11.6 // indirect
5958
github.com/x448/float16 v0.8.4 // indirect
60-
golang.org/x/mod v0.22.0 // indirect
61-
golang.org/x/net v0.32.0 // indirect
62-
golang.org/x/oauth2 v0.24.0 // indirect
63-
golang.org/x/sync v0.10.0 // indirect
64-
golang.org/x/sys v0.28.0 // indirect
65-
golang.org/x/term v0.27.0 // indirect
66-
golang.org/x/text v0.21.0 // indirect
67-
golang.org/x/time v0.8.0 // indirect
68-
golang.org/x/tools v0.28.0 // indirect
69-
google.golang.org/protobuf v1.35.2 // indirect
59+
golang.org/x/mod v0.24.0 // indirect
60+
golang.org/x/net v0.40.0 // indirect
61+
golang.org/x/oauth2 v0.30.0 // indirect
62+
golang.org/x/sync v0.14.0 // indirect
63+
golang.org/x/sys v0.33.0 // indirect
64+
golang.org/x/term v0.32.0 // indirect
65+
golang.org/x/text v0.25.0 // indirect
66+
golang.org/x/time v0.11.0 // indirect
67+
golang.org/x/tools v0.33.0 // indirect
68+
google.golang.org/protobuf v1.36.4 // indirect
7069
gopkg.in/evanphx/json-patch.v4 v4.12.0 // indirect
7170
gopkg.in/inf.v0 v0.9.1 // indirect
72-
gopkg.in/yaml.v2 v2.4.0 // indirect
7371
gopkg.in/yaml.v3 v3.0.1 // indirect
7472
k8s.io/gengo/v2 v2.0.0-20240911193312-2b36238f13e9 // indirect
7573
k8s.io/klog/v2 v2.130.1 // indirect

go.sum

Lines changed: 54 additions & 108 deletions
Large diffs are not rendered by default.

vendor/github.com/docker/cli/cli/config/credentials/file_store.go

Lines changed: 12 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

vendor/github.com/google/go-cmp/cmp/internal/function/func.go

Lines changed: 7 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

vendor/github.com/google/go-cmp/cmp/options.go

Lines changed: 9 additions & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

vendor/github.com/google/go-containerregistry/internal/redact/redact.go

Lines changed: 3 additions & 3 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

vendor/github.com/google/go-containerregistry/pkg/authn/keychain.go

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

vendor/github.com/google/go-containerregistry/pkg/name/ref.go

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

vendor/github.com/google/go-containerregistry/pkg/v1/mutate/mutate.go

Lines changed: 4 additions & 3 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

vendor/github.com/google/go-containerregistry/pkg/v1/remote/referrers.go

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

vendor/github.com/google/go-containerregistry/pkg/v1/remote/transport/bearer.go

Lines changed: 18 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

vendor/github.com/imdario/mergo/.deepsource.toml

Lines changed: 0 additions & 12 deletions
This file was deleted.

vendor/github.com/imdario/mergo/.gitignore

Lines changed: 0 additions & 33 deletions
This file was deleted.

0 commit comments

Comments
 (0)