Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -38,6 +38,7 @@ require (
github.com/distribution/distribution/v3 v3.0.0-20230530204932-ba46c769b3d1
github.com/docker/docker v28.5.2+incompatible
github.com/fsouza/go-dockerclient v1.12.0
github.com/fxamacker/cbor/v2 v2.9.0
github.com/gebn/bmc v0.0.0-20250519231546-bf709e03fe3c
github.com/ghodss/yaml v1.0.1-0.20190212211648-25d852aebe32
github.com/go-bindata/go-bindata v3.1.2+incompatible
Expand Down Expand Up @@ -221,7 +222,6 @@ require (
github.com/felixge/fgprof v0.9.4 // indirect
github.com/felixge/httpsnoop v1.0.4 // indirect
github.com/fsnotify/fsnotify v1.9.0 // indirect
github.com/fxamacker/cbor/v2 v2.9.0 // indirect
github.com/gabriel-vasile/mimetype v1.4.9 // indirect
github.com/go-asn1-ber/asn1-ber v1.5.8-0.20250403174932-29230038a667 // indirect
github.com/go-errors/errors v1.4.2 // indirect
Expand Down
430 changes: 430 additions & 0 deletions test/extended/apiserver/featuregate.go

Large diffs are not rendered by default.

Loading