Skip to content
This repository has been archived by the owner on May 2, 2021. It is now read-only.

#29 Metrics for vpp agent #136

Merged
merged 4 commits into from
Apr 6, 2020
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
7 changes: 4 additions & 3 deletions go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -10,9 +10,10 @@ require (
github.com/onsi/gomega v1.8.1 // indirect
github.com/open-policy-agent/opa v0.16.1
github.com/pkg/errors v0.9.1
github.com/sirupsen/logrus v1.4.2
github.com/sirupsen/logrus v1.5.0
github.com/stretchr/testify v1.4.0
go.ligato.io/vpp-agent/v3 v3.0.1
google.golang.org/grpc v1.27.0
go.ligato.io/vpp-agent/v3 v3.1.0
golang.org/x/sys v0.0.0-20200331124033-c3d80250170d // indirect
google.golang.org/grpc v1.27.1
gopkg.in/check.v1 v1.0.0-20190902080502-41f04d3bba15 // indirect
)
Loading