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

gazelle

parent 5a321a72
No related branches found
No related tags found
No related merge requests found
...@@ -12,6 +12,7 @@ go_library( ...@@ -12,6 +12,7 @@ go_library(
"//net:go_default_library", "//net:go_default_library",
"//routingtable:go_default_library", "//routingtable:go_default_library",
"//routingtable/filter:go_default_library", "//routingtable/filter:go_default_library",
"//routingtable/locRIB:go_default_library",
"//vendor/github.com/taktv6/tflow2/convert:go_default_library", "//vendor/github.com/taktv6/tflow2/convert:go_default_library",
], ],
) )
......
...@@ -3,11 +3,10 @@ package config ...@@ -3,11 +3,10 @@ package config
import ( import (
"time" "time"
"github.com/bio-routing/bio-rd/routingtable/locRIB"
bnet "github.com/bio-routing/bio-rd/net" bnet "github.com/bio-routing/bio-rd/net"
"github.com/bio-routing/bio-rd/routingtable" "github.com/bio-routing/bio-rd/routingtable"
"github.com/bio-routing/bio-rd/routingtable/filter" "github.com/bio-routing/bio-rd/routingtable/filter"
"github.com/bio-routing/bio-rd/routingtable/locRIB"
) )
// Peer defines the configuration for a BGP session // Peer defines the configuration for a BGP session
......
package server package server
import ( import (
"bytes"
"errors"
"testing" "testing"
"github.com/bio-routing/bio-rd/net"
"github.com/bio-routing/bio-rd/protocols/bgp/packet" "github.com/bio-routing/bio-rd/protocols/bgp/packet"
"github.com/bio-routing/bio-rd/protocols/bgp/types" "github.com/bio-routing/bio-rd/protocols/bgp/types"
"errors"
"bytes"
"github.com/bio-routing/bio-rd/net"
"github.com/bio-routing/bio-rd/route" "github.com/bio-routing/bio-rd/route"
"github.com/stretchr/testify/assert" "github.com/stretchr/testify/assert"
) )
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment