Skip to content
Open
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
6 changes: 3 additions & 3 deletions go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -7,12 +7,12 @@ require (
github.com/c9s/inflect v0.0.0-20130402162822-006c50878f3f
github.com/emicklei/proto v1.9.0
github.com/golang/protobuf v1.4.2
github.com/prometheus/client_golang v1.6.0
github.com/prometheus/client_golang v1.7.1
github.com/sirupsen/logrus v1.6.0
github.com/spf13/cobra v1.0.0
github.com/spiral/roadrunner v1.8.3
github.com/stretchr/testify v1.5.1
golang.org/x/net v0.0.0-20200520182314-0ba52f642ac2
github.com/stretchr/testify v1.6.1
golang.org/x/net v0.7.0
google.golang.org/grpc v1.29.1
google.golang.org/protobuf v1.23.0
)