Skip to content

Commit

Permalink
Move a required dependency to the first require block, move indirec…
Browse files Browse the repository at this point in the history
…t dependency to the 2nd `require` block (gardener#7678)
  • Loading branch information
ialidzhikov authored Mar 22, 2023
1 parent d61a373 commit f3b7aa6
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,7 @@ require (
github.com/ahmetb/gen-crd-api-reference-docs v0.3.0
github.com/bronze1man/yaml2json v0.0.0-20211227013850-8972abeaea25
github.com/coreos/go-systemd/v22 v22.3.2
github.com/fluent/fluent-operator v1.7.0
github.com/gardener/dependency-watchdog v0.7.0
github.com/gardener/etcd-druid v0.15.3
github.com/gardener/hvpa-controller/api v0.5.0
Expand Down Expand Up @@ -52,7 +53,6 @@ require (
k8s.io/component-base v0.26.2
k8s.io/component-helpers v0.26.2
k8s.io/helm v2.16.1+incompatible
k8s.io/klog v1.0.0 // indirect
k8s.io/klog/v2 v2.80.1
k8s.io/kube-aggregator v0.26.2
k8s.io/kube-openapi v0.0.0-20221012153701-172d655c2280
Expand Down Expand Up @@ -85,7 +85,6 @@ require (
github.com/evanphx/json-patch/v5 v5.6.0 // indirect
github.com/fatih/color v1.13.0 // indirect
github.com/felixge/httpsnoop v1.0.3 // indirect
github.com/fluent/fluent-operator v1.7.0
github.com/fsnotify/fsnotify v1.6.0 // indirect
github.com/ghodss/yaml v1.0.0 // indirect
github.com/go-logr/stdr v1.2.2 // indirect
Expand Down Expand Up @@ -172,6 +171,7 @@ require (
gopkg.in/yaml.v2 v2.4.0 // indirect
gopkg.in/yaml.v3 v3.0.1 // indirect
k8s.io/gengo v0.0.0-20220902162205-c0856e24416d // indirect
k8s.io/klog v1.0.0 // indirect
k8s.io/kms v0.26.2 // indirect
sigs.k8s.io/apiserver-network-proxy/konnectivity-client v0.0.35 // indirect
sigs.k8s.io/json v0.0.0-20220713155537-f223a00ba0e2 // indirect
Expand Down

0 comments on commit f3b7aa6

Please sign in to comment.