Skip to content
Snippets Groups Projects
Unverified Commit 51103522 authored by takt's avatar takt Committed by GitHub
Browse files

Merge pull request #67 from bio-routing/feature/bad_peer_as

add notification when ceasing because of bad peer as (resolves #65)
parents d28eec24 97e34ba1
No related branches found
No related tags found
No related merge requests found
......@@ -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({
......
......@@ -9,7 +9,7 @@ go_library(
"pre_go17.go",
"pre_go19.go",
],
importmap = "github.com/bio-routing/bio-rd/vendor/golang.org/x/net/context",
importmap = "vendor/golang.org/x/net/context",
importpath = "golang.org/x/net/context",
visibility = ["//visibility:public"],
)
......@@ -3,7 +3,7 @@ load("@io_bazel_rules_go//go:def.bzl", "go_library")
go_library(
name = "go_default_library",
srcs = ["errgroup.go"],
importmap = "github.com/bio-routing/bio-rd/vendor/golang.org/x/sync/errgroup",
importmap = "vendor/golang.org/x/sync/errgroup",
importpath = "golang.org/x/sync/errgroup",
visibility = ["//visibility:public"],
deps = ["//vendor/golang.org/x/net/context:go_default_library"],
......
......@@ -200,7 +200,7 @@ go_library(
"ztypes_solaris_amd64.go",
],
cgo = True,
importmap = "github.com/bio-routing/bio-rd/vendor/golang.org/x/sys/unix",
importmap = "vendor/golang.org/x/sys/unix",
importpath = "golang.org/x/sys/unix",
visibility = ["//visibility:public"],
)
......@@ -22,7 +22,7 @@ go_library(
"types_windows_amd64.go",
"zsyscall_windows.go",
],
importmap = "github.com/bio-routing/bio-rd/vendor/golang.org/x/sys/windows",
importmap = "vendor/golang.org/x/sys/windows",
importpath = "golang.org/x/sys/windows",
visibility = ["//visibility:public"],
)
......@@ -3,7 +3,7 @@ load("@io_bazel_rules_go//go:def.bzl", "go_library")
go_library(
name = "go_default_library",
srcs = ["profile.go"],
importmap = "github.com/bio-routing/bio-rd/vendor/golang.org/x/tools/cover",
importmap = "vendor/golang.org/x/tools/cover",
importpath = "golang.org/x/tools/cover",
visibility = ["//visibility:public"],
)
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