Skip to content

Commit 6d92b22

Browse files
authored
separate go mod for hack folder (#21060)
* separate go mod for hack folder and use go work * remove dependecy on k8s.minikube inside hack * remove gowork files
1 parent ef138c7 commit 6d92b22

File tree

52 files changed

+3552
-1048
lines changed

Some content is hidden

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

52 files changed

+3552
-1048
lines changed

go.mod

Lines changed: 12 additions & 29 deletions
Original file line numberDiff line numberDiff line change
@@ -5,10 +5,8 @@ go 1.24.0
55
toolchain go1.24.1
66

77
require (
8-
cloud.google.com/go/storage v1.54.0
9-
contrib.go.opencensus.io/exporter/stackdriver v0.13.14
8+
cloud.google.com/go/storage v1.55.0
109
github.com/Delta456/box-cli-maker/v2 v2.3.0
11-
github.com/GoogleCloudPlatform/cloudsql-proxy v1.37.7
1210
github.com/GoogleCloudPlatform/opentelemetry-operations-go/exporter/trace v1.29.0
1311
github.com/Parallels/docker-machine-parallels/v2 v2.0.1
1412
github.com/VividCortex/godaemon v1.0.0
@@ -35,7 +33,6 @@ require (
3533
github.com/hashicorp/go-retryablehttp v0.7.7
3634
github.com/hooklift/iso9660 v1.0.0
3735
github.com/icza/dyno v0.0.0-20230330125955-09f820a8d9c0
38-
github.com/jmoiron/sqlx v1.4.0
3936
github.com/johanneswuerbach/nfsexports v0.0.0-20200318065542-c48c3734757f
4037
github.com/juju/clock v1.1.1
4138
github.com/juju/fslock v0.0.0-20160525022230-4d5c94c67b4b
@@ -63,21 +60,19 @@ require (
6360
github.com/spf13/pflag v1.0.6
6461
github.com/spf13/viper v1.20.1
6562
github.com/zchee/go-vmnet v0.0.0-20161021174912-97ebf9174097
66-
go.opencensus.io v0.24.0
6763
go.opentelemetry.io/otel v1.37.0
6864
go.opentelemetry.io/otel/sdk v1.37.0
6965
go.opentelemetry.io/otel/trace v1.37.0
7066
golang.org/x/build v0.0.0-20190927031335-2835ba2e683f
71-
golang.org/x/crypto v0.38.0
67+
golang.org/x/crypto v0.39.0
7268
golang.org/x/exp v0.0.0-20241009180824-f66d83c29e7c
73-
golang.org/x/mod v0.24.0
69+
golang.org/x/mod v0.26.0
7470
golang.org/x/oauth2 v0.30.0
7571
golang.org/x/sync v0.15.0
7672
golang.org/x/sys v0.33.0
7773
golang.org/x/term v0.32.0
78-
golang.org/x/text v0.25.0
79-
gonum.org/v1/plot v0.16.0
80-
google.golang.org/api v0.234.0
74+
golang.org/x/text v0.26.0
75+
google.golang.org/api v0.235.0
8176
gopkg.in/yaml.v2 v2.4.0
8277
k8s.io/api v0.33.2
8378
k8s.io/apimachinery v0.33.2
@@ -93,39 +88,32 @@ require (
9388

9489
require (
9590
cel.dev/expr v0.20.0 // indirect
96-
cloud.google.com/go v0.121.0 // indirect
91+
cloud.google.com/go v0.121.1 // indirect
9792
cloud.google.com/go/auth v0.16.1 // indirect
9893
cloud.google.com/go/auth/oauth2adapt v0.2.8 // indirect
9994
cloud.google.com/go/compute/metadata v0.7.0 // indirect
10095
cloud.google.com/go/iam v1.5.2 // indirect
10196
cloud.google.com/go/monitoring v1.24.2 // indirect
10297
cloud.google.com/go/trace v1.11.6 // indirect
103-
codeberg.org/go-fonts/liberation v0.5.0 // indirect
104-
codeberg.org/go-latex/latex v0.1.0 // indirect
105-
codeberg.org/go-pdf/fpdf v0.10.0 // indirect
106-
git.sr.ht/~sbinet/gg v0.6.0 // indirect
98+
github.com/AdaLogics/go-fuzz-headers v0.0.0-20210715213245-6c3934b029d8 // indirect
10799
github.com/Azure/go-ansiterm v0.0.0-20230124172434-306776ec8161 // indirect
108100
github.com/GoogleCloudPlatform/opentelemetry-operations-go/detectors/gcp v1.27.0 // indirect
109101
github.com/GoogleCloudPlatform/opentelemetry-operations-go/exporter/metric v0.51.0 // indirect
110102
github.com/GoogleCloudPlatform/opentelemetry-operations-go/internal/resourcemapping v0.53.0 // indirect
111103
github.com/MakeNowJust/heredoc v1.0.0 // indirect
112104
github.com/Microsoft/go-winio v0.6.2 // indirect
113105
github.com/VividCortex/ewma v1.2.0 // indirect
114-
github.com/ajstarks/svgo v0.0.0-20211024235047-1546f124cd8b // indirect
115106
github.com/aregm/cpuid v0.0.0-20181003105527-1a4a6f06a1c6 // indirect
116107
github.com/aws/aws-sdk-go v1.44.122 // indirect
117108
github.com/beorn7/perks v1.0.1 // indirect
118109
github.com/bgentry/go-netrc v0.0.0-20140422174119-9fd32a8b3d3d // indirect
119110
github.com/c4milo/gotoolkit v0.0.0-20190525173301-67483a18c17a // indirect
120-
github.com/campoy/embedmd v1.0.0 // indirect
121-
github.com/census-instrumentation/opencensus-proto v0.4.1 // indirect
122111
github.com/cespare/xxhash/v2 v2.3.0 // indirect
123112
github.com/cncf/xds/go v0.0.0-20250121191232-2f005788dc42 // indirect
124113
github.com/containerd/errdefs v1.0.0 // indirect
125114
github.com/containerd/log v0.1.0 // indirect
126115
github.com/containerd/stargz-snapshotter/estargz v0.16.3 // indirect
127116
github.com/coreos/go-systemd/v22 v22.5.0 // indirect
128-
github.com/cpuguy83/go-md2man/v2 v2.0.6 // indirect
129117
github.com/cyphar/filepath-securejoin v0.4.1 // indirect
130118
github.com/davecgh/go-spew v1.1.2-0.20180830191138-d8f796af33cc // indirect
131119
github.com/docker/distribution v2.8.3+incompatible // indirect
@@ -150,9 +138,7 @@ require (
150138
github.com/go-viper/mapstructure/v2 v2.2.1 // indirect
151139
github.com/godbus/dbus/v5 v5.1.0 // indirect
152140
github.com/gogo/protobuf v1.3.2 // indirect
153-
github.com/golang/freetype v0.0.0-20170609003504-e2365dfdc4a0 // indirect
154-
github.com/golang/groupcache v0.0.0-20210331224755-41bb18bfe9da // indirect
155-
github.com/golang/protobuf v1.5.4 // indirect
141+
github.com/golang/mock v1.7.0-rc.1 // indirect
156142
github.com/google/gnostic-models v0.6.9 // indirect
157143
github.com/google/go-querystring v1.1.0 // indirect
158144
github.com/google/pprof v0.0.0-20241029153458-d1b30febd7db // indirect
@@ -173,7 +159,6 @@ require (
173159
github.com/json-iterator/go v1.1.12 // indirect
174160
github.com/juju/errors v0.0.0-20220203013757-bd733f3c86b9 // indirect
175161
github.com/klauspost/compress v1.18.0 // indirect
176-
github.com/lib/pq v1.10.9 // indirect
177162
github.com/liggitt/tabwriter v0.0.0-20181228230101-89fcab3d43de // indirect
178163
github.com/lufia/plan9stats v0.0.0-20211012122336-39d0f177ccd0 // indirect
179164
github.com/mailru/easyjson v0.7.7 // indirect
@@ -206,7 +191,6 @@ require (
206191
github.com/prometheus/client_model v0.6.1 // indirect
207192
github.com/prometheus/common v0.62.0 // indirect
208193
github.com/prometheus/procfs v0.15.1 // indirect
209-
github.com/prometheus/prometheus v0.35.0 // indirect
210194
github.com/rivo/uniseg v0.4.7 // indirect
211195
github.com/russross/blackfriday/v2 v2.1.0 // indirect
212196
github.com/sagikazarmark/locafero v0.7.0 // indirect
@@ -227,19 +211,18 @@ require (
227211
github.com/yusufpapurcu/wmi v1.2.4 // indirect
228212
github.com/zeebo/errs v1.4.0 // indirect
229213
go.opentelemetry.io/auto/sdk v1.1.0 // indirect
230-
go.opentelemetry.io/contrib/detectors/gcp v1.35.0 // indirect
214+
go.opentelemetry.io/contrib/detectors/gcp v1.36.0 // indirect
231215
go.opentelemetry.io/contrib/instrumentation/google.golang.org/grpc/otelgrpc v0.60.0 // indirect
232216
go.opentelemetry.io/contrib/instrumentation/net/http/otelhttp v0.61.0 // indirect
233217
go.opentelemetry.io/otel/metric v1.37.0 // indirect
234218
go.opentelemetry.io/otel/sdk/metric v1.36.0 // indirect
235219
go.uber.org/multierr v1.11.0 // indirect
236220
go.uber.org/zap v1.27.0 // indirect
237-
golang.org/x/image v0.25.0 // indirect
238-
golang.org/x/net v0.40.0 // indirect
221+
golang.org/x/net v0.41.0 // indirect
239222
golang.org/x/time v0.11.0 // indirect
240-
golang.org/x/tools v0.29.0 // indirect
223+
golang.org/x/tools v0.34.0 // indirect
241224
google.golang.org/genproto v0.0.0-20250505200425-f936aa4a68b2 // indirect
242-
google.golang.org/genproto/googleapis/api v0.0.0-20250505200425-f936aa4a68b2 // indirect
225+
google.golang.org/genproto/googleapis/api v0.0.0-20250512202823-5a2f75b736a9 // indirect
243226
google.golang.org/genproto/googleapis/rpc v0.0.0-20250519155744-55703ea1f237 // indirect
244227
google.golang.org/grpc v1.72.2 // indirect
245228
google.golang.org/protobuf v1.36.6 // indirect

0 commit comments

Comments
 (0)