Skip to content

Commit 36f2cfc

Browse files
author
Evergreen
committed
Run pre-commit hook
1 parent d6ded71 commit 36f2cfc

File tree

2 files changed

+8
-8
lines changed

2 files changed

+8
-8
lines changed

LICENSE-THIRD-PARTY

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -82,11 +82,11 @@ gopkg.in/inf.v0,v0.9.1,https://github.com/go-inf/inf/blob/v0.9.1/LICENSE,BSD-3-C
8282
gopkg.in/natefinch/lumberjack.v2,v2.2.1,https://github.com/natefinch/lumberjack/blob/v2.2.1/LICENSE,MIT
8383
gopkg.in/yaml.v2,v2.4.0,https://github.com/go-yaml/yaml/blob/v2.4.0/LICENSE,Apache-2.0
8484
gopkg.in/yaml.v3,v3.0.1,https://github.com/go-yaml/yaml/blob/v3.0.1/LICENSE,MIT
85-
k8s.io/api,v0.32.9,https://github.com/kubernetes/api/blob/v0.32.9/LICENSE,Apache-2.0
85+
k8s.io/api,v0.32.10,https://github.com/kubernetes/api/blob/v0.32.10/LICENSE,Apache-2.0
8686
k8s.io/apiextensions-apiserver/pkg/apis/apiextensions,v0.31.0,https://github.com/kubernetes/apiextensions-apiserver/blob/v0.31.0/LICENSE,Apache-2.0
87-
k8s.io/apimachinery/pkg,v0.32.9,https://github.com/kubernetes/apimachinery/blob/v0.32.9/LICENSE,Apache-2.0
88-
k8s.io/apimachinery/third_party/forked/golang,v0.32.9,https://github.com/kubernetes/apimachinery/blob/v0.32.9/third_party/forked/golang/LICENSE,BSD-3-Clause
89-
k8s.io/client-go,v0.32.9,https://github.com/kubernetes/client-go/blob/v0.32.9/LICENSE,Apache-2.0
87+
k8s.io/apimachinery/pkg,v0.32.10,https://github.com/kubernetes/apimachinery/blob/v0.32.10/LICENSE,Apache-2.0
88+
k8s.io/apimachinery/third_party/forked/golang,v0.32.10,https://github.com/kubernetes/apimachinery/blob/v0.32.10/third_party/forked/golang/LICENSE,BSD-3-Clause
89+
k8s.io/client-go,v0.32.10,https://github.com/kubernetes/client-go/blob/v0.32.10/LICENSE,Apache-2.0
9090
k8s.io/klog/v2,v2.130.1,https://github.com/kubernetes/klog/blob/v2.130.1/LICENSE,Apache-2.0
9191
k8s.io/kube-openapi/pkg,v0.0.0-20241105132330-32ad38e42d3f,https://github.com/kubernetes/kube-openapi/blob/32ad38e42d3f/LICENSE,Apache-2.0
9292
k8s.io/kube-openapi/pkg/internal/third_party/go-json-experiment/json,v0.0.0-20241105132330-32ad38e42d3f,https://github.com/kubernetes/kube-openapi/blob/32ad38e42d3f/pkg/internal/third_party/go-json-experiment/json/LICENSE,BSD-3-Clause

cmd/kubectl-mongodb/LICENSE-THIRD-PARTY

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -29,10 +29,10 @@ gopkg.in/evanphx/json-patch.v4,v4.12.0,https://github.com/evanphx/json-patch/blo
2929
gopkg.in/inf.v0,v0.9.1,https://github.com/go-inf/inf/blob/v0.9.1/LICENSE,BSD-3-Clause
3030
gopkg.in/yaml.v2,v2.4.0,https://github.com/go-yaml/yaml/blob/v2.4.0/LICENSE,Apache-2.0
3131
gopkg.in/yaml.v3,v3.0.1,https://github.com/go-yaml/yaml/blob/v3.0.1/LICENSE,MIT
32-
k8s.io/api,v0.32.9,https://github.com/kubernetes/api/blob/v0.32.9/LICENSE,Apache-2.0
33-
k8s.io/apimachinery/pkg,v0.32.9,https://github.com/kubernetes/apimachinery/blob/v0.32.9/LICENSE,Apache-2.0
34-
k8s.io/apimachinery/third_party/forked/golang,v0.32.9,https://github.com/kubernetes/apimachinery/blob/v0.32.9/third_party/forked/golang/LICENSE,BSD-3-Clause
35-
k8s.io/client-go,v0.32.9,https://github.com/kubernetes/client-go/blob/v0.32.9/LICENSE,Apache-2.0
32+
k8s.io/api,v0.32.10,https://github.com/kubernetes/api/blob/v0.32.10/LICENSE,Apache-2.0
33+
k8s.io/apimachinery/pkg,v0.32.10,https://github.com/kubernetes/apimachinery/blob/v0.32.10/LICENSE,Apache-2.0
34+
k8s.io/apimachinery/third_party/forked/golang,v0.32.10,https://github.com/kubernetes/apimachinery/blob/v0.32.10/third_party/forked/golang/LICENSE,BSD-3-Clause
35+
k8s.io/client-go,v0.32.10,https://github.com/kubernetes/client-go/blob/v0.32.10/LICENSE,Apache-2.0
3636
k8s.io/klog/v2,v2.130.1,https://github.com/kubernetes/klog/blob/v2.130.1/LICENSE,Apache-2.0
3737
k8s.io/kube-openapi/pkg,v0.0.0-20241105132330-32ad38e42d3f,https://github.com/kubernetes/kube-openapi/blob/32ad38e42d3f/LICENSE,Apache-2.0
3838
k8s.io/kube-openapi/pkg/internal/third_party/go-json-experiment/json,v0.0.0-20241105132330-32ad38e42d3f,https://github.com/kubernetes/kube-openapi/blob/32ad38e42d3f/pkg/internal/third_party/go-json-experiment/json/LICENSE,BSD-3-Clause

0 commit comments

Comments
 (0)