Skip to content

Commit 878ee3a

Browse files
update gobgp package to v2.34.0 commit
1 parent adaa755 commit 878ee3a

File tree

3 files changed

+280
-115
lines changed

3 files changed

+280
-115
lines changed

.gitignore

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
.vscode

go.mod

Lines changed: 4 additions & 29 deletions
Original file line numberDiff line numberDiff line change
@@ -3,36 +3,11 @@ module github.com/mayuresh82/gocast
33
go 1.12
44

55
require (
6-
github.com/armon/go-radix v1.0.0 // indirect
7-
github.com/dgryski/go-farm v0.0.0-20180109070241-2de33835d102 // indirect
8-
github.com/eapache/channels v1.1.0 // indirect
9-
github.com/eapache/queue v1.1.0 // indirect
10-
github.com/fsnotify/fsnotify v1.4.7 // indirect
116
github.com/golang/glog v0.0.0-20160126235308-23def4e6c14b
12-
github.com/golang/lint v0.0.0-20180702182130-06c8688daad7 // indirect
137
github.com/golang/protobuf v1.4.1
14-
github.com/hashicorp/hcl v1.0.0 // indirect
15-
github.com/influxdata/influxdb v1.6.4 // indirect
16-
github.com/kisielk/gotool v1.0.0 // indirect
17-
github.com/konsorten/go-windows-terminal-sequences v1.0.1 // indirect
18-
github.com/magiconair/properties v1.8.0 // indirect
19-
github.com/mitchellh/mapstructure v1.1.2 // indirect
20-
github.com/osrg/gobgp v0.0.0-20200806055634-c6f0eba8f4d8
21-
github.com/pelletier/go-toml v1.2.0 // indirect
22-
github.com/satori/go.uuid v0.0.0-20181016184021-8ccf5352a842 // indirect
23-
github.com/sirupsen/logrus v1.1.1
24-
github.com/spf13/afero v1.1.2 // indirect
25-
github.com/spf13/cast v1.2.0 // indirect
26-
github.com/spf13/jwalterweatherman v1.0.0 // indirect
27-
github.com/spf13/pflag v1.0.3 // indirect
28-
github.com/stretchr/objx v0.3.0 // indirect
29-
github.com/stretchr/testify v1.3.0
30-
github.com/vishvananda/netlink v0.0.0-20181018205019-d3a23fd178f1 // indirect
31-
github.com/vishvananda/netns v0.0.0-20180720170159-13995c7128cc // indirect
32-
golang.org/x/text v0.3.0 // indirect
33-
google.golang.org/genproto v0.0.0-20200526211855-cb27e3aa2013 // indirect
34-
google.golang.org/grpc v1.27.0 // indirect
8+
github.com/osrg/gobgp v0.0.0-20211201041502-6248c576b118
9+
github.com/sirupsen/logrus v1.8.1
10+
github.com/stretchr/testify v1.7.1
3511
google.golang.org/protobuf v1.25.0 // indirect
36-
gopkg.in/tomb.v2 v2.0.0-20161208151619-d5d1b5820637 // indirect
37-
gopkg.in/yaml.v2 v2.2.1
12+
gopkg.in/yaml.v2 v2.4.0
3813
)

0 commit comments

Comments
 (0)