github.com/tcncloud/wollemi@v0.8.1/third_party/go/golang.org/x/mod/BUILD.plz (about)

     1  go_module(
     2      name = "mod",
     3      install = [
     4          "internal/lazyregexp",
     5          "modfile",
     6          "module",
     7          "semver",
     8      ],
     9      module = "golang.org/x/mod",
    10      version = "v0.5.1",
    11      visibility = ["PUBLIC"],
    12      deps = ["//third_party/go/golang.org/x/xerrors"],
    13  )