WORKSPACE: bump gazelle for go 1.12

changes/03/3/1
q3k 2019-05-01 12:26:43 +02:00
parent a9bb1d5b5b
commit 258686cf9a
1 changed files with 14 additions and 3 deletions

View File

@ -1,7 +1,6 @@
load("@bazel_tools//tools/build_defs/repo:git.bzl", "git_repository") load("@bazel_tools//tools/build_defs/repo:git.bzl", "git_repository")
load("@bazel_tools//tools/build_defs/repo:http.bzl", "http_archive") load("@bazel_tools//tools/build_defs/repo:http.bzl", "http_archive")
# Python rules # Python rules
git_repository( git_repository(
name = "io_bazel_rules_python", name = "io_bazel_rules_python",
@ -49,8 +48,8 @@ go_register_toolchains()
http_archive( http_archive(
name = "bazel_gazelle", name = "bazel_gazelle",
urls = ["https://github.com/bazelbuild/bazel-gazelle/releases/download/0.16.0/bazel-gazelle-0.16.0.tar.gz"], urls = ["https://github.com/bazelbuild/bazel-gazelle/releases/download/0.17.0/bazel-gazelle-0.17.0.tar.gz"],
sha256 = "7949fc6cc17b5b191103e97481cf8889217263acf52e00b560683413af204fcb", sha256 = "3c681998538231a2d24d0c07ed5a7658cb72bfb5fd4bf9911157c0e9ac6a2687",
) )
load("@bazel_gazelle//:deps.bzl", "gazelle_dependencies", "go_repository") load("@bazel_gazelle//:deps.bzl", "gazelle_dependencies", "go_repository")
@ -101,3 +100,15 @@ go_repository(
commit = "768cd563887febaad559b511aaa5964823ccb4ab", commit = "768cd563887febaad559b511aaa5964823ccb4ab",
importpath = "github.com/cloudflare/cfssl", importpath = "github.com/cloudflare/cfssl",
) )
go_repository(
name = "com_github_mattn_go_sqlite3",
commit = "5994cc52dfa89a4ee21ac891b06fbc1ea02c52d3",
importpath = "github.com/mattn/go-sqlite3",
)
go_repository(
name = "com_github_sebastiaanklippert_go_wkhtmltopdf",
commit = "72a7793efd38728796273861bb27d590cc33d9d4",
importpath = "github.com/sebastiaanklippert/go-wkhtmltopdf",
)