Skip to content

Commit 7408279

Browse files
committed
fix: restore direct dependencies that were incorrectly marked as indirect
- Restore fatih/color, kubevela-core-api, terraform-controller, pkg/errors as direct deps - Restore k8s.io/apimachinery, k8s.io/client-go, controller-runtime as direct deps - These are used by test files and should be explicit dependencies
1 parent 4a845df commit 7408279

File tree

2 files changed

+1311
-3
lines changed

2 files changed

+1311
-3
lines changed

go.mod

Lines changed: 7 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -7,8 +7,15 @@ toolchain go1.22.4
77
require (
88
github.com/Masterminds/semver/v3 v3.1.1
99
github.com/Masterminds/sprig/v3 v3.2.2
10+
github.com/fatih/color v1.13.0
1011
github.com/go-yaml/yaml v2.1.0+incompatible
12+
github.com/oam-dev/kubevela-core-api v1.7.7
13+
github.com/oam-dev/terraform-controller v0.7.0
14+
github.com/pkg/errors v0.9.1
1115
helm.sh/helm/v3 v3.7.2
16+
k8s.io/apimachinery v0.26.3
17+
k8s.io/client-go v0.26.3
18+
sigs.k8s.io/controller-runtime v0.14.6
1219
sigs.k8s.io/yaml v1.4.0
1320
)
1421

@@ -68,7 +75,6 @@ require (
6875
github.com/opencontainers/go-digest v1.0.0 // indirect
6976
github.com/opencontainers/image-spec v1.0.3-0.20220114050600-8b9d41f48198 // indirect
7077
github.com/peterbourgon/diskv v2.0.1+incompatible // indirect
71-
github.com/pkg/errors v0.9.1 // indirect
7278
github.com/prometheus/client_golang v1.18.0 // indirect
7379
github.com/prometheus/client_model v0.5.0 // indirect
7480
github.com/prometheus/common v0.45.0 // indirect
@@ -97,9 +103,7 @@ require (
97103
gopkg.in/yaml.v2 v2.4.0 // indirect
98104
gopkg.in/yaml.v3 v3.0.1 // indirect
99105
k8s.io/api v0.29.2 // indirect
100-
k8s.io/apimachinery v0.26.3 // indirect
101106
k8s.io/cli-runtime v0.29.2 // indirect
102-
k8s.io/client-go v0.26.3 // indirect
103107
k8s.io/klog/v2 v2.110.1 // indirect
104108
k8s.io/kube-openapi v0.0.0-20231010175941-2dd684a91f00 // indirect
105109
k8s.io/utils v0.0.0-20230726121419-3b25d923346b // indirect

0 commit comments

Comments
 (0)