Skip to content

Commit

Permalink
promoted git-sync-annotation to spec field
Browse files Browse the repository at this point in the history
Signed-off-by: Basit Hasan <[email protected]>
  • Loading branch information
basit9958 committed Apr 5, 2023
1 parent cc365f4 commit 1ebd780
Show file tree
Hide file tree
Showing 2 changed files with 118 additions and 10 deletions.
20 changes: 10 additions & 10 deletions go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -8,40 +8,40 @@ require (
github.com/gin-contrib/sessions v0.0.3
github.com/gin-contrib/static v0.0.0-20191128031702-f81c604d8ac2
github.com/gin-gonic/gin v1.7.0
github.com/go-logr/logr v0.4.0
github.com/go-logr/logr v1.2.3
github.com/go-logr/zapr v0.4.1-0.20210423233217-9f3e0b1ce51b // indirect
github.com/go-sql-driver/mysql v1.4.1
github.com/golang/glog v0.0.0-20160126235308-23def4e6c14b
github.com/jinzhu/gorm v1.9.12
github.com/kubernetes-sigs/kube-batch v0.0.0-20200402033359-1ebe60e4af4f
github.com/onsi/ginkgo v1.16.4
github.com/onsi/gomega v1.15.0
github.com/onsi/ginkgo v1.16.5
github.com/onsi/gomega v1.24.2
github.com/openkruise/kruise v1.1.0
github.com/pierrec/lz4 v2.4.1+incompatible // indirect
github.com/prometheus/client_golang v1.11.0
github.com/robfig/cron/v3 v3.0.1
github.com/sirupsen/logrus v1.8.1
github.com/spf13/pflag v1.0.5
github.com/stretchr/testify v1.7.0
github.com/stretchr/testify v1.8.0
github.com/tidwall/gjson v1.8.0
golang.org/x/net v0.0.0-20211209124913-491a49abca63
golang.org/x/net v0.4.0
gopkg.in/yaml.v2 v2.4.0
istio.io/api v0.0.0-20210420211535-1c598ea4139c
istio.io/client-go v1.9.4
istio.io/gogo-genproto v0.0.0-20210113155706-4daf5697332f // indirect
k8s.io/api v0.22.6
k8s.io/apimachinery v0.22.6
k8s.io/api v0.26.1
k8s.io/apimachinery v0.26.1
k8s.io/apiserver v0.22.6
k8s.io/client-go v11.0.1-0.20190409021438-1a26190bd76a+incompatible
k8s.io/code-generator v0.22.6
k8s.io/component-base v0.22.6
k8s.io/klog v1.0.0
k8s.io/kubernetes v1.22.6
k8s.io/utils v0.0.0-20210819203725-bdf08cb9a70a
k8s.io/utils v0.0.0-20221107191617-1a15be271d1d
sigs.k8s.io/controller-runtime v0.10.3
sigs.k8s.io/controller-tools v0.6.1
sigs.k8s.io/controller-tools v0.11.3
sigs.k8s.io/scheduler-plugins v0.19.9
sigs.k8s.io/yaml v1.2.0
sigs.k8s.io/yaml v1.3.0
volcano.sh/apis v1.3.0-k8s1.18.3-alpha.3
)

Expand Down
Loading

0 comments on commit 1ebd780

Please sign in to comment.