Skip to content

Commit 597fb29

Browse files
chore(deps): bump github.com/cyphar/filepath-securejoin from 0.2.3 to 0.2.4 in /examples/sdk/helm-template (#1330)
chore(deps): bump github.com/cyphar/filepath-securejoin Bumps [github.com/cyphar/filepath-securejoin](https://github.com/cyphar/filepath-securejoin) from 0.2.3 to 0.2.4. - [Release notes](https://github.com/cyphar/filepath-securejoin/releases) - [Commits](cyphar/filepath-securejoin@v0.2.3...v0.2.4) --- updated-dependencies: - dependency-name: github.com/cyphar/filepath-securejoin dependency-type: indirect ... Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent e44aff4 commit 597fb29

File tree

2 files changed

+48
-153
lines changed

2 files changed

+48
-153
lines changed

examples/sdk/helm-template/go.mod

Lines changed: 16 additions & 16 deletions
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ replace github.com/replicatedhq/troubleshoot v0.0.0 => ../../../
99

1010
require (
1111
github.com/replicatedhq/troubleshoot v0.0.0
12-
helm.sh/helm/v3 v3.12.1
12+
helm.sh/helm/v3 v3.12.3
1313
sigs.k8s.io/yaml v1.3.0
1414
)
1515

@@ -18,7 +18,7 @@ require (
1818
github.com/Masterminds/goutils v1.1.1 // indirect
1919
github.com/Masterminds/semver/v3 v3.2.1 // indirect
2020
github.com/Masterminds/sprig/v3 v3.2.3 // indirect
21-
github.com/cyphar/filepath-securejoin v0.2.3 // indirect
21+
github.com/cyphar/filepath-securejoin v0.2.4 // indirect
2222
github.com/davecgh/go-spew v1.1.1 // indirect
2323
github.com/emicklei/go-restful/v3 v3.10.2 // indirect
2424
github.com/go-logr/logr v1.2.4 // indirect
@@ -28,10 +28,10 @@ require (
2828
github.com/gobwas/glob v0.2.3 // indirect
2929
github.com/gogo/protobuf v1.3.2 // indirect
3030
github.com/golang/protobuf v1.5.3 // indirect
31-
github.com/google/gnostic v0.6.9 // indirect
31+
github.com/google/gnostic-models v0.6.8 // indirect
3232
github.com/google/go-cmp v0.5.9 // indirect
3333
github.com/google/gofuzz v1.2.0 // indirect
34-
github.com/google/uuid v1.3.0 // indirect
34+
github.com/google/uuid v1.3.1 // indirect
3535
github.com/huandu/xstrings v1.4.0 // indirect
3636
github.com/imdario/mergo v0.3.15 // indirect
3737
github.com/josharian/intern v1.0.0 // indirect
@@ -48,26 +48,26 @@ require (
4848
github.com/xeipuuv/gojsonpointer v0.0.0-20190905194746-02993c407bfb // indirect
4949
github.com/xeipuuv/gojsonreference v0.0.0-20180127040603-bd5ef7bd5415 // indirect
5050
github.com/xeipuuv/gojsonschema v1.2.0 // indirect
51-
golang.org/x/crypto v0.9.0 // indirect
52-
golang.org/x/net v0.10.0 // indirect
53-
golang.org/x/oauth2 v0.7.0 // indirect
54-
golang.org/x/sys v0.8.0 // indirect
55-
golang.org/x/term v0.8.0 // indirect
56-
golang.org/x/text v0.10.0 // indirect
51+
golang.org/x/crypto v0.11.0 // indirect
52+
golang.org/x/net v0.13.0 // indirect
53+
golang.org/x/oauth2 v0.8.0 // indirect
54+
golang.org/x/sys v0.11.0 // indirect
55+
golang.org/x/term v0.10.0 // indirect
56+
golang.org/x/text v0.13.0 // indirect
5757
golang.org/x/time v0.3.0 // indirect
5858
google.golang.org/appengine v1.6.7 // indirect
5959
google.golang.org/protobuf v1.30.0 // indirect
6060
gopkg.in/inf.v0 v0.9.1 // indirect
6161
gopkg.in/yaml.v2 v2.4.0 // indirect
6262
gopkg.in/yaml.v3 v3.0.1 // indirect
63-
k8s.io/api v0.27.3 // indirect
64-
k8s.io/apiextensions-apiserver v0.27.2 // indirect
65-
k8s.io/apimachinery v0.27.3 // indirect
66-
k8s.io/client-go v0.27.3 // indirect
63+
k8s.io/api v0.28.1 // indirect
64+
k8s.io/apiextensions-apiserver v0.28.1 // indirect
65+
k8s.io/apimachinery v0.28.1 // indirect
66+
k8s.io/client-go v0.28.1 // indirect
6767
k8s.io/klog/v2 v2.100.1 // indirect
68-
k8s.io/kube-openapi v0.0.0-20230501164219-8b0f38b5fd1f // indirect
68+
k8s.io/kube-openapi v0.0.0-20230717233707-2695361300d9 // indirect
6969
k8s.io/utils v0.0.0-20230406110748-d93618cff8a2 // indirect
70-
sigs.k8s.io/controller-runtime v0.15.0 // indirect
70+
sigs.k8s.io/controller-runtime v0.15.1 // indirect
7171
sigs.k8s.io/json v0.0.0-20221116044647-bc3834ca7abd // indirect
7272
sigs.k8s.io/structured-merge-diff/v4 v4.2.3 // indirect
7373
)

0 commit comments

Comments
 (0)