mirror of
https://github.com/osrg/gobgp.git
synced 2024-05-11 05:55:10 +00:00
26 lines
797 B
Modula-2
26 lines
797 B
Modula-2
module github.com/osrg/gobgp/v3
|
|
|
|
require (
|
|
github.com/BurntSushi/toml v1.0.0
|
|
github.com/coreos/go-systemd/v22 v22.3.2
|
|
github.com/dgryski/go-farm v0.0.0-20200201041132-a6ae2369ad13
|
|
github.com/eapache/channels v1.1.0
|
|
github.com/eapache/queue v1.1.0 // indirect
|
|
github.com/go-test/deep v1.0.8
|
|
github.com/google/go-cmp v0.5.7
|
|
github.com/google/uuid v1.3.0
|
|
github.com/jessevdk/go-flags v1.5.0
|
|
github.com/k-sone/critbitgo v1.4.0
|
|
github.com/kr/pretty v0.3.0
|
|
github.com/sirupsen/logrus v1.8.1
|
|
github.com/spf13/cobra v1.4.0
|
|
github.com/spf13/viper v1.10.1
|
|
github.com/stretchr/testify v1.7.0
|
|
github.com/vishvananda/netlink v1.1.1-0.20210330154013-f5de75959ad5
|
|
golang.org/x/net v0.0.0-20220225172249-27dd8689420f
|
|
google.golang.org/grpc v1.45.0
|
|
google.golang.org/protobuf v1.27.1
|
|
)
|
|
|
|
go 1.15
|