Files
osrg-gobgp/go.mod
T
FUJITA Tomonori c593d7c8b3 switch to Go API v2 for protobuf
seems that sticking to Go API v1 for protobuf is headache for projects
using GoBGP.

This breaks the compatibility so bumps up the major version to 3.

Signed-off-by: FUJITA Tomonori <[email protected]>
2021-12-08 07:22:50 +00:00

30 lines
1.0 KiB
AMPL

module github.com/osrg/gobgp/v3
require (
github.com/BurntSushi/toml v0.4.1
github.com/coreos/go-systemd v0.0.0-20191104093116-d3cd4ed1dbcf
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.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.1.3
github.com/spf13/viper v1.7.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-20211205041911-012df41ee64c
golang.org/x/sys v0.0.0-20211205182925-97ca703d548d // indirect
golang.org/x/text v0.3.7 // indirect
golang.org/x/tools v0.1.8 // indirect
google.golang.org/genproto v0.0.0-20211203200212-54befc351ae9 // indirect
google.golang.org/grpc v1.42.0
google.golang.org/protobuf v1.27.1
honnef.co/go/tools v0.2.2 // indirect
)
go 1.13