40 lines
1.3 KiB
Python
40 lines
1.3 KiB
Python
load("@bazel_gazelle//:deps.bzl", "go_repository")
|
|
|
|
def go_dependencies():
|
|
go_repository(
|
|
name = "com_github_davecgh_go_spew",
|
|
importpath = "github.com/davecgh/go-spew",
|
|
sum = "h1:vj9j/u1bqnvCEfJOwUhtlOARqs3+rkHYY13jYWTU97c=",
|
|
version = "v1.1.1",
|
|
)
|
|
go_repository(
|
|
name = "com_github_hashicorp_go_syslog",
|
|
importpath = "github.com/hashicorp/go-syslog",
|
|
sum = "h1:KaodqZuhUoZereWVIYmpUgZysurB1kBLX2j0MwMrUAE=",
|
|
version = "v1.0.0",
|
|
)
|
|
go_repository(
|
|
name = "com_github_pelletier_go_toml",
|
|
importpath = "github.com/pelletier/go-toml",
|
|
sum = "h1:4yBQzkHv+7BHq2PQUZF3Mx0IYxG7LsP222s7Agd3ve8=",
|
|
version = "v1.9.5",
|
|
)
|
|
go_repository(
|
|
name = "com_github_peterbourgon_ff_v3",
|
|
importpath = "github.com/peterbourgon/ff/v3",
|
|
sum = "h1:PaKe7GW8orVFh8Unb5jNHS+JZBwWUMa2se0HM6/BI24=",
|
|
version = "v3.3.0",
|
|
)
|
|
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",
|
|
)
|