github.com/bazelbuild/bazel-watcher@v0.25.2/repositories.bzl (about)

     1  load("@bazel_gazelle//:deps.bzl", "go_repository")
     2  
     3  # bazel run //:gazelle -- update-repos -from_file=go.mod -to_macro=repositories.bzl%go_repositories
     4  
     5  def go_repositories():
     6      go_repository(
     7          name = "com_github_fsnotify_fsevents",
     8          importpath = "github.com/fsnotify/fsevents",
     9          sum = "h1:/125uxJvvoSDDBPen6yUZbil8J9ydKZnnl3TWWmvnkw=",
    10          version = "v0.1.1",
    11          patches = ["//:third_party/fsnotify/fsevents/pr_38.diff"],
    12      )
    13      go_repository(
    14          name = "com_github_fsnotify_fsnotify",
    15          importpath = "github.com/fsnotify/fsnotify",
    16          sum = "h1:hsms1Qyu0jgnwNXIxa+/V/PDsU6CfLf6CNO8H7IWoS4=",
    17          version = "v1.4.9",
    18      )
    19      go_repository(
    20          name = "com_github_golang_protobuf",
    21          importpath = "github.com/golang/protobuf",
    22          sum = "h1:oOuy+ugB+P/kBdUnG5QaMXSIyJ1q38wWSojYCb3z5VQ=",
    23          version = "v1.4.0",
    24      )
    25      go_repository(
    26          name = "com_github_google_go_cmp",
    27          importpath = "github.com/google/go-cmp",
    28          sum = "h1:xsAVV57WRhGj6kEIi8ReJzQlHHqcBYCElAvkovg3B/4=",
    29          version = "v0.4.0",
    30      )
    31      go_repository(
    32          name = "com_github_gorilla_websocket",
    33          importpath = "github.com/gorilla/websocket",
    34          sum = "h1:q7AeDBpnBk8AogcD4DSag/Ukw/KV+YhzLj2bP5HvKCM=",
    35          version = "v1.4.1",
    36      )
    37      go_repository(
    38          name = "com_github_jaschaephraim_lrserver",
    39          importpath = "github.com/jaschaephraim/lrserver",
    40          sum = "h1:24NdJ5N6gtrcoeS4JwLMeruKFmg20QdF/5UnX5S/j18=",
    41          version = "v0.0.0-20171129202958-50d19f603f71",
    42      )
    43      go_repository(
    44          name = "org_golang_x_sys",
    45          importpath = "golang.org/x/sys",
    46          sum = "h1:S/FtSvpNLtFBgjTqcKsRpsa6aVsI6iztaz1bQd9BJwE=",
    47          version = "v0.0.0-20191029155521-f43be2a4598c",
    48      )
    49      go_repository(
    50          name = "org_golang_google_protobuf",
    51          importpath = "google.golang.org/protobuf",
    52          sum = "h1:qdOKuR/EIArgaWNjetjgTzgVTAZ+S/WXVrq9HW9zimw=",
    53          version = "v1.21.0",
    54      )
    55      go_repository(
    56          name = "org_golang_x_xerrors",
    57          importpath = "golang.org/x/xerrors",
    58          sum = "h1:E7g+9GITq07hpfrRu66IVDexMakfv52eLZ2CXBWiKr4=",
    59          version = "v0.0.0-20191204190536-9bdfabe68543",
    60      )
    61      go_repository(
    62          name = "com_github_mattn_go_shellwords",
    63          importpath = "github.com/mattn/go-shellwords",
    64          sum = "h1:Y7Xqm8piKOO3v10Thp7Z36h4FYFjt5xB//6XvOrs2Gw=",
    65          version = "v1.0.10",
    66      )