Skip to content

Commit 342c4f5

Browse files
chore(deps): bump github.com/kubernetes/kompose in /sdk (#857)
Bumps [github.com/kubernetes/kompose](https://github.com/kubernetes/kompose) from 1.36.0 to 1.37.0. - [Release notes](https://github.com/kubernetes/kompose/releases) - [Changelog](https://github.com/kubernetes/kompose/blob/main/RELEASE.md) - [Commits](kubernetes/kompose@v1.36.0...v1.37.0) --- updated-dependencies: - dependency-name: github.com/kubernetes/kompose dependency-version: 1.37.0 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent df65e4b commit 342c4f5

File tree

2 files changed

+47
-22
lines changed

2 files changed

+47
-22
lines changed

sdk/go.mod

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ module github.com/ctfer-io/chall-manager/sdk
33
go 1.24.3
44

55
require (
6-
github.com/kubernetes/kompose v1.36.0
6+
github.com/kubernetes/kompose v1.37.0
77
github.com/pulumi/pulumi-kubernetes/sdk/v4 v4.23.0
88
github.com/pulumi/pulumi/sdk/v3 v3.187.0
99
github.com/stretchr/testify v1.10.0
@@ -29,7 +29,7 @@ require (
2929
github.com/charmbracelet/lipgloss v0.7.1 // indirect
3030
github.com/cheggaaa/pb v1.0.29 // indirect
3131
github.com/cloudflare/circl v1.6.1 // indirect
32-
github.com/compose-spec/compose-go/v2 v2.4.4 // indirect
32+
github.com/compose-spec/compose-go/v2 v2.8.1 // indirect
3333
github.com/containerd/console v1.0.4 // indirect
3434
github.com/containerd/log v0.1.0 // indirect
3535
github.com/cyphar/filepath-securejoin v0.3.6 // indirect
@@ -48,7 +48,7 @@ require (
4848
github.com/go-git/go-billy/v5 v5.6.1 // indirect
4949
github.com/go-git/go-git/v5 v5.13.1 // indirect
5050
github.com/go-logr/logr v1.4.3 // indirect
51-
github.com/go-viper/mapstructure/v2 v2.0.0 // indirect
51+
github.com/go-viper/mapstructure/v2 v2.3.0 // indirect
5252
github.com/gogo/protobuf v1.3.2 // indirect
5353
github.com/golang/glog v1.2.5 // indirect
5454
github.com/golang/groupcache v0.0.0-20241129210726-2c02b8208cf8 // indirect
@@ -104,24 +104,24 @@ require (
104104
github.com/rogpeppe/go-internal v1.13.1 // indirect
105105
github.com/sabhiram/go-gitignore v0.0.0-20210923224102-525f6e181f06 // indirect
106106
github.com/santhosh-tekuri/jsonschema/v5 v5.3.1 // indirect
107+
github.com/santhosh-tekuri/jsonschema/v6 v6.0.1 // indirect
107108
github.com/sergi/go-diff v1.3.2-0.20230802210424-5b0b94c5c0d3 // indirect
108109
github.com/sirupsen/logrus v1.9.3 // indirect
109110
github.com/skeema/knownhosts v1.3.0 // indirect
110-
github.com/spf13/cast v1.7.0 // indirect
111+
github.com/spf13/cast v1.9.2 // indirect
111112
github.com/spf13/cobra v1.9.1 // indirect
112113
github.com/spf13/pflag v1.0.7 // indirect
113114
github.com/texttheater/golang-levenshtein v1.0.1 // indirect
114115
github.com/uber/jaeger-client-go v2.30.0+incompatible // indirect
115116
github.com/uber/jaeger-lib v2.4.1+incompatible // indirect
116117
github.com/x448/float16 v0.8.4 // indirect
117118
github.com/xanzy/ssh-agent v0.3.3 // indirect
118-
github.com/xeipuuv/gojsonpointer v0.0.0-20190905194746-02993c407bfb // indirect
119-
github.com/xeipuuv/gojsonreference v0.0.0-20180127040603-bd5ef7bd5415 // indirect
120-
github.com/xeipuuv/gojsonschema v1.2.0 // indirect
119+
github.com/xhit/go-str2duration/v2 v2.1.0 // indirect
121120
github.com/zclconf/go-cty v1.14.0 // indirect
122121
go.opentelemetry.io/otel v1.37.0 // indirect
123122
go.opentelemetry.io/otel/sdk/metric v1.37.0 // indirect
124123
go.uber.org/atomic v1.11.0 // indirect
124+
go.yaml.in/yaml/v3 v3.0.4 // indirect
125125
golang.org/x/crypto v0.40.0 // indirect
126126
golang.org/x/exp v0.0.0-20250718183923-645b1fa84792 // indirect
127127
golang.org/x/mod v0.26.0 // indirect

0 commit comments

Comments
 (0)