diff options
Diffstat (limited to 'server/watcher.go')
-rw-r--r-- | server/watcher.go | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/server/watcher.go b/server/watcher.go index 4294d358..d3befa0e 100644 --- a/server/watcher.go +++ b/server/watcher.go @@ -18,7 +18,7 @@ package server import ( "bytes" log "github.com/Sirupsen/logrus" - "github.com/osrg/gobgp/packet" + "github.com/osrg/gobgp/packet/bgp" "github.com/osrg/gobgp/table" "gopkg.in/tomb.v2" "net" |