|
|
|
|
@ -2,60 +2,32 @@ load("@bazel_gazelle//:deps.bzl", "go_repository")
|
|
|
|
|
|
|
|
|
|
def go_dependencies():
|
|
|
|
|
go_repository(
|
|
|
|
|
name = "com_github_cpuguy83_go_md2man_v2",
|
|
|
|
|
importpath = "github.com/cpuguy83/go-md2man/v2",
|
|
|
|
|
sum = "h1:p1EgwI/C7NhT0JmVkwCD2ZBK8j4aeHQX2pMHHBfMQ6w=",
|
|
|
|
|
version = "v2.0.2",
|
|
|
|
|
name = "com_github_bsm_ginkgo_v2",
|
|
|
|
|
importpath = "github.com/bsm/ginkgo/v2",
|
|
|
|
|
sum = "h1:Ny8MWAHyOepLGlLKYmXG4IEkioBysk6GpaRTLC8zwWs=",
|
|
|
|
|
version = "v2.12.0",
|
|
|
|
|
)
|
|
|
|
|
go_repository(
|
|
|
|
|
name = "com_github_go_logr_logr",
|
|
|
|
|
importpath = "github.com/go-logr/logr",
|
|
|
|
|
sum = "h1:QK40JKJyMdUDz+h+xvCsru/bJhvG0UxvePV0ufL/AcE=",
|
|
|
|
|
version = "v1.2.0",
|
|
|
|
|
)
|
|
|
|
|
|
|
|
|
|
go_repository(
|
|
|
|
|
name = "com_github_inconshreveable_mousetrap",
|
|
|
|
|
importpath = "github.com/inconshreveable/mousetrap",
|
|
|
|
|
sum = "h1:Z8tu5sraLXCXIcARxBp/8cbvlwVa7Z1NHg9XEKhtSvM=",
|
|
|
|
|
version = "v1.0.0",
|
|
|
|
|
)
|
|
|
|
|
|
|
|
|
|
go_repository(
|
|
|
|
|
name = "com_github_russross_blackfriday_v2",
|
|
|
|
|
importpath = "github.com/russross/blackfriday/v2",
|
|
|
|
|
sum = "h1:JIOH55/0cWyOuilr9/qlrm0BSXldqnqwMsf35Ld67mk=",
|
|
|
|
|
version = "v2.1.0",
|
|
|
|
|
name = "com_github_bsm_gomega",
|
|
|
|
|
importpath = "github.com/bsm/gomega",
|
|
|
|
|
sum = "h1:yeMWxP2pV2fG3FgAODIY8EiRE3dy0aeFYt4l7wh6yKA=",
|
|
|
|
|
version = "v1.27.10",
|
|
|
|
|
)
|
|
|
|
|
go_repository(
|
|
|
|
|
name = "com_github_spf13_cobra",
|
|
|
|
|
importpath = "github.com/spf13/cobra",
|
|
|
|
|
sum = "h1:X+jTBEBqF0bHN+9cSMgmfuvv2VHJ9ezmFNf9Y/XstYU=",
|
|
|
|
|
version = "v1.5.0",
|
|
|
|
|
name = "com_github_cespare_xxhash_v2",
|
|
|
|
|
importpath = "github.com/cespare/xxhash/v2",
|
|
|
|
|
sum = "h1:DC2CZ1Ep5Y4k3ZQ899DldepgrayRUGE6BBZ/cd9Cj44=",
|
|
|
|
|
version = "v2.2.0",
|
|
|
|
|
)
|
|
|
|
|
go_repository(
|
|
|
|
|
name = "com_github_spf13_pflag",
|
|
|
|
|
importpath = "github.com/spf13/pflag",
|
|
|
|
|
sum = "h1:iy+VFUOCP1a+8yFto/drg2CJ5u0yRoB7fZw3DKv/JXA=",
|
|
|
|
|
version = "v1.0.5",
|
|
|
|
|
)
|
|
|
|
|
|
|
|
|
|
go_repository(
|
|
|
|
|
name = "in_gopkg_check_v1",
|
|
|
|
|
importpath = "gopkg.in/check.v1",
|
|
|
|
|
sum = "h1:yhCVgyC4o1eVCa2tZl7eS0r+SDo693bJlVdllGtEeKM=",
|
|
|
|
|
version = "v0.0.0-20161208181325-20d25e280405",
|
|
|
|
|
)
|
|
|
|
|
|
|
|
|
|
go_repository(
|
|
|
|
|
name = "in_gopkg_yaml_v2",
|
|
|
|
|
importpath = "gopkg.in/yaml.v2",
|
|
|
|
|
sum = "h1:D8xgwECY7CYvx+Y2n4sBz93Jn9JRvxdiyyo8CTfuKaY=",
|
|
|
|
|
version = "v2.4.0",
|
|
|
|
|
name = "com_github_dgryski_go_rendezvous",
|
|
|
|
|
importpath = "github.com/dgryski/go-rendezvous",
|
|
|
|
|
sum = "h1:lO4WD4F/rVNCu3HqELle0jiPLLBs70cWOduZpkS1E78=",
|
|
|
|
|
version = "v0.0.0-20200823014737-9f7001d12a5f",
|
|
|
|
|
)
|
|
|
|
|
go_repository(
|
|
|
|
|
name = "io_k8s_klog_v2",
|
|
|
|
|
importpath = "k8s.io/klog/v2",
|
|
|
|
|
sum = "h1:atnLQ121W371wYYFawwYx1aEY2eUfs4l3J72wtgAwV4=",
|
|
|
|
|
version = "v2.80.1",
|
|
|
|
|
name = "com_github_redis_go_redis_v9",
|
|
|
|
|
importpath = "github.com/redis/go-redis/v9",
|
|
|
|
|
sum = "h1:HHDteefn6ZkTtY5fGUE8tj8uy85AHk6zP7CpzIAM0y4=",
|
|
|
|
|
version = "v9.6.1",
|
|
|
|
|
)
|
|
|
|
|
|