Skip to content

Commit

Permalink
upgrade to latest dependencies
Browse files Browse the repository at this point in the history
bumping github.com/prometheus/client_model 1c92cad...d56cd79:
  > d56cd79 add exemplar to native histogram (# 80)
  > f22bbab Merge pull request # 79 from prometheus/repo_sync
  > f68ef47 Merge pull request # 78 from prometheus/dependabot/go_modules/google.golang.org/protobuf-1.32.0
  > 552c44f Update common Prometheus files
  > 93dfe21 Merge pull request # 77 from prometheus/repo_sync
  > 2aad054 Bump google.golang.org/protobuf from 1.31.0 to 1.32.0
  > 9b7b675 Merge pull request # 76 from prometheus/repo_sync
  > d150866 Update common Prometheus files
  > c26a8ee Merge pull request # 75 from vesari/add-unit
  > 734da88 Update common Prometheus files
  > 62658f5 Merge pull request # 74 from prometheus/repo_sync
  > 003f160 Add unit field to MetricFamily proto message
  > f095bcd Merge pull request # 73 from prometheus/repo_sync
  > 2ba4e15 Update common Prometheus files
  > fc673f1 Update common Prometheus files
bumping google.golang.org/protobuf 3068604...ec47fd1:
  > ec47fd1 all: release v1.33.0
  > f01a588 encoding/protojson, internal/encoding/json: handle missing object values
  > 235ef28 all: fix integration test on macOS
  > fe89159 internal/filedesc: make descriptor initialization goroutine-safe
  > 6bec1ef proto: move explicit test as a seed into the fuzz test
  > 02e13d2 internal/filedesc: align editions and non-editions HasPresence()
  > 416d517 internal/conformance: make conformance tests work with editions
  > 055c812 encoding/prototext: add proto editions and fuzz tests
  > 2caa6b0 all: format all .proto files
  > f2cb7f1 encoding/protojson: add protojson editions tests including fuzztests
  > 08a11b3 testing/prototest: add extension and required editions messages
  > da0e663 proto: add editions tests for invalid messages
  > f9eb6c7 go_features.proto: move .proto file next to generated .pb.go file
  > 11de0a6 all: add editions support for extensions
  > 7d98b0e all: implement `features.field_presence = LEGACY_REQUIRED` support
  > 6e0d73f proto: add extension tests for editions protos
  > 1944577 proto: add more editions tests for proto.Size and proto.Equal
  > 5e8da94 proto: add decoding fuzz test for proto3 to editions conversion
  > 8f6a661 proto: add fuzztest for proto2 and equivalent editions proto
  > 997075a reflect/protodesc: add editions support
  > f102ec6 all: add more test for editions and fix some bugs in the implementation
  > e391005 reflect/protodesc: propagate field_presence legacy_required properly
  > 020ec10 internal/filedesc: implement runtime editions support
  > f387b03 editions: add some test protos for editions
  > 2040e86 all: implement Go-specific GenerateLegacyUnmarshalJSON
  > 99e193e all: update to protobuf-26.0-rc2 to implement go edition features
  > 82c6b3a protoreflect: remove unnecessary cache so extension types can be GC'ed
  > b70f02b editions: minor fix to resolve editions features correctly
  > 9e454d6 internal/filedesc: refactor editions feature resolution
  > 26a52f3 reflect/protodesc: fix packed field conditional
  > 7c85df2 reflect/protodesc: fix group validation: not supported in proto3
  > 18202d2 testing/protocmp: add MessageTypeResolver.
  > 7b78149 internal/impl: correct reflect.ValueError use
  > 56dad28 all: add Security Policy (SECURITY.md)
  > 9f73929 all: start v1.32.0-devel
bumping knative.dev/networking 22eb3d0...3594f84:
  > 3594f84 upgrade to latest dependencies (# 945)
  > 3252e63 upgrade to latest dependencies (# 944)
  > 9417101 upgrade to latest dependencies (# 943)
  > 918a090 upgrade to latest dependencies (# 942)
  > 48fd99c cleanup: drop unused e2e files (# 940)
  > d5fbe3f chore: drop OWNER files from ./test & ./hack (# 941)
  > e3f29af Update community files (# 939)
  > cfb3abd upgrade to latest dependencies (# 938)
  > 7391d20 drop unused types (# 933)
  > 54694f4 upgrade to latest dependencies (# 937)
  > ff63078 add the h2c app protocol value for the HTTP2 test (# 936)
  > 48f43ee Exclude test folder from code coverage calculation (# 934)
  > 5f213f7 upgrade to latest dependencies (# 935)
  > 1fbbbf9 Update GRPC/H2C conformance test (# 932)
  > 556d751 bump golang to v1.22 (# 931)
  > 71d6811 drop net-http01 from downstream testing (# 930)
  > 8bbc041 upgrade to latest dependencies (# 929)
  > f5845ef Update community files (# 928)
  > 630e71a feat: add isFailed for certificate (# 926)
  > 64e6032 upgrade to latest dependencies (# 927)
bumping knative.dev/client-pkg 2c46c44...ca457df:
  > ca457df upgrade to latest dependencies (# 154)
  > f170971 🎁 Terminal UI basic implementation (# 139)
  > ae3b852 [main] Upgrade to latest dependencies (# 146)
  > e7f1f8d Update community files (# 151)
bumping golang.org/x/term 353276a...c5eaf76:
  > c5eaf76 go.mod: update golang.org/x dependencies
bumping knative.dev/serving 096adcc...0c8f4f3:
  > 0c8f4f3 Format go code (# 15006)
  > a194cb2 Add multi-container probing (# 14853)
  > b635c4c Update net-kourier nightly (# 15004)
  > 79498ab Update net-istio nightly (# 15003)
  > 54254a1 Update net-gateway-api nightly (# 15005)
  > 1c9495a Update net-certmanager nightly (# 15002)
  > 173ab17 upgrade to latest dependencies (# 15001)
  > 3e119d5 add contour-gateway.yaml to third_party folder (# 14998)
  > 455d3e5 Revert deactivated istio tls tests (# 14995)
  > 88abc84 upgrade to latest dependencies (# 14997)
  > a2ea3a1 Check for nil before calling deep-equal (# 14996)
  > 21ec47d Replace deprecated uses of sets.Int (# 14973)
  > 33b8bb4 Update net-kourier nightly (# 14993)
  > 57dc06d add upstream TLS trust from CM bundles (# 14717)
  > 5fdffba Update net-gateway-api nightly (# 14986)
  > 846c248 Update net-certmanager nightly (# 14991)
  > d8b4c5c Update net-istio nightly (# 14987)
  > 0e9c192 upgrade to latest dependencies (# 14985)
  > 72f91e5 Removed superfluous else statement (# 14982)
  > 74b5bed Update net-gateway-api nightly (# 14975)
  > 60211df Update net-certmanager nightly (# 14974)
  > 69fb735 Update net-contour nightly (# 14977)
  > 03c65f7 Update net-istio nightly (# 14976)
  > 4b88324 Update net-kourier nightly (# 14978)
  > 06335fe upgrade to latest dependencies (# 14970)
  > e069290 Update net-kourier nightly (# 14972)
  > f852ac6 Modify the description of ConfigMap  config-defaults (# 14969)
  > 0394a5f Update net-gateway-api nightly (# 14971)
  > 3f776db Update net-istio nightly (# 14966)
  > 0208f81 Update net-contour nightly (# 14967)
  > 7d49b34 Update net-certmanager nightly (# 14964)
  > 6dc7097 Update net-gateway-api nightly (# 14965)
  > 5cfa4a9 Update community files (# 14963)
  > 99f6b66 Update net-istio nightly (# 14957)
  > 80bb2f6 Update net-gateway-api nightly (# 14960)
  > 1a375ab Update net-kourier nightly (# 14958)
  > cdb41a4 Update net-certmanager nightly (# 14959)
  > 1c6d34f Update net-contour nightly (# 14956)
  > a1ad60a upgrade to latest dependencies (# 14949)
  > d7603f8 Update net-contour nightly (# 14953)
  > 6f88b3c Update net-istio nightly (# 14952)
  > cb84c77 Update net-kourier nightly (# 14943)
  > 21c2d43 Update net-certmanager nightly (# 14954)
  > 936f058 upgrade to latest dependencies (# 14947)
  > f40c8f9 Update net-contour nightly (# 14945)
  > 8a9828e Update net-gateway-api nightly (# 14946)
  > 77590bc Update net-istio nightly (# 14944)
  > 51db121 Update net-certmanager nightly (# 14942)
  > 8a727cd upgrade to latest dependencies (# 14941)
  > c171daa upgrade to latest dependencies (# 14936)
  > 167d42f Update net-gateway-api nightly (# 14937)
  > 64b7126 Update net-contour nightly (# 14938)
  > 2949f76 Update workflows to use knative/actions/setup-go (# 14934)
  > 852b4fd Update net-gateway-api nightly (# 14930)
  > f5ac3bb Update net-certmanager nightly (# 14928)
  > 831af95 Update net-istio nightly (# 14931)
  > 4323e27 Update net-kourier nightly (# 14932)
  > be71cf2 Update net-contour nightly (# 14929)
  > 6713050 upgrade to latest dependencies (# 14927)
  > a59e476 upgrade to latest dependencies (# 14926)
  > 961cc65 Update net-contour nightly (# 14924)
  > 5ab975d Update net-gateway-api nightly (# 14923)
  > d4a2637 Update net-istio nightly (# 14911)
  > 2f98a34 Update net-kourier nightly (# 14922)
  > ed66fdc Update net-certmanager nightly (# 14921)
  > 507b229 upgrade to latest dependencies (# 14920)
  > 7a7505d Update community files (# 14919)
  > 754b481 Update net-gateway-api nightly (# 14915)
  > 892f2d6 upgrade to latest dependencies (# 14917)
  > 9c131fd Update net-contour nightly (# 14916)
  > 7ce55e2 Update net-certmanager nightly (# 14914)
  > 2b7ace7 upgrade to latest dependencies (# 14913)
  > e8e53e4 Update net-gateway-api nightly (# 14912)
  > db76e10 Update net-kourier nightly (# 14900)
  > 82bb1b3 Update net-contour nightly (# 14910)
  > db92674 Update net-certmanager nightly (# 14905)
  > 9edd169 Update net-contour nightly (# 14907)
  > 3ded51b Update net-gateway-api nightly (# 14906)
  > 0a860c7 Update net-istio nightly (# 14908)
  > 77cc2dd drop k8s 1.27 from kind tests and update cluster version to v1.28 in e2e tests (# 14904)
  > 5aa8043 Scale to zero should ensure there are no failed replicas (# 14902)
  > 8589e0c Add revision-failure test image (# 14875)
  > 78c5029 Update net-contour nightly (# 14901)
  > 12315b5 Update net-istio nightly (# 14899)
bumping go.uber.org/zap 96038b7...fcf8ee5:
  > fcf8ee5 Release v1.27.0 (# 1419)
  > e5a56ee Add WithPanicHook logger option for panic log tests (# 1416)
  > 0e2aa4e assets: Fix logo color profile (# 1418)
  > 956a21c Add methods for logging with level as argument (# 1406)
  > 2a893f6 build(deps): bump golangci/golangci-lint-action from 3 to 4 (# 1417)
  > e5745d6 ci: Test with Go 1.22 (# 1409)
  > 7db06bc zapslog: rename Option to HandlerOption (# 1411)
  > 35ded09 zapslog: fix all with slogtest, support inline group, ignore empty group. (# 1408)
  > 27b96e3 Make zaptest.NewTestingWriter public (# 1399)
  > 70f61bb zapslog: Bump zap from v1.24.0 to v1.26.0 (# 1404)
  > d27427d README: Add a logo (# 1396)
  > 5acd569 Rename license file to satisfy go docs for nested modules (# 1389)
  > fa1b6ae Extend WithLazy() method to SugaredLogger (# 1378)
  > f69ffe3 Update `Any` documentation to point at go compiler stack reuse issue (# 1387)
  > ad87f1e `zapcore/field.go`: Fixed typo on comment line indicating that the type is of complex64. (# 1386)
  > 628b1d0 Update goleak to 1.3.0 (# 1384)
  > f463774 lint: Pass zapcore and zaptest packages (# 1383)
  > 87577d8 zapcore: Ignore nil Entry.Time in encoders (# 1369)
  > 54430cb Revert "lint: Enable paralleltest, fix issues (# 1367)" (# 1368)
  > 7b6c114 lint: Enable paralleltest, fix issues (# 1367)
  > ed7ddb5 fmt: Prefer gofumpt over gofmt (# 1366)
  > 2f09c51 benchmark/slog: exp => std log/slog (# 1363)
  > 4ddf010 buffer: Fix AppendBytes doc string (# 1362)
  > 8a14570 doc: Clarify contract for primitive encoders (# 1360)
  > f9c5b00 chore(changelog): Drop 'v' prefixes (# 1356)
  > 6dce84f chore(exp/changelog): Use reference links (# 1357)
  > ebbc67a chore(changelog/1.26.0): add missing entry (# 1358)
bumping sigs.k8s.io/structured-merge-diff/v4 26781d0...cf09e71:
  > cf09e71 Merge pull request # 254 from apelisse/allow-duplicates-in-associative-lists
  > e0346c0 Merge pull request # 255 from apelisse/remove-unions
  > 29babbc merge: Allow duplicate keys in lhs
  > 9c99f49 Merge pull request # 253 from apelisse/merge-duplicates
  > 35d4e8c Remove unions logic, keep schema components
  > 1233172 Merge pull request # 251 from apelisse/add-compare-duplicates
  > 4daa91c typed: Replace duplicates rather than merging
  > 66711bf Merge pull request # 250 from apelisse/update-pathelement-map-values
  > a1f0e95 typed: Update compare algorithm to handle duplicates
  > c9d20e7 typed: Allow duplicates when we merge
  > 52ca48f Merge pull request # 249 from apelisse/tofieldset-duplicates
  > af4df06 fieldpath: Allow map to be updated
  > 6a279b9 fieldpath: Implement PathElementMap to map PEs to interface{}
  > f8c7b27 Rename lhsOrder and rhsOrder to lhsPEs and rhsPEs
  > 042aa8e Merge pull request # 247 from apelisse/loose-validation
  > 0e49988 tofieldset: Add tests to show it already allow duplicates
  > 476102f Merge pull request # 246 from apelisse/mild-cleanups
  > db12191 validation: Allow loose validation for sets
  > 3f658af Merge pull request # 245 from apelisse/split-merge-compare
  > 4d85fbb Further rename merge -> compare in compare.go
  > 7785c50 Merge pull request # 242 from kmala/master
  > 6703e6d typed: Simplify merge and compare to be more focused
  > 69b4451 Remove index from internal API/function calls
  > a345f52 Merge pull request # 243 from apelisse/jenny-emeritus
  > 69bc7e7 address review comment
  > 479fba6 typed: Split merge into merge and compare
  > 8f90031 Include mandatory atomic relation for lists in all schemas
  > 8e33abb Merge pull request # 237 from apelisse/proper-comparison
  > 2265178 lavalamp and jennybuckley are emeritus now
  > 6371a4d simplify test
  > ab402c1 Merge pull request # 240 from apelisse/equalsusing-in-compare
  > d1b78eb merge: Add flag to skip comparison after apply
  > 24aa83d deep copy slice object during append
  > fa1e46d Merge pull request # 239 from apelisse/use-using-recursively
  > 6e15532 Use EqualsUsing in Typed.Compare()
  > 6310a8a Do not use Compare for Equality checks
  > 1dca6fb Merge pull request # 238 from apelisse/compare-field-manager
  > 8bff488 Use EqualsUsing recursively
  > 1dfaf6b Merge pull request # 231 from ulucinar/fix-buildStructCacheEntry
  > 04eae3a fixture: Show diff when managers don't match
  > 758c177 value: Add benchmark for value.Equals
  > 27c21c1 Merge pull request # 232 from xmudrii/registry-k8s-io
  > 3726c80 Check inlined struct field's kind before recursively calling value.buildStructCacheEntry
  > da4b109 Merge pull request # 233 from apelisse/minor-cleanups
  > 7cc4784 Replace k8s.gcr.io with registry.k8s.io
  > bbe0f82 Merge pull request # 228 from apelisse/add-typename-different-from-version-test
  > 8961154 Mark AsTypeUnvalidated as deprecated
  > f76ddd2 Use version of the object rather than from typename
  > 71a41e1 test: Do not capture loop variable
  > 711abd7 Run the test 10 times in a row since it is flaky
  > 3440e0c schema: Fix unknown scalar types
  > 3f0a19a Add test to show that typename and version don't always match

Signed-off-by: Knative Automation <[email protected]>
  • Loading branch information
knative-automation committed Mar 13, 2024
1 parent 177fd0a commit fb31a13
Show file tree
Hide file tree
Showing 483 changed files with 21,478 additions and 18,461 deletions.
77 changes: 39 additions & 38 deletions go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -11,42 +11,43 @@ require (
github.com/spf13/cobra v1.7.0
github.com/spf13/pflag v1.0.5
github.com/spf13/viper v1.16.0
golang.org/x/mod v0.14.0
golang.org/x/term v0.17.0
golang.org/x/mod v0.16.0
golang.org/x/term v0.18.0
gotest.tools/v3 v3.3.0
k8s.io/api v0.28.5
k8s.io/apiextensions-apiserver v0.28.5
k8s.io/apimachinery v0.28.5
k8s.io/cli-runtime v0.28.5
k8s.io/client-go v0.28.5
k8s.io/code-generator v0.28.5
knative.dev/client-pkg v0.0.0-20240214132329-2c46c4434d4e
knative.dev/eventing v0.40.1-0.20240214130959-97e91c540b0c
knative.dev/hack v0.0.0-20240214131420-999d7e6b8495
knative.dev/networking v0.0.0-20240214132427-22eb3d0fda5c
knative.dev/pkg v0.0.0-20240214130941-b8f9b2204947
knative.dev/serving v0.40.1-0.20240215124546-096adcc220b2
k8s.io/api v0.29.2
k8s.io/apiextensions-apiserver v0.29.2
k8s.io/apimachinery v0.29.2
k8s.io/cli-runtime v0.29.2
k8s.io/client-go v0.29.2
k8s.io/code-generator v0.29.2
knative.dev/client-pkg v0.0.0-20240313113642-ca457df5ea78
knative.dev/eventing v0.40.1-0.20240312170432-bbb9051e9fd0
knative.dev/hack v0.0.0-20240302114326-e6dedc74dc47
knative.dev/networking v0.0.0-20240312031421-3594f84d0be5
knative.dev/pkg v0.0.0-20240311204931-2c15a6fd07af
knative.dev/serving v0.40.1-0.20240313081515-0c8f4f3bc355
sigs.k8s.io/yaml v1.4.0
)

require k8s.io/utils v0.0.0-20230406110748-d93618cff8a2
require k8s.io/utils v0.0.0-20240102154912-e7106e64919e

require (
contrib.go.opencensus.io/exporter/ocagent v0.7.1-0.20200907061046-05415f1de66d // indirect
contrib.go.opencensus.io/exporter/prometheus v0.4.2 // indirect
github.com/Azure/go-ansiterm v0.0.0-20210617225240-d185dfc1b5a1 // indirect
github.com/antlr/antlr4/runtime/Go/antlr v1.4.10 // indirect
github.com/beorn7/perks v1.0.1 // indirect
github.com/blendle/zapdriver v1.3.1 // indirect
github.com/census-instrumentation/opencensus-proto v0.4.1 // indirect
github.com/cespare/xxhash/v2 v2.2.0 // indirect
github.com/cloudevents/sdk-go/sql/v2 v2.13.0 // indirect
github.com/cloudevents/sdk-go/v2 v2.13.0 // indirect
github.com/cloudevents/sdk-go/sql/v2 v2.15.2 // indirect
github.com/cloudevents/sdk-go/v2 v2.15.2 // indirect
github.com/cpuguy83/go-md2man/v2 v2.0.2 // indirect
github.com/davecgh/go-spew v1.1.1 // indirect
github.com/emicklei/go-restful/v3 v3.9.0 // indirect
github.com/emicklei/go-restful/v3 v3.11.0 // indirect
github.com/evanphx/json-patch v5.6.0+incompatible // indirect
github.com/evanphx/json-patch/v5 v5.9.0 // indirect
github.com/fsnotify/fsnotify v1.6.0 // indirect
github.com/fsnotify/fsnotify v1.7.0 // indirect
github.com/go-errors/errors v1.4.2 // indirect
github.com/go-kit/log v0.2.1 // indirect
github.com/go-logfmt/logfmt v0.5.1 // indirect
Expand All @@ -64,7 +65,7 @@ require (
github.com/google/shlex v0.0.0-20191202100458-e7afc7fbc510 // indirect
github.com/google/uuid v1.6.0 // indirect
github.com/gregjones/httpcache v0.0.0-20190611155906-901d90724c79 // indirect
github.com/grpc-ecosystem/grpc-gateway/v2 v2.11.3 // indirect
github.com/grpc-ecosystem/grpc-gateway/v2 v2.16.0 // indirect
github.com/imdario/mergo v0.3.13 // indirect
github.com/inconshreveable/mousetrap v1.1.0 // indirect
github.com/josharian/intern v1.0.0 // indirect
Expand All @@ -74,6 +75,7 @@ require (
github.com/magiconair/properties v1.8.7 // indirect
github.com/mailru/easyjson v0.7.7 // indirect
github.com/mitchellh/mapstructure v1.5.0 // indirect
github.com/moby/term v0.0.0-20221205130635-1aeaba878587 // indirect
github.com/modern-go/concurrent v0.0.0-20180306012644-bacd9c7ef1dd // indirect
github.com/modern-go/reflect2 v1.0.2 // indirect
github.com/monochromegane/go-gitignore v0.0.0-20200626010858-205db1a8cc00 // indirect
Expand All @@ -83,9 +85,9 @@ require (
github.com/pelletier/go-toml/v2 v2.0.9 // indirect
github.com/peterbourgon/diskv v2.0.1+incompatible // indirect
github.com/pkg/errors v0.9.1 // indirect
github.com/prometheus/client_golang v1.18.0 // indirect
github.com/prometheus/client_model v0.5.0 // indirect
github.com/prometheus/common v0.46.0 // indirect
github.com/prometheus/client_golang v1.19.0 // indirect
github.com/prometheus/client_model v0.6.0 // indirect
github.com/prometheus/common v0.50.0 // indirect
github.com/prometheus/procfs v0.12.0 // indirect
github.com/prometheus/statsd_exporter v0.22.8 // indirect
github.com/rickb777/date v1.20.0 // indirect
Expand All @@ -101,31 +103,30 @@ require (
go.starlark.net v0.0.0-20230525235612-a134d8f9ddca // indirect
go.uber.org/atomic v1.10.0 // indirect
go.uber.org/multierr v1.11.0 // indirect
go.uber.org/zap v1.26.0 // indirect
golang.org/x/net v0.21.0 // indirect
golang.org/x/oauth2 v0.17.0 // indirect
go.uber.org/zap v1.27.0 // indirect
golang.org/x/net v0.22.0 // indirect
golang.org/x/oauth2 v0.18.0 // indirect
golang.org/x/sync v0.6.0 // indirect
golang.org/x/sys v0.17.0 // indirect
golang.org/x/sys v0.18.0 // indirect
golang.org/x/text v0.14.0 // indirect
golang.org/x/time v0.5.0 // indirect
golang.org/x/tools v0.17.0 // indirect
golang.org/x/tools v0.19.0 // indirect
gomodules.xyz/jsonpatch/v2 v2.4.0 // indirect
google.golang.org/api v0.163.0 // indirect
google.golang.org/api v0.169.0 // indirect
google.golang.org/appengine v1.6.8 // indirect
google.golang.org/genproto v0.0.0-20240116215550-a9fa1716bcac // indirect
google.golang.org/genproto/googleapis/api v0.0.0-20240122161410-6c6643bf1457 // indirect
google.golang.org/genproto/googleapis/rpc v0.0.0-20240125205218-1f4bbc51befe // indirect
google.golang.org/grpc v1.61.0 // indirect
google.golang.org/protobuf v1.32.0 // indirect
google.golang.org/genproto/googleapis/api v0.0.0-20240221002015-b0ce06bbee7c // indirect
google.golang.org/genproto/googleapis/rpc v0.0.0-20240304161311-37d4d3c04a78 // indirect
google.golang.org/grpc v1.62.0 // indirect
google.golang.org/protobuf v1.33.0 // indirect
gopkg.in/inf.v0 v0.9.1 // indirect
gopkg.in/ini.v1 v1.67.0 // indirect
gopkg.in/yaml.v2 v2.4.0 // indirect
gopkg.in/yaml.v3 v3.0.1 // indirect
k8s.io/gengo v0.0.0-20221011193443-fad74ee6edd9 // indirect
k8s.io/klog/v2 v2.100.1 // indirect
k8s.io/kube-openapi v0.0.0-20230717233707-2695361300d9 // indirect
k8s.io/gengo v0.0.0-20240129211411-f967bbeff4b4 // indirect
k8s.io/klog/v2 v2.120.1 // indirect
k8s.io/kube-openapi v0.0.0-20231010175941-2dd684a91f00 // indirect
sigs.k8s.io/json v0.0.0-20221116044647-bc3834ca7abd // indirect
sigs.k8s.io/kustomize/api v0.13.5-0.20230601165947-6ce0bf390ce3 // indirect
sigs.k8s.io/kustomize/kyaml v0.14.3-0.20230601165947-6ce0bf390ce3 // indirect
sigs.k8s.io/structured-merge-diff/v4 v4.2.3 // indirect
sigs.k8s.io/structured-merge-diff/v4 v4.4.1 // indirect
)
Loading

0 comments on commit fb31a13

Please sign in to comment.