Skip to content
Snippets Groups Projects
Unverified Commit c6587afa authored by Daniel Czerwonk's avatar Daniel Czerwonk Committed by GitHub
Browse files

Merge branch 'master' into feature/unknown_attr_pass

parents e4fb787b 41f347aa
No related branches found
No related tags found
No related merge requests found
...@@ -22,7 +22,7 @@ go_library( ...@@ -22,7 +22,7 @@ go_library(
"types_windows_amd64.go", "types_windows_amd64.go",
"zsyscall_windows.go", "zsyscall_windows.go",
], ],
importmap = "vendor/golang.org/x/sys/windows", importmap = "github.com/bio-routing/bio-rd/vendor/golang.org/x/sys/windows",
importpath = "golang.org/x/sys/windows", importpath = "golang.org/x/sys/windows",
visibility = ["//visibility:public"], visibility = ["//visibility:public"],
) )
...@@ -3,7 +3,7 @@ load("@io_bazel_rules_go//go:def.bzl", "go_library") ...@@ -3,7 +3,7 @@ load("@io_bazel_rules_go//go:def.bzl", "go_library")
go_library( go_library(
name = "go_default_library", name = "go_default_library",
srcs = ["profile.go"], srcs = ["profile.go"],
importmap = "vendor/golang.org/x/tools/cover", importmap = "github.com/bio-routing/bio-rd/vendor/golang.org/x/tools/cover",
importpath = "golang.org/x/tools/cover", importpath = "golang.org/x/tools/cover",
visibility = ["//visibility:public"], visibility = ["//visibility:public"],
) )
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment