Skip to content

Commit e0d1de9

Browse files
committed
vendor: update all dependencies
Signed-off-by: Robin Hahling <[email protected]>
1 parent 8d769f2 commit e0d1de9

File tree

126 files changed

+4379
-2946
lines changed

Some content is hidden

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

126 files changed

+4379
-2946
lines changed

go.mod

Lines changed: 22 additions & 22 deletions
Original file line numberDiff line numberDiff line change
@@ -15,13 +15,13 @@ require (
1515

1616
require (
1717
github.com/davecgh/go-spew v1.1.2-0.20180830191138-d8f796af33cc // indirect
18-
github.com/emicklei/go-restful/v3 v3.12.1 // indirect
19-
github.com/fsnotify/fsnotify v1.8.0 // indirect
20-
github.com/fxamacker/cbor/v2 v2.7.0 // indirect
18+
github.com/emicklei/go-restful/v3 v3.12.2 // indirect
19+
github.com/fsnotify/fsnotify v1.9.0 // indirect
20+
github.com/fxamacker/cbor/v2 v2.8.0 // indirect
2121
github.com/go-logr/logr v1.4.2 // indirect
22-
github.com/go-openapi/jsonpointer v0.21.0 // indirect
22+
github.com/go-openapi/jsonpointer v0.21.1 // indirect
2323
github.com/go-openapi/jsonreference v0.21.0 // indirect
24-
github.com/go-openapi/swag v0.23.0 // indirect
24+
github.com/go-openapi/swag v0.23.1 // indirect
2525
github.com/go-viper/mapstructure/v2 v2.2.1 // indirect
2626
github.com/gogo/protobuf v1.3.2 // indirect
2727
github.com/google/certificate-transparency-go v1.3.1 // indirect
@@ -37,34 +37,34 @@ require (
3737
github.com/modern-go/reflect2 v1.0.2 // indirect
3838
github.com/munnerz/goautoneg v0.0.0-20191010083416-a7dc8b61c822 // indirect
3939
github.com/pelletier/go-toml v1.9.5 // indirect
40-
github.com/pelletier/go-toml/v2 v2.2.3 // indirect
40+
github.com/pelletier/go-toml/v2 v2.2.4 // indirect
4141
github.com/pkg/errors v0.9.1 // indirect
42-
github.com/sagikazarmark/locafero v0.7.0 // indirect
42+
github.com/sagikazarmark/locafero v0.9.0 // indirect
4343
github.com/sourcegraph/conc v0.3.0 // indirect
44-
github.com/spf13/afero v1.12.0 // indirect
45-
github.com/spf13/cast v1.7.1 // indirect
44+
github.com/spf13/afero v1.14.0 // indirect
45+
github.com/spf13/cast v1.8.0 // indirect
4646
github.com/spf13/pflag v1.0.6 // indirect
4747
github.com/subosito/gotenv v1.6.0 // indirect
48-
github.com/weppos/publicsuffix-go v0.40.3-0.20250116212141-0d09f147af54 // indirect
48+
github.com/weppos/publicsuffix-go v0.40.3-0.20250408071509-6074bbe7fd39 // indirect
4949
github.com/x448/float16 v0.8.4 // indirect
50-
github.com/zmap/zcrypto v0.0.0-20241218205341-e47c4f4da3a4 // indirect
51-
github.com/zmap/zlint/v3 v3.6.5 // indirect
50+
github.com/zmap/zcrypto v0.0.0-20250418211859-7510c141e4b7 // indirect
51+
github.com/zmap/zlint/v3 v3.6.6 // indirect
5252
go.uber.org/multierr v1.11.0 // indirect
53-
golang.org/x/crypto v0.36.0 // indirect
54-
golang.org/x/net v0.38.0 // indirect
55-
golang.org/x/oauth2 v0.27.0 // indirect
56-
golang.org/x/sys v0.31.0 // indirect
57-
golang.org/x/term v0.30.0 // indirect
58-
golang.org/x/text v0.23.0 // indirect
59-
golang.org/x/time v0.9.0 // indirect
60-
google.golang.org/protobuf v1.36.5 // indirect
53+
golang.org/x/crypto v0.38.0 // indirect
54+
golang.org/x/net v0.40.0 // indirect
55+
golang.org/x/oauth2 v0.30.0 // indirect
56+
golang.org/x/sys v0.33.0 // indirect
57+
golang.org/x/term v0.32.0 // indirect
58+
golang.org/x/text v0.25.0 // indirect
59+
golang.org/x/time v0.11.0 // indirect
60+
google.golang.org/protobuf v1.36.6 // indirect
6161
gopkg.in/evanphx/json-patch.v4 v4.12.0 // indirect
6262
gopkg.in/inf.v0 v0.9.1 // indirect
6363
k8s.io/klog/v2 v2.130.1 // indirect
6464
k8s.io/kube-openapi v0.0.0-20250318190949-c8a335a9a2ff // indirect
65-
k8s.io/utils v0.0.0-20241210054802-24370beab758 // indirect
65+
k8s.io/utils v0.0.0-20250502105355-0f33e8f1c979 // indirect
6666
sigs.k8s.io/json v0.0.0-20241014173422-cfa47c3a1cc8 // indirect
6767
sigs.k8s.io/randfill v1.0.0 // indirect
68-
sigs.k8s.io/structured-merge-diff/v4 v4.6.0 // indirect
68+
sigs.k8s.io/structured-merge-diff/v4 v4.7.0 // indirect
6969
sigs.k8s.io/yaml v1.4.0 // indirect
7070
)

go.sum

Lines changed: 44 additions & 140 deletions
Large diffs are not rendered by default.

vendor/github.com/emicklei/go-restful/v3/CHANGES.md

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

vendor/github.com/emicklei/go-restful/v3/README.md

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/emicklei/go-restful/v3/jsr311.go

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

vendor/github.com/emicklei/go-restful/v3/route.go

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

vendor/github.com/fsnotify/fsnotify/.cirrus.yml

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/fsnotify/fsnotify/CHANGELOG.md

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

vendor/github.com/fsnotify/fsnotify/CONTRIBUTING.md

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

vendor/github.com/fsnotify/fsnotify/README.md

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

0 commit comments

Comments
 (0)