Skip to content
Snippets Groups Projects
Commit 5b1302d9 authored by Daniel Czerwonk's avatar Daniel Czerwonk
Browse files

bazel gazelle

parent a6d0ff74
No related branches found
No related tags found
No related merge requests found
Showing
with 20 additions and 20 deletions
......@@ -3,7 +3,7 @@ load("@io_bazel_rules_go//go:def.bzl", "go_library")
go_library(
name = "go_default_library",
srcs = ["fletcher.go"],
importmap = "github.com/bio-routing/bio-rd/vendor/github.com/FMNSSun/libhash/fletcher",
importmap = "vendor/github.com/FMNSSun/libhash/fletcher",
importpath = "github.com/FMNSSun/libhash/fletcher",
visibility = ["//visibility:public"],
)
......@@ -13,7 +13,7 @@ go_library(
"union.go",
"version.go",
],
importmap = "github.com/bio-routing/bio-rd/vendor/github.com/Masterminds/semver",
importmap = "vendor/github.com/Masterminds/semver",
importpath = "github.com/Masterminds/semver",
visibility = ["//visibility:public"],
)
......@@ -12,7 +12,7 @@ go_library(
"vcs_local_lookup.go",
"vcs_remote_lookup.go",
],
importmap = "github.com/bio-routing/bio-rd/vendor/github.com/Masterminds/vcs",
importmap = "vendor/github.com/Masterminds/vcs",
importpath = "github.com/Masterminds/vcs",
visibility = ["//visibility:public"],
)
......@@ -3,7 +3,7 @@ load("@io_bazel_rules_go//go:def.bzl", "go_library")
go_library(
name = "go_default_library",
srcs = ["radix.go"],
importmap = "github.com/bio-routing/bio-rd/vendor/github.com/armon/go-radix",
importmap = "vendor/github.com/armon/go-radix",
importpath = "github.com/armon/go-radix",
visibility = ["//visibility:public"],
)
......@@ -26,7 +26,7 @@ go_library(
"page.go",
"tx.go",
],
importmap = "github.com/bio-routing/bio-rd/vendor/github.com/boltdb/bolt",
importmap = "vendor/github.com/boltdb/bolt",
importpath = "github.com/boltdb/bolt",
visibility = ["//visibility:public"],
deps = select({
......
......@@ -12,7 +12,7 @@ go_library(
"format.go",
"spew.go",
],
importmap = "github.com/bio-routing/bio-rd/vendor/github.com/davecgh/go-spew/spew",
importmap = "vendor/github.com/davecgh/go-spew/spew",
importpath = "github.com/davecgh/go-spew/spew",
visibility = ["//visibility:public"],
)
......@@ -17,7 +17,7 @@ go_library(
"yamlh.go",
"yamlprivateh.go",
],
importmap = "github.com/bio-routing/bio-rd/vendor/github.com/go-yaml/yaml",
importmap = "vendor/github.com/go-yaml/yaml",
importpath = "github.com/go-yaml/yaml",
visibility = ["//visibility:public"],
)
......@@ -19,7 +19,7 @@ go_library(
"text.go",
"text_parser.go",
],
importmap = "github.com/bio-routing/bio-rd/vendor/github.com/golang/protobuf/proto",
importmap = "vendor/github.com/golang/protobuf/proto",
importpath = "github.com/golang/protobuf/proto",
visibility = ["//visibility:public"],
)
......@@ -8,7 +8,7 @@ go_library(
"paths.go",
"types.go",
],
importmap = "github.com/bio-routing/bio-rd/vendor/github.com/jmank88/nuts",
importmap = "vendor/github.com/jmank88/nuts",
importpath = "github.com/jmank88/nuts",
visibility = ["//visibility:public"],
deps = ["//vendor/github.com/boltdb/bolt:go_default_library"],
......
......@@ -3,7 +3,7 @@ load("@io_bazel_rules_go//go:def.bzl", "go_library")
go_library(
name = "go_default_library",
srcs = ["sequences.go"],
importmap = "github.com/bio-routing/bio-rd/vendor/github.com/konsorten/go-windows-terminal-sequences",
importmap = "vendor/github.com/konsorten/go-windows-terminal-sequences",
importpath = "github.com/konsorten/go-windows-terminal-sequences",
visibility = ["//visibility:public"],
)
......@@ -7,7 +7,7 @@ go_library(
"lockfile_unix.go",
"lockfile_windows.go",
],
importmap = "github.com/bio-routing/bio-rd/vendor/github.com/nightlyone/lockfile",
importmap = "vendor/github.com/nightlyone/lockfile",
importpath = "github.com/nightlyone/lockfile",
visibility = ["//visibility:public"],
)
......@@ -14,7 +14,7 @@ go_library(
"tomltree_create.go",
"tomltree_write.go",
],
importmap = "github.com/bio-routing/bio-rd/vendor/github.com/pelletier/go-toml",
importmap = "vendor/github.com/pelletier/go-toml",
importpath = "github.com/pelletier/go-toml",
visibility = ["//visibility:public"],
)
......@@ -6,7 +6,7 @@ go_library(
"errors.go",
"stack.go",
],
importmap = "github.com/bio-routing/bio-rd/vendor/github.com/pkg/errors",
importmap = "vendor/github.com/pkg/errors",
importpath = "github.com/pkg/errors",
visibility = ["//visibility:public"],
)
......@@ -3,7 +3,7 @@ load("@io_bazel_rules_go//go:def.bzl", "go_library")
go_library(
name = "go_default_library",
srcs = ["difflib.go"],
importmap = "github.com/bio-routing/bio-rd/vendor/github.com/pmezard/go-difflib/difflib",
importmap = "vendor/github.com/pmezard/go-difflib/difflib",
importpath = "github.com/pmezard/go-difflib/difflib",
visibility = ["//visibility:public"],
)
......@@ -7,7 +7,7 @@ go_library(
"gocover.go",
"goveralls.go",
],
importmap = "github.com/bio-routing/bio-rd/vendor/github.com/q3k/goveralls",
importmap = "vendor/github.com/q3k/goveralls",
importpath = "github.com/q3k/goveralls",
visibility = ["//visibility:private"],
deps = ["//vendor/golang.org/x/tools/cover:go_default_library"],
......
......@@ -3,7 +3,7 @@ load("@io_bazel_rules_go//go:def.bzl", "go_library")
go_library(
name = "go_default_library",
srcs = ["constext.go"],
importmap = "github.com/bio-routing/bio-rd/vendor/github.com/sdboyer/constext",
importmap = "vendor/github.com/sdboyer/constext",
importpath = "github.com/sdboyer/constext",
visibility = ["//visibility:public"],
)
......@@ -20,7 +20,7 @@ go_library(
"text_formatter.go",
"writer.go",
],
importmap = "github.com/bio-routing/bio-rd/vendor/github.com/sirupsen/logrus",
importmap = "vendor/github.com/sirupsen/logrus",
importpath = "github.com/sirupsen/logrus",
visibility = ["//visibility:public"],
deps = select({
......
......@@ -11,7 +11,7 @@ go_library(
"forward_assertions.go",
"http_assertions.go",
],
importmap = "github.com/bio-routing/bio-rd/vendor/github.com/stretchr/testify/assert",
importmap = "vendor/github.com/stretchr/testify/assert",
importpath = "github.com/stretchr/testify/assert",
visibility = ["//visibility:public"],
deps = [
......
......@@ -3,7 +3,7 @@ load("@io_bazel_rules_go//go:def.bzl", "go_library")
go_library(
name = "go_default_library",
srcs = ["convert.go"],
importmap = "github.com/bio-routing/bio-rd/vendor/github.com/taktv6/tflow2/convert",
importmap = "vendor/github.com/taktv6/tflow2/convert",
importpath = "github.com/taktv6/tflow2/convert",
visibility = ["//visibility:public"],
)
......@@ -11,7 +11,7 @@ go_library(
"util_solaris.go",
"util_windows.go",
],
importmap = "github.com/bio-routing/bio-rd/vendor/golang.org/x/crypto/ssh/terminal",
importmap = "vendor/golang.org/x/crypto/ssh/terminal",
importpath = "golang.org/x/crypto/ssh/terminal",
visibility = ["//visibility:public"],
deps = select({
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment