You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
34 lines
1.2 KiB
34 lines
1.2 KiB
load("@bazel_gazelle//:deps.bzl", "go_repository")
|
|
|
|
def go_dependencies():
|
|
go_repository(
|
|
name = "com_github_bsm_ginkgo_v2",
|
|
importpath = "github.com/bsm/ginkgo/v2",
|
|
sum = "h1:Ny8MWAHyOepLGlLKYmXG4IEkioBysk6GpaRTLC8zwWs=",
|
|
version = "v2.12.0",
|
|
)
|
|
go_repository(
|
|
name = "com_github_bsm_gomega",
|
|
importpath = "github.com/bsm/gomega",
|
|
sum = "h1:yeMWxP2pV2fG3FgAODIY8EiRE3dy0aeFYt4l7wh6yKA=",
|
|
version = "v1.27.10",
|
|
)
|
|
go_repository(
|
|
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_dgryski_go_rendezvous",
|
|
importpath = "github.com/dgryski/go-rendezvous",
|
|
sum = "h1:lO4WD4F/rVNCu3HqELle0jiPLLBs70cWOduZpkS1E78=",
|
|
version = "v0.0.0-20200823014737-9f7001d12a5f",
|
|
)
|
|
go_repository(
|
|
name = "com_github_redis_go_redis_v9",
|
|
importpath = "github.com/redis/go-redis/v9",
|
|
sum = "h1:HHDteefn6ZkTtY5fGUE8tj8uy85AHk6zP7CpzIAM0y4=",
|
|
version = "v9.6.1",
|
|
)
|