Skip to content

Commit 7bd3b93

Browse files
committed
upgrade go and dependencies
1 parent 8353968 commit 7bd3b93

File tree

172 files changed

+4431
-1777
lines changed

Some content is hidden

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

172 files changed

+4431
-1777
lines changed

.github/workflows/golangci-lint.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -19,11 +19,11 @@ jobs:
1919
- uses: actions/checkout@v4
2020
- uses: actions/setup-go@v5
2121
with:
22-
go-version: '1.24'
22+
go-version: '1.25'
2323
- name: golangci-lint
2424
uses: golangci/golangci-lint-action@v7
2525
with:
26-
version: v2.0
26+
version: latest
2727
args: >
2828
--enable govet
2929
--enable staticcheck

.github/workflows/unit-tests.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ jobs:
1616
- name: set up go
1717
uses: actions/setup-go@v5
1818
with:
19-
go-version: "1.24"
19+
go-version: "1.25"
2020

2121
- name: cache go modules
2222
uses: actions/cache@v4

go.mod

Lines changed: 25 additions & 24 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
module github.com/cloudfoundry-community/go-cf-clients-helper/v2
22

3-
go 1.24.1
3+
go 1.25.0
44

55
exclude (
66
github.com/imdario/mergo v0.3.16
@@ -16,13 +16,13 @@ require (
1616
)
1717

1818
require (
19-
code.cloudfoundry.org/bytefmt v0.39.0 // indirect
19+
code.cloudfoundry.org/bytefmt v0.47.0 // indirect
2020
code.cloudfoundry.org/cli-plugin-repo v0.0.0-20240520170503-e7ed9c7432a0 // indirect
21-
code.cloudfoundry.org/clock v1.37.0 // indirect
21+
code.cloudfoundry.org/clock v1.44.0 // indirect
2222
code.cloudfoundry.org/go-log-cache/v2 v2.0.7 // indirect
2323
code.cloudfoundry.org/go-loggregator/v9 v9.2.1 // indirect
2424
code.cloudfoundry.org/jsonry v1.1.4 // indirect
25-
code.cloudfoundry.org/tlsconfig v0.26.0 // indirect
25+
code.cloudfoundry.org/tlsconfig v0.33.0 // indirect
2626
code.cloudfoundry.org/ykk v0.0.0-20170424192843-e4df4ce2fd4d // indirect
2727
github.com/Azure/go-ansiterm v0.0.0-20250102033503-faa5f7b0171c // indirect
2828
github.com/SermoDigital/jose v0.9.2-0.20161205224733-f6df55f235c2 // indirect
@@ -31,15 +31,15 @@ require (
3131
github.com/bmizerany/pat v0.0.0-20210406213842-e4b6760bdd6f // indirect
3232
github.com/charlievieth/fs v0.0.3 // indirect
3333
github.com/cloudfoundry/bosh-cli v6.4.1+incompatible // indirect
34-
github.com/cloudfoundry/bosh-utils v0.0.538 // indirect
34+
github.com/cloudfoundry/bosh-utils v0.0.554 // indirect
3535
github.com/cppforlife/go-patch v0.2.0 // indirect
3636
github.com/davecgh/go-spew v1.1.2-0.20180830191138-d8f796af33cc // indirect
3737
github.com/fatih/color v1.18.0 // indirect
38-
github.com/fxamacker/cbor/v2 v2.8.0 // indirect
39-
github.com/go-logr/logr v1.4.2 // indirect
38+
github.com/fxamacker/cbor/v2 v2.9.0 // indirect
39+
github.com/go-logr/logr v1.4.3 // indirect
4040
github.com/gogo/protobuf v1.3.2 // indirect
4141
github.com/google/uuid v1.6.0 // indirect
42-
github.com/grpc-ecosystem/grpc-gateway/v2 v2.26.3 // indirect
42+
github.com/grpc-ecosystem/grpc-gateway/v2 v2.27.2 // indirect
4343
github.com/jessevdk/go-flags v1.6.1 // indirect
4444
github.com/json-iterator/go v1.1.12 // indirect
4545
github.com/lunixbochs/vtclean v1.0.0 // indirect
@@ -53,30 +53,31 @@ require (
5353
github.com/rivo/uniseg v0.4.7 // indirect
5454
github.com/sabhiram/go-gitignore v0.0.0-20180611051255-d3107576ba94 // indirect
5555
github.com/sirupsen/logrus v1.9.3 // indirect
56-
github.com/spf13/pflag v1.0.6 // indirect
56+
github.com/spf13/pflag v1.0.7 // indirect
5757
github.com/tedsuo/rata v1.0.1-0.20170830210128-07d200713958 // indirect
5858
github.com/vito/go-interact v1.0.0 // indirect
5959
github.com/x448/float16 v0.8.4 // indirect
60-
golang.org/x/crypto v0.37.0 // indirect
61-
golang.org/x/net v0.39.0 // indirect
60+
go.yaml.in/yaml/v2 v2.4.2 // indirect
61+
golang.org/x/crypto v0.41.0 // indirect
62+
golang.org/x/net v0.43.0 // indirect
6263
golang.org/x/oauth2 v0.30.0 // indirect
63-
golang.org/x/sys v0.33.0 // indirect
64-
golang.org/x/term v0.31.0 // indirect
65-
golang.org/x/text v0.24.0 // indirect
66-
golang.org/x/time v0.11.0 // indirect
67-
google.golang.org/genproto/googleapis/api v0.0.0-20250428153025-10db94c68c34 // indirect
68-
google.golang.org/genproto/googleapis/rpc v0.0.0-20250428153025-10db94c68c34 // indirect
69-
google.golang.org/grpc v1.72.0 // indirect
70-
google.golang.org/protobuf v1.36.6 // indirect
64+
golang.org/x/sys v0.35.0 // indirect
65+
golang.org/x/term v0.34.0 // indirect
66+
golang.org/x/text v0.28.0 // indirect
67+
golang.org/x/time v0.12.0 // indirect
68+
google.golang.org/genproto/googleapis/api v0.0.0-20250818200422-3122310a409c // indirect
69+
google.golang.org/genproto/googleapis/rpc v0.0.0-20250818200422-3122310a409c // indirect
70+
google.golang.org/grpc v1.75.0 // indirect
71+
google.golang.org/protobuf v1.36.8 // indirect
7172
gopkg.in/cheggaaa/pb.v1 v1.0.28 // indirect
7273
gopkg.in/inf.v0 v0.9.1 // indirect
7374
gopkg.in/yaml.v2 v2.4.0 // indirect
74-
k8s.io/apimachinery v0.33.0 // indirect
75-
k8s.io/client-go v0.33.0 // indirect
75+
k8s.io/apimachinery v0.33.4 // indirect
76+
k8s.io/client-go v0.33.4 // indirect
7677
k8s.io/klog/v2 v2.130.1 // indirect
77-
k8s.io/utils v0.0.0-20250502105355-0f33e8f1c979 // indirect
78-
sigs.k8s.io/json v0.0.0-20241014173422-cfa47c3a1cc8 // indirect
78+
k8s.io/utils v0.0.0-20250820121507-0af2bda4dd1d // indirect
79+
sigs.k8s.io/json v0.0.0-20250730193827-2d320260d730 // indirect
7980
sigs.k8s.io/randfill v1.0.0 // indirect
8081
sigs.k8s.io/structured-merge-diff/v4 v4.7.0 // indirect
81-
sigs.k8s.io/yaml v1.4.0 // indirect
82+
sigs.k8s.io/yaml v1.6.0 // indirect
8283
)

0 commit comments

Comments
 (0)