-
Notifications
You must be signed in to change notification settings - Fork 706
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
3 changed files
with
349 additions
and
114 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,45 +1,24 @@ | ||
module github.com/osrg/gobgp | ||
|
||
require ( | ||
github.com/BurntSushi/toml v0.3.1 | ||
github.com/coreos/go-systemd v0.0.0-20190321100706-95778dfbb74e | ||
github.com/davecgh/go-spew v1.1.1 // indirect | ||
github.com/dgryski/go-farm v0.0.0-20171119141306-ac7624ea8da3 | ||
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/fsnotify/fsnotify v1.4.2 // indirect | ||
github.com/go-test/deep v1.0.6 | ||
github.com/golang/protobuf v1.0.0 | ||
github.com/google/uuid v1.1.1 | ||
github.com/hashicorp/hcl v0.0.0-20170509225359-392dba7d905e // indirect | ||
github.com/inconshreveable/mousetrap v1.0.0 // indirect | ||
github.com/jessevdk/go-flags v1.3.0 | ||
github.com/k-sone/critbitgo v1.3.1-0.20191024122315-48c9e1530131 | ||
github.com/kr/pretty v0.2.0 | ||
github.com/kr/text v0.2.0 // indirect | ||
github.com/magiconair/properties v1.7.3 // indirect | ||
github.com/mitchellh/mapstructure v0.0.0-20170523030023-d0303fe80992 // indirect | ||
github.com/niemeyer/pretty v0.0.0-20200227124842-a10e7caefd8e // indirect | ||
github.com/pelletier/go-buffruneio v0.2.0 // indirect | ||
github.com/pelletier/go-toml v1.0.0 // indirect | ||
github.com/sirupsen/logrus v0.0.0-20170713114250-a3f95b5c4235 | ||
github.com/spf13/afero v0.0.0-20170217164146-9be650865eab // indirect | ||
github.com/spf13/cast v1.1.0 // indirect | ||
github.com/spf13/cobra v0.0.0-20170731170427-b26b538f6930 | ||
github.com/spf13/jwalterweatherman v0.0.0-20170523133247-0efa5202c046 // indirect | ||
github.com/spf13/pflag v1.0.0 // indirect | ||
github.com/spf13/viper v1.0.0 | ||
github.com/stretchr/testify v1.6.0 | ||
github.com/vishvananda/netlink v0.0.0-20170802012344-a95659537721 | ||
github.com/vishvananda/netns v0.0.0-20170707011535-86bef332bfc3 // indirect | ||
golang.org/x/net v0.0.0-20200528225125-3c3fba18258b | ||
golang.org/x/sync v0.0.0-20200625203802-6e8e738ad208 // indirect | ||
golang.org/x/text v0.3.2 // indirect | ||
google.golang.org/genproto v0.0.0-20170731182057-09f6ed296fc6 // indirect | ||
google.golang.org/grpc v1.5.1 | ||
gopkg.in/check.v1 v1.0.0-20200227125254-8fa46927fb4f // indirect | ||
gopkg.in/yaml.v2 v2.2.8 // indirect | ||
gopkg.in/yaml.v3 v3.0.0-20200601152816-913338de1bd2 // indirect | ||
github.com/go-test/deep v1.0.7 | ||
github.com/golang/protobuf v1.3.2 | ||
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-20210813160813-60bc85c4be6d | ||
google.golang.org/grpc v1.21.1 | ||
) | ||
|
||
go 1.13 |
Oops, something went wrong.