Skip to content

Commit b7d5958

Browse files
authored
Merge pull request #18 from cloudfoundry-community/bump-go-dependencies
update dependency versions
2 parents 49e2623 + 74cbf57 commit b7d5958

File tree

207 files changed

+8290
-3761
lines changed

Some content is hidden

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

207 files changed

+8290
-3761
lines changed

.github/workflows/golangci-lint.yml

Lines changed: 7 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -19,8 +19,12 @@ jobs:
1919
- uses: actions/checkout@v4
2020
- uses: actions/setup-go@v5
2121
with:
22-
go-version: '>=1.23'
22+
go-version: '1.24'
2323
- name: golangci-lint
24-
uses: golangci/golangci-lint-action@v6
24+
uses: golangci/golangci-lint-action@v7
2525
with:
26-
version: v1.62
26+
version: v2.0
27+
args: >
28+
--enable govet
29+
--enable staticcheck
30+
--enable unused

.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.23"
19+
go-version: "1.24"
2020

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

go.mod

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

3-
go 1.23.4
3+
go 1.24.1
44

55
exclude (
66
github.com/imdario/mergo v0.3.16
77
github.com/imdario/mergo v1.0.0
88
github.com/sabhiram/go-gitignore v0.0.0-20210923224102-525f6e181f06
99
github.com/vito/go-interact v1.0.1
10+
github.com/vito/go-interact v1.0.2
1011
)
1112

1213
require (
@@ -15,66 +16,66 @@ require (
1516
)
1617

1718
require (
18-
code.cloudfoundry.org/bytefmt v0.21.0 // indirect
19+
code.cloudfoundry.org/bytefmt v0.34.0 // indirect
1920
code.cloudfoundry.org/cli-plugin-repo v0.0.0-20240520170503-e7ed9c7432a0 // indirect
20-
code.cloudfoundry.org/clock v1.24.0 // indirect
21+
code.cloudfoundry.org/clock v1.32.0 // indirect
2122
code.cloudfoundry.org/go-log-cache/v2 v2.0.7 // indirect
2223
code.cloudfoundry.org/go-loggregator/v9 v9.2.1 // indirect
2324
code.cloudfoundry.org/jsonry v1.1.4 // indirect
24-
code.cloudfoundry.org/tlsconfig v0.12.0 // indirect
25+
code.cloudfoundry.org/tlsconfig v0.22.0 // indirect
2526
code.cloudfoundry.org/ykk v0.0.0-20170424192843-e4df4ce2fd4d // indirect
26-
github.com/Azure/go-ansiterm v0.0.0-20230124172434-306776ec8161 // indirect
27+
github.com/Azure/go-ansiterm v0.0.0-20250102033503-faa5f7b0171c // indirect
2728
github.com/SermoDigital/jose v0.9.2-0.20161205224733-f6df55f235c2 // indirect
2829
github.com/blang/semver/v4 v4.0.0 // indirect
2930
github.com/bmatcuk/doublestar v1.3.4 // indirect
3031
github.com/bmizerany/pat v0.0.0-20210406213842-e4b6760bdd6f // indirect
3132
github.com/charlievieth/fs v0.0.3 // indirect
3233
github.com/cloudfoundry/bosh-cli v6.4.1+incompatible // indirect
33-
github.com/cloudfoundry/bosh-utils v0.0.513 // indirect
34+
github.com/cloudfoundry/bosh-utils v0.0.538 // indirect
3435
github.com/cppforlife/go-patch v0.2.0 // indirect
3536
github.com/davecgh/go-spew v1.1.2-0.20180830191138-d8f796af33cc // indirect
3637
github.com/fatih/color v1.18.0 // indirect
37-
github.com/fxamacker/cbor/v2 v2.7.0 // indirect
38+
github.com/fxamacker/cbor/v2 v2.8.0 // indirect
3839
github.com/go-logr/logr v1.4.2 // indirect
3940
github.com/gogo/protobuf v1.3.2 // indirect
4041
github.com/google/gofuzz v1.2.0 // indirect
41-
github.com/grpc-ecosystem/grpc-gateway/v2 v2.24.0 // indirect
42+
github.com/grpc-ecosystem/grpc-gateway/v2 v2.26.3 // indirect
4243
github.com/jessevdk/go-flags v1.6.1 // indirect
4344
github.com/json-iterator/go v1.1.12 // indirect
4445
github.com/lunixbochs/vtclean v1.0.0 // indirect
45-
github.com/mattn/go-colorable v0.1.13 // indirect
46+
github.com/mattn/go-colorable v0.1.14 // indirect
4647
github.com/mattn/go-isatty v0.0.20 // indirect
4748
github.com/mattn/go-runewidth v0.0.16 // indirect
48-
github.com/moby/term v0.5.0 // indirect
49+
github.com/moby/term v0.5.2 // indirect
4950
github.com/modern-go/concurrent v0.0.0-20180306012644-bacd9c7ef1dd // indirect
5051
github.com/modern-go/reflect2 v1.0.2 // indirect
5152
github.com/munnerz/goautoneg v0.0.0-20191010083416-a7dc8b61c822 // indirect
5253
github.com/rivo/uniseg v0.4.7 // indirect
5354
github.com/sabhiram/go-gitignore v0.0.0-20180611051255-d3107576ba94 // indirect
5455
github.com/sirupsen/logrus v1.9.3 // indirect
55-
github.com/spf13/pflag v1.0.5 // indirect
56+
github.com/spf13/pflag v1.0.6 // indirect
5657
github.com/tedsuo/rata v1.0.1-0.20170830210128-07d200713958 // indirect
5758
github.com/vito/go-interact v1.0.0 // indirect
5859
github.com/x448/float16 v0.8.4 // indirect
59-
golang.org/x/crypto v0.31.0 // indirect
60-
golang.org/x/net v0.32.0 // indirect
61-
golang.org/x/oauth2 v0.24.0 // indirect
62-
golang.org/x/sys v0.28.0 // indirect
63-
golang.org/x/term v0.27.0 // indirect
64-
golang.org/x/text v0.21.0 // indirect
65-
golang.org/x/time v0.8.0 // indirect
66-
google.golang.org/genproto/googleapis/api v0.0.0-20241209162323-e6fa225c2576 // indirect
67-
google.golang.org/genproto/googleapis/rpc v0.0.0-20241209162323-e6fa225c2576 // indirect
68-
google.golang.org/grpc v1.69.0 // indirect
69-
google.golang.org/protobuf v1.35.2 // indirect
60+
golang.org/x/crypto v0.36.0 // indirect
61+
golang.org/x/net v0.38.0 // indirect
62+
golang.org/x/oauth2 v0.28.0 // indirect
63+
golang.org/x/sys v0.31.0 // indirect
64+
golang.org/x/term v0.30.0 // indirect
65+
golang.org/x/text v0.23.0 // indirect
66+
golang.org/x/time v0.11.0 // indirect
67+
google.golang.org/genproto/googleapis/api v0.0.0-20250324211829-b45e905df463 // indirect
68+
google.golang.org/genproto/googleapis/rpc v0.0.0-20250324211829-b45e905df463 // indirect
69+
google.golang.org/grpc v1.71.0 // indirect
70+
google.golang.org/protobuf v1.36.6 // indirect
7071
gopkg.in/cheggaaa/pb.v1 v1.0.28 // indirect
7172
gopkg.in/inf.v0 v0.9.1 // indirect
7273
gopkg.in/yaml.v2 v2.4.0 // indirect
73-
k8s.io/apimachinery v0.32.0 // indirect
74-
k8s.io/client-go v0.32.0 // indirect
74+
k8s.io/apimachinery v0.32.3 // indirect
75+
k8s.io/client-go v0.32.3 // indirect
7576
k8s.io/klog/v2 v2.130.1 // indirect
76-
k8s.io/utils v0.0.0-20241210054802-24370beab758 // indirect
77+
k8s.io/utils v0.0.0-20250321185631-1f6e0b77f77e // indirect
7778
sigs.k8s.io/json v0.0.0-20241014173422-cfa47c3a1cc8 // indirect
78-
sigs.k8s.io/structured-merge-diff/v4 v4.5.0 // indirect
79+
sigs.k8s.io/structured-merge-diff/v4 v4.6.0 // indirect
7980
sigs.k8s.io/yaml v1.4.0 // indirect
8081
)

0 commit comments

Comments
 (0)