github.com/tencent/goom@v1.0.1/deps.bzl (about)

     1  load("@bazel_gazelle//:deps.bzl", "go_repository")
     2  
     3  def third_party_go_dependencies():
     4      go_repository(
     5          name = "com_github_davecgh_go_spew",
     6          importpath = "github.com/davecgh/go-spew",
     7          sum = "h1:ZDRjVQ15GmhC3fiQ8ni8+OwkZQO4DARzQgrnXU1Liz8=",
     8          version = "v1.1.0",
     9      )
    10      go_repository(
    11          name = "com_github_pmezard_go_difflib",
    12          importpath = "github.com/pmezard/go-difflib",
    13          sum = "h1:4DBwDE0NGyQoBHbLQYPwSUPoCMWR5BEzIk/f1lZbAQM=",
    14          version = "v1.0.0",
    15      )
    16      go_repository(
    17          name = "com_github_stretchr_objx",
    18          importpath = "github.com/stretchr/objx",
    19          sum = "h1:4G4v2dO3VZwixGIRoQ5Lfboy6nUhCyYzaqnIAPPhYs4=",
    20          version = "v0.1.0",
    21      )
    22      go_repository(
    23          name = "com_github_stretchr_testify",
    24          importpath = "github.com/stretchr/testify",
    25          sum = "h1:2E4SXV/wtOkTonXsotYi4li6zVWxYlZuYNCXe9XRJyk=",
    26          version = "v1.4.0",
    27      )
    28      go_repository(
    29          name = "in_gopkg_check_v1",
    30          importpath = "gopkg.in/check.v1",
    31          sum = "h1:yhCVgyC4o1eVCa2tZl7eS0r+SDo693bJlVdllGtEeKM=",
    32          version = "v0.0.0-20161208181325-20d25e280405",
    33      )
    34      go_repository(
    35          name = "in_gopkg_yaml_v2",
    36          importpath = "gopkg.in/yaml.v2",
    37          sum = "h1:ZCJp+EgiOT7lHqUV2J862kp8Qj64Jo6az82+3Td9dZw=",
    38          version = "v2.2.2",
    39      )